| 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 'trees/thread_proxy.cc', | 429 'trees/thread_proxy.cc', |
| 426 'trees/thread_proxy.h', | 430 'trees/thread_proxy.h', |
| 427 'trees/tree_synchronizer.cc', | 431 'trees/tree_synchronizer.cc', |
| 428 'trees/tree_synchronizer.h', | 432 'trees/tree_synchronizer.h', |
| 429 ], | 433 ], |
| 430 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 434 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 431 'msvs_disabled_warnings': [ 4267, ], | 435 'msvs_disabled_warnings': [ 4267, ], |
| 432 }, | 436 }, |
| 433 ], | 437 ], |
| 434 } | 438 } |
| OLD | NEW |