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

Side by Side Diff: cc/cc.gyp

Issue 10982078: Adding hooks for gathering total pixels painted and rasterized stats. (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 | « cc/bitmap_skpicture_content_layer_updater.cc ('k') | cc/content_layer_updater.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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'render_pass_draw_quad.h', 143 'render_pass_draw_quad.h',
144 'render_pass_sink.h', 144 'render_pass_sink.h',
145 'render_surface.cc', 145 'render_surface.cc',
146 'render_surface.h', 146 'render_surface.h',
147 'render_surface_filters.cc', 147 'render_surface_filters.cc',
148 'render_surface_filters.h', 148 'render_surface_filters.h',
149 'render_surface_impl.cc', 149 'render_surface_impl.cc',
150 'render_surface_impl.h', 150 'render_surface_impl.h',
151 'renderer.cc', 151 'renderer.cc',
152 'renderer.h', 152 'renderer.h',
153 'rendering_stats.cc',
153 'rendering_stats.h', 154 'rendering_stats.h',
154 'resource.cc', 155 'resource.cc',
155 'resource.h', 156 'resource.h',
156 'resource_provider.cc', 157 'resource_provider.cc',
157 'resource_provider.h', 158 'resource_provider.h',
158 'resource_update.cc', 159 'resource_update.cc',
159 'resource_update.h', 160 'resource_update.h',
160 'resource_update_controller.cc', 161 'resource_update_controller.cc',
161 'resource_update_controller.h', 162 'resource_update_controller.h',
162 'resource_update_queue.cc', 163 'resource_update_queue.cc',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 '<(webkit_src_dir)/Source/Platform/chromium', 277 '<(webkit_src_dir)/Source/Platform/chromium',
277 '<@(cc_stubs_dirs)', 278 '<@(cc_stubs_dirs)',
278 ], 279 ],
279 'sources': [ 280 'sources': [
280 '<@(cc_source_files)', 281 '<@(cc_source_files)',
281 'stubs/config.h', 282 'stubs/config.h',
282 ], 283 ],
283 }, 284 },
284 ], 285 ],
285 } 286 }
OLDNEW
« no previous file with comments | « cc/bitmap_skpicture_content_layer_updater.cc ('k') | cc/content_layer_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698