| 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', |
| 97 'debug/ring_buffer.h', | 101 'debug/ring_buffer.h', |
| 98 'debug/traced_picture.cc', | 102 'debug/traced_picture.cc', |
| 99 'debug/traced_picture.h', | 103 'debug/traced_picture.h', |
| 100 'debug/traced_value.cc', | 104 'debug/traced_value.cc', |
| 101 'debug/traced_value.h', | 105 'debug/traced_value.h', |
| 102 'debug/unittest_only_benchmark.cc', | 106 'debug/unittest_only_benchmark.cc', |
| 103 'debug/unittest_only_benchmark.h', | 107 'debug/unittest_only_benchmark.h', |
| 108 'debug/unittest_only_benchmark_impl.cc', |
| 109 'debug/unittest_only_benchmark_impl.h', |
| 104 'input/input_handler.h', | 110 'input/input_handler.h', |
| 105 'input/page_scale_animation.cc', | 111 'input/page_scale_animation.cc', |
| 106 'input/page_scale_animation.h', | 112 'input/page_scale_animation.h', |
| 107 'input/top_controls_manager.cc', | 113 'input/top_controls_manager.cc', |
| 108 'input/top_controls_manager.h', | 114 'input/top_controls_manager.h', |
| 109 'input/top_controls_manager_client.h', | 115 'input/top_controls_manager_client.h', |
| 110 'layers/append_quads_data.h', | 116 'layers/append_quads_data.h', |
| 111 'layers/compositing_reasons.h', | 117 'layers/compositing_reasons.h', |
| 112 'layers/content_layer.cc', | 118 'layers/content_layer.cc', |
| 113 'layers/content_layer.h', | 119 'layers/content_layer.h', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 'trees/thread_proxy.cc', | 427 'trees/thread_proxy.cc', |
| 422 'trees/thread_proxy.h', | 428 'trees/thread_proxy.h', |
| 423 'trees/tree_synchronizer.cc', | 429 'trees/tree_synchronizer.cc', |
| 424 'trees/tree_synchronizer.h', | 430 'trees/tree_synchronizer.h', |
| 425 ], | 431 ], |
| 426 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 432 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 427 'msvs_disabled_warnings': [ 4267, ], | 433 'msvs_disabled_warnings': [ 4267, ], |
| 428 }, | 434 }, |
| 429 ], | 435 ], |
| 430 } | 436 } |
| OLD | NEW |