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

Side by Side Diff: cc/cc.gyp

Issue 11417111: cc: Add PictureLayerTilingSet to manage PictureLayerTiling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win_rel Created 8 years, 1 month 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/cc_tests.gyp » ('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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'page_scale_animation.cc', 113 'page_scale_animation.cc',
114 'page_scale_animation.h', 114 'page_scale_animation.h',
115 'picture.cc', 115 'picture.cc',
116 'picture.h', 116 'picture.h',
117 'picture_layer.cc', 117 'picture_layer.cc',
118 'picture_layer.h', 118 'picture_layer.h',
119 'picture_layer_impl.cc', 119 'picture_layer_impl.cc',
120 'picture_layer_impl.h', 120 'picture_layer_impl.h',
121 'picture_layer_tiling.cc', 121 'picture_layer_tiling.cc',
122 'picture_layer_tiling.h', 122 'picture_layer_tiling.h',
123 'picture_layer_tiling_set.cc',
124 'picture_layer_tiling_set.h',
123 'picture_pile.cc', 125 'picture_pile.cc',
124 'picture_pile.h', 126 'picture_pile.h',
125 'platform_color.h', 127 'platform_color.h',
126 'prioritized_resource.cc', 128 'prioritized_resource.cc',
127 'prioritized_resource.h', 129 'prioritized_resource.h',
128 'prioritized_resource_manager.cc', 130 'prioritized_resource_manager.cc',
129 'prioritized_resource_manager.h', 131 'prioritized_resource_manager.h',
130 'priority_calculator.cc', 132 'priority_calculator.cc',
131 'priority_calculator.h', 133 'priority_calculator.h',
132 'program_binding.cc', 134 'program_binding.cc',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'include_dirs': [ 276 'include_dirs': [
275 '<(webkit_src_dir)/Source/Platform/chromium', 277 '<(webkit_src_dir)/Source/Platform/chromium',
276 '<@(cc_stubs_dirs)', 278 '<@(cc_stubs_dirs)',
277 ], 279 ],
278 'sources': [ 280 'sources': [
279 '<@(cc_source_files)', 281 '<@(cc_source_files)',
280 ], 282 ],
281 }, 283 },
282 ], 284 ],
283 } 285 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698