Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Side by Side Diff: cc/cc.gyp

Issue 11450015: [cc] Move root layer pointer to LayerTreeImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/layer_tree_host.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'cc_source_files': [ 7 'cc_source_files': [
8 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'layer_sorter.h', 95 'layer_sorter.h',
96 'layer_tiling_data.cc', 96 'layer_tiling_data.cc',
97 'layer_tiling_data.h', 97 'layer_tiling_data.h',
98 'layer_tree_host.cc', 98 'layer_tree_host.cc',
99 'layer_tree_host.h', 99 'layer_tree_host.h',
100 'layer_tree_host_client.h', 100 'layer_tree_host_client.h',
101 'layer_tree_host_common.cc', 101 'layer_tree_host_common.cc',
102 'layer_tree_host_common.h', 102 'layer_tree_host_common.h',
103 'layer_tree_host_impl.cc', 103 'layer_tree_host_impl.cc',
104 'layer_tree_host_impl.h', 104 'layer_tree_host_impl.h',
105 'layer_tree_impl.cc',
106 'layer_tree_impl.h',
105 'layer_updater.cc', 107 'layer_updater.cc',
106 'layer_updater.h', 108 'layer_updater.h',
107 'managed_memory_policy.cc', 109 'managed_memory_policy.cc',
108 'managed_memory_policy.h', 110 'managed_memory_policy.h',
109 'math_util.cc', 111 'math_util.cc',
110 'math_util.h', 112 'math_util.h',
111 'nine_patch_layer.cc', 113 'nine_patch_layer.cc',
112 'nine_patch_layer.h', 114 'nine_patch_layer.h',
113 'nine_patch_layer_impl.cc', 115 'nine_patch_layer_impl.cc',
114 'nine_patch_layer_impl.h', 116 'nine_patch_layer_impl.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 ], 296 ],
295 'all_dependent_settings': { 297 'all_dependent_settings': {
296 'include_dirs': [ 298 'include_dirs': [
297 # Needed for <public/WebTransformationMatrix.h> in layer.h 299 # Needed for <public/WebTransformationMatrix.h> in layer.h
298 '<(webkit_src_dir)/Source/Platform/chromium', 300 '<(webkit_src_dir)/Source/Platform/chromium',
299 ], 301 ],
300 } 302 }
301 }, 303 },
302 ], 304 ],
303 } 305 }
OLDNEW
« no previous file with comments | « no previous file | cc/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698