| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'debug/debug_colors.h', | 75 'debug/debug_colors.h', |
| 76 'debug/debug_rect_history.cc', | 76 'debug/debug_rect_history.cc', |
| 77 'debug/debug_rect_history.h', | 77 'debug/debug_rect_history.h', |
| 78 'debug/devtools_instrumentation.h', | 78 'debug/devtools_instrumentation.h', |
| 79 'debug/frame_rate_counter.cc', | 79 'debug/frame_rate_counter.cc', |
| 80 'debug/frame_rate_counter.h', | 80 'debug/frame_rate_counter.h', |
| 81 'debug/layer_tree_debug_state.cc', | 81 'debug/layer_tree_debug_state.cc', |
| 82 'debug/layer_tree_debug_state.h', | 82 'debug/layer_tree_debug_state.h', |
| 83 'debug/micro_benchmark.cc', | 83 'debug/micro_benchmark.cc', |
| 84 'debug/micro_benchmark.h', | 84 'debug/micro_benchmark.h', |
| 85 'debug/micro_benchmark_impl.cc', |
| 86 'debug/micro_benchmark_impl.h', |
| 85 'debug/micro_benchmark_controller.cc', | 87 'debug/micro_benchmark_controller.cc', |
| 86 'debug/micro_benchmark_controller.h', | 88 'debug/micro_benchmark_controller.h', |
| 89 'debug/micro_benchmark_controller_impl.cc', |
| 90 'debug/micro_benchmark_controller_impl.h', |
| 87 'debug/overdraw_metrics.cc', | 91 'debug/overdraw_metrics.cc', |
| 88 'debug/overdraw_metrics.h', | 92 'debug/overdraw_metrics.h', |
| 89 'debug/paint_time_counter.cc', | 93 'debug/paint_time_counter.cc', |
| 90 'debug/paint_time_counter.h', | 94 'debug/paint_time_counter.h', |
| 91 'debug/picture_record_benchmark.cc', | 95 'debug/picture_record_benchmark.cc', |
| 92 'debug/picture_record_benchmark.h', | 96 'debug/picture_record_benchmark.h', |
| 93 'debug/rendering_stats.cc', | 97 'debug/rendering_stats.cc', |
| 94 'debug/rendering_stats.h', | 98 'debug/rendering_stats.h', |
| 95 'debug/rendering_stats_instrumentation.cc', | 99 'debug/rendering_stats_instrumentation.cc', |
| 96 'debug/rendering_stats_instrumentation.h', | 100 'debug/rendering_stats_instrumentation.h', |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 'trees/thread_proxy.cc', | 425 'trees/thread_proxy.cc', |
| 422 'trees/thread_proxy.h', | 426 'trees/thread_proxy.h', |
| 423 'trees/tree_synchronizer.cc', | 427 'trees/tree_synchronizer.cc', |
| 424 'trees/tree_synchronizer.h', | 428 'trees/tree_synchronizer.h', |
| 425 ], | 429 ], |
| 426 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 430 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 427 'msvs_disabled_warnings': [ 4267, ], | 431 'msvs_disabled_warnings': [ 4267, ], |
| 428 }, | 432 }, |
| 429 ], | 433 ], |
| 430 } | 434 } |
| OLD | NEW |