// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. 'use strict'; base.require('cc.layer_tree_host_impl'); base.require('cc.layer_tree_host_impl_view'); base.require('cc.picture'); base.require('cc.picture_view'); base.require('cc.raster_task_slice_view'); base.require('cc.tile'); base.require('cc.tile_view'); base.exportTo('cc', function() { return {}; });