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

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, 2 months 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
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 'chromium_code': 0, 7 'chromium_code': 0,
8 'use_libcc_for_compositor%': 0, 8 'use_libcc_for_compositor%': 0,
9 'cc_source_files': [ 9 'cc_source_files': [
10 'hash_pair.h', 10 'hash_pair.h',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'prioritized_texture.h', 269 'prioritized_texture.h',
270 'prioritized_texture_manager.h', 270 'prioritized_texture_manager.h',
271 'priority_calculator.h', 271 'priority_calculator.h',
272 'proxy.h', 272 'proxy.h',
273 'quad_culler.h', 273 'quad_culler.h',
274 'quad_sink.h', 274 'quad_sink.h',
275 'gl_renderer.h', 275 'gl_renderer.h',
276 'renderer.h', 276 'renderer.h',
277 'software_renderer.h', 277 'software_renderer.h',
278 'rendering_stats.h', 278 'rendering_stats.h',
279 'rendering_stats.cc',
279 'render_pass_draw_quad.h', 280 'render_pass_draw_quad.h',
280 'render_pass.h', 281 'render_pass.h',
281 'render_pass_sink.h', 282 'render_pass_sink.h',
282 'render_surface_filters.h', 283 'render_surface_filters.h',
283 'render_surface_impl.h', 284 'render_surface_impl.h',
284 'resource_provider.h', 285 'resource_provider.h',
285 'scheduler.h', 286 'scheduler.h',
286 'scheduler_state_machine.h', 287 'scheduler_state_machine.h',
287 'scoped_texture.h', 288 'scoped_texture.h',
288 'scoped_thread_proxy.h', 289 'scoped_thread_proxy.h',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'stubs/skia_utils.h', 409 'stubs/skia_utils.h',
409 'stubs/tiling_data.h', 410 'stubs/tiling_data.h',
410 'stubs/trace_event.h', 411 'stubs/trace_event.h',
411 'stubs/unit_bezier.h', 412 'stubs/unit_bezier.h',
412 ], 413 ],
413 }], 414 }],
414 ], 415 ],
415 }, 416 },
416 ], 417 ],
417 } 418 }
OLDNEW
« no previous file with comments | « cc/canvas_layer_texture_updater.cc ('k') | cc/rendering_stats.h » ('j') | cc/rendering_stats.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698