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

Side by Side Diff: cc/cc.gyp

Issue 11198005: NOT READY FOR REVIEW - switch to a subscriber model for rendering stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing file. 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/layer_tree_host.h » ('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 '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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'render_surface_impl.cc', 102 'render_surface_impl.cc',
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.cc',
112 'rendering_stats.h', 113 'rendering_stats.h',
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',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'layer_painter.h', 190 'layer_painter.h',
190 'layer_updater.cc', 191 'layer_updater.cc',
191 'layer_updater.h', 192 'layer_updater.h',
192 'platform_color.h', 193 'platform_color.h',
193 'program_binding.cc', 194 'program_binding.cc',
194 'program_binding.h', 195 'program_binding.h',
195 'rate_limiter.cc', 196 'rate_limiter.cc',
196 'rate_limiter.h', 197 'rate_limiter.h',
197 'render_surface.cc', 198 'render_surface.cc',
198 'render_surface.h', 199 'render_surface.h',
200 'rendering_stats_subscriber.h',
201 'rendering_stats_subscriber.cc',
199 'scrollbar_layer.cc', 202 'scrollbar_layer.cc',
200 'scrollbar_layer.h', 203 'scrollbar_layer.h',
201 'shader.cc', 204 'shader.cc',
202 'shader.h', 205 'shader.h',
203 'skpicture_content_layer_updater.cc', 206 'skpicture_content_layer_updater.cc',
204 'skpicture_content_layer_updater.h', 207 'skpicture_content_layer_updater.h',
205 'solid_color_layer.cc', 208 'solid_color_layer.cc',
206 'solid_color_layer.h', 209 'solid_color_layer.h',
207 'switches.cc', 210 'switches.cc',
208 'switches.h', 211 'switches.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'stubs/int_rect.h', 279 'stubs/int_rect.h',
277 'stubs/int_size.h', 280 'stubs/int_size.h',
278 'stubs/not_implemented.h', 281 'stubs/not_implemented.h',
279 'stubs/skia_utils.h', 282 'stubs/skia_utils.h',
280 'stubs/tiling_data.h', 283 'stubs/tiling_data.h',
281 'stubs/unit_bezier.h', 284 'stubs/unit_bezier.h',
282 ], 285 ],
283 }, 286 },
284 ], 287 ],
285 } 288 }
OLDNEW
« no previous file with comments | « no previous file | cc/layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698