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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'debug/micro_benchmark_controller.cc', | 87 'debug/micro_benchmark_controller.cc', |
88 'debug/micro_benchmark_controller.h', | 88 'debug/micro_benchmark_controller.h', |
89 'debug/micro_benchmark_controller_impl.cc', | 89 'debug/micro_benchmark_controller_impl.cc', |
90 'debug/micro_benchmark_controller_impl.h', | 90 'debug/micro_benchmark_controller_impl.h', |
91 'debug/overdraw_metrics.cc', | 91 'debug/overdraw_metrics.cc', |
92 'debug/overdraw_metrics.h', | 92 'debug/overdraw_metrics.h', |
93 'debug/paint_time_counter.cc', | 93 'debug/paint_time_counter.cc', |
94 'debug/paint_time_counter.h', | 94 'debug/paint_time_counter.h', |
95 'debug/picture_record_benchmark.cc', | 95 'debug/picture_record_benchmark.cc', |
96 'debug/picture_record_benchmark.h', | 96 'debug/picture_record_benchmark.h', |
| 97 'debug/rasterize_and_record_benchmark.cc', |
| 98 'debug/rasterize_and_record_benchmark.h', |
| 99 'debug/rasterize_and_record_benchmark_impl.cc', |
| 100 'debug/rasterize_and_record_benchmark_impl.h', |
97 'debug/rendering_stats.cc', | 101 'debug/rendering_stats.cc', |
98 'debug/rendering_stats.h', | 102 'debug/rendering_stats.h', |
99 'debug/rendering_stats_instrumentation.cc', | 103 'debug/rendering_stats_instrumentation.cc', |
100 'debug/rendering_stats_instrumentation.h', | 104 'debug/rendering_stats_instrumentation.h', |
101 'debug/ring_buffer.h', | 105 'debug/ring_buffer.h', |
102 'debug/traced_picture.cc', | 106 'debug/traced_picture.cc', |
103 'debug/traced_picture.h', | 107 'debug/traced_picture.h', |
104 'debug/traced_value.cc', | 108 'debug/traced_value.cc', |
105 'debug/traced_value.h', | 109 'debug/traced_value.h', |
106 'debug/unittest_only_benchmark.cc', | 110 'debug/unittest_only_benchmark.cc', |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 'trees/thread_proxy.cc', | 431 'trees/thread_proxy.cc', |
428 'trees/thread_proxy.h', | 432 'trees/thread_proxy.h', |
429 'trees/tree_synchronizer.cc', | 433 'trees/tree_synchronizer.cc', |
430 'trees/tree_synchronizer.h', | 434 'trees/tree_synchronizer.h', |
431 ], | 435 ], |
432 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 436 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
433 'msvs_disabled_warnings': [ 4267, ], | 437 'msvs_disabled_warnings': [ 4267, ], |
434 }, | 438 }, |
435 ], | 439 ], |
436 } | 440 } |
OLD | NEW |