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

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
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 'hash_pair.h', 8 'hash_pair.h',
9 'scoped_ptr_deque.h', 9 'scoped_ptr_deque.h',
10 'scoped_ptr_hash_map.h', 10 'scoped_ptr_hash_map.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'render_surface_impl.h', 103 'render_surface_impl.h',
104 'render_surface_filters.cc', 104 'render_surface_filters.cc',
105 'render_surface_filters.h', 105 'render_surface_filters.h',
106 'renderer.cc', 106 'renderer.cc',
107 'renderer.h', 107 'renderer.h',
108 'gl_renderer.cc', 108 'gl_renderer.cc',
109 'gl_renderer.h', 109 'gl_renderer.h',
110 'software_renderer.cc', 110 'software_renderer.cc',
111 'software_renderer.h', 111 'software_renderer.h',
112 'rendering_stats.h', 112 'rendering_stats.h',
113 'rendering_stats.cc',
113 'resource_provider.cc', 114 'resource_provider.cc',
114 'resource_provider.h', 115 'resource_provider.h',
115 'resource_update.cc', 116 'resource_update.cc',
116 'scheduler.cc', 117 'scheduler.cc',
117 'scheduler.h', 118 'scheduler.h',
118 'scheduler_state_machine.cc', 119 'scheduler_state_machine.cc',
119 'scheduler_state_machine.h', 120 'scheduler_state_machine.h',
120 'scoped_texture.cc', 121 'scoped_texture.cc',
121 'scoped_texture.h', 122 'scoped_texture.h',
122 'scoped_thread_proxy.cc', 123 'scoped_thread_proxy.cc',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'stubs/int_rect.h', 278 'stubs/int_rect.h',
278 'stubs/int_size.h', 279 'stubs/int_size.h',
279 'stubs/not_implemented.h', 280 'stubs/not_implemented.h',
280 'stubs/skia_utils.h', 281 'stubs/skia_utils.h',
281 'stubs/tiling_data.h', 282 'stubs/tiling_data.h',
282 'stubs/unit_bezier.h', 283 'stubs/unit_bezier.h',
283 ], 284 ],
284 }, 285 },
285 ], 286 ],
286 } 287 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698