blob: aa4a134140f6fa675d0ff90eed67740b5045f66f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// 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 {};
});
|