OLD | NEW |
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': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'debug/benchmark_instrumentation.cc', | 95 'debug/benchmark_instrumentation.cc', |
96 'debug/benchmark_instrumentation.h', | 96 'debug/benchmark_instrumentation.h', |
97 'debug/debug_colors.cc', | 97 'debug/debug_colors.cc', |
98 'debug/debug_colors.h', | 98 'debug/debug_colors.h', |
99 'debug/debug_rect_history.cc', | 99 'debug/debug_rect_history.cc', |
100 'debug/debug_rect_history.h', | 100 'debug/debug_rect_history.h', |
101 'debug/devtools_instrumentation.h', | 101 'debug/devtools_instrumentation.h', |
102 'debug/frame_rate_counter.cc', | 102 'debug/frame_rate_counter.cc', |
103 'debug/frame_rate_counter.h', | 103 'debug/frame_rate_counter.h', |
104 'debug/frame_viewer_instrumentation.h', | 104 'debug/frame_viewer_instrumentation.h', |
| 105 'debug/invalidation_benchmark.cc', |
| 106 'debug/invalidation_benchmark.h', |
105 'debug/lap_timer.cc', | 107 'debug/lap_timer.cc', |
106 'debug/lap_timer.h', | 108 'debug/lap_timer.h', |
107 'debug/layer_tree_debug_state.cc', | 109 'debug/layer_tree_debug_state.cc', |
108 'debug/layer_tree_debug_state.h', | 110 'debug/layer_tree_debug_state.h', |
109 'debug/micro_benchmark.cc', | 111 'debug/micro_benchmark.cc', |
110 'debug/micro_benchmark.h', | 112 'debug/micro_benchmark.h', |
111 'debug/micro_benchmark_impl.cc', | 113 'debug/micro_benchmark_impl.cc', |
112 'debug/micro_benchmark_impl.h', | 114 'debug/micro_benchmark_impl.h', |
113 'debug/micro_benchmark_controller.cc', | 115 'debug/micro_benchmark_controller.cc', |
114 'debug/micro_benchmark_controller.h', | 116 'debug/micro_benchmark_controller.h', |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 'surfaces/surface_aggregator.cc', | 498 'surfaces/surface_aggregator.cc', |
497 'surfaces/surface_aggregator.h', | 499 'surfaces/surface_aggregator.h', |
498 'surfaces/surface_client.h', | 500 'surfaces/surface_client.h', |
499 'surfaces/surface_manager.cc', | 501 'surfaces/surface_manager.cc', |
500 'surfaces/surface_manager.h', | 502 'surfaces/surface_manager.h', |
501 'surfaces/surfaces_export.h', | 503 'surfaces/surfaces_export.h', |
502 ], | 504 ], |
503 }, | 505 }, |
504 ], | 506 ], |
505 } | 507 } |
OLD | NEW |