Home | History | Annotate | Download | only in src
      1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
      2 // Use of this source code is governed by a BSD-style license that can be
      3 // found in the LICENSE file.
      4 
      5 'use strict';
      6 
      7 base.require('cc.layer_tree_host_impl');
      8 base.require('cc.layer_tree_host_impl_view');
      9 base.require('cc.picture');
     10 base.require('cc.picture_view');
     11 base.require('cc.raster_task_slice_view');
     12 base.require('cc.tile');
     13 base.require('cc.tile_view');
     14 
     15 base.exportTo('cc', function() {
     16   return {};
     17 });
     18