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

Side by Side Diff: cc/cc.gyp

Issue 11293121: Add latency measurement system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: create cc::LatencyInfo Created 7 years, 11 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
« no previous file with comments | « ash/wm/window_animations.cc ('k') | cc/input_handler.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 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'image_layer.h', 83 'image_layer.h',
84 'input_handler.h', 84 'input_handler.h',
85 'io_surface_draw_quad.cc', 85 'io_surface_draw_quad.cc',
86 'io_surface_draw_quad.h', 86 'io_surface_draw_quad.h',
87 'io_surface_layer.cc', 87 'io_surface_layer.cc',
88 'io_surface_layer.h', 88 'io_surface_layer.h',
89 'io_surface_layer_impl.cc', 89 'io_surface_layer_impl.cc',
90 'io_surface_layer_impl.h', 90 'io_surface_layer_impl.h',
91 'keyframed_animation_curve.cc', 91 'keyframed_animation_curve.cc',
92 'keyframed_animation_curve.h', 92 'keyframed_animation_curve.h',
93 'latency_info.h',
93 'layer.cc', 94 'layer.cc',
94 'layer.h', 95 'layer.h',
95 'layer_animation_controller.cc', 96 'layer_animation_controller.cc',
96 'layer_animation_controller.h', 97 'layer_animation_controller.h',
97 'layer_animation_event_observer.h', 98 'layer_animation_event_observer.h',
98 'layer_animation_value_observer.h', 99 'layer_animation_value_observer.h',
99 'layer_impl.cc', 100 'layer_impl.cc',
100 'layer_impl.h', 101 'layer_impl.h',
101 'layer_iterator.cc', 102 'layer_iterator.cc',
102 'layer_iterator.h', 103 'layer_iterator.h',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ], 324 ],
324 'all_dependent_settings': { 325 'all_dependent_settings': {
325 'include_dirs': [ 326 'include_dirs': [
326 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 327 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
327 '<(webkit_src_dir)/Source/Platform/chromium' 328 '<(webkit_src_dir)/Source/Platform/chromium'
328 ] 329 ]
329 } 330 }
330 }, 331 },
331 ], 332 ],
332 } 333 }
OLDNEW
« no previous file with comments | « ash/wm/window_animations.cc ('k') | cc/input_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698