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

Side by Side Diff: cc/cc.gyp

Issue 11377176: cc: Add PictureLayerTiling for impl-side painting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/picture_layer.cc » ('j') | cc/picture_layer_impl.h » ('J')
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'overdraw_metrics.cc', 110 'overdraw_metrics.cc',
111 'overdraw_metrics.h', 111 'overdraw_metrics.h',
112 'page_scale_animation.cc', 112 'page_scale_animation.cc',
113 'page_scale_animation.h', 113 'page_scale_animation.h',
114 'picture.cc', 114 'picture.cc',
115 'picture.h', 115 'picture.h',
116 'picture_layer.cc', 116 'picture_layer.cc',
117 'picture_layer.h', 117 'picture_layer.h',
118 'picture_layer_impl.cc', 118 'picture_layer_impl.cc',
119 'picture_layer_impl.h', 119 'picture_layer_impl.h',
120 'picture_layer_tiling.cc',
121 'picture_layer_tiling.h',
120 'picture_pile.cc', 122 'picture_pile.cc',
121 'picture_pile.h', 123 'picture_pile.h',
122 'platform_color.h', 124 'platform_color.h',
123 'prioritized_resource.cc', 125 'prioritized_resource.cc',
124 'prioritized_resource.h', 126 'prioritized_resource.h',
125 'prioritized_resource_manager.cc', 127 'prioritized_resource_manager.cc',
126 'prioritized_resource_manager.h', 128 'prioritized_resource_manager.h',
127 'priority_calculator.cc', 129 'priority_calculator.cc',
128 'priority_calculator.h', 130 'priority_calculator.h',
129 'program_binding.cc', 131 'program_binding.cc',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'include_dirs': [ 273 'include_dirs': [
272 '<(webkit_src_dir)/Source/Platform/chromium', 274 '<(webkit_src_dir)/Source/Platform/chromium',
273 '<@(cc_stubs_dirs)', 275 '<@(cc_stubs_dirs)',
274 ], 276 ],
275 'sources': [ 277 'sources': [
276 '<@(cc_source_files)', 278 '<@(cc_source_files)',
277 ], 279 ],
278 }, 280 },
279 ], 281 ],
280 } 282 }
OLDNEW
« no previous file with comments | « no previous file | cc/picture_layer.cc » ('j') | cc/picture_layer_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698