| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'debug/rasterize_and_record_benchmark.h', | 116 'debug/rasterize_and_record_benchmark.h', |
| 117 'debug/rasterize_and_record_benchmark_impl.cc', | 117 'debug/rasterize_and_record_benchmark_impl.cc', |
| 118 'debug/rasterize_and_record_benchmark_impl.h', | 118 'debug/rasterize_and_record_benchmark_impl.h', |
| 119 'debug/rendering_stats.cc', | 119 'debug/rendering_stats.cc', |
| 120 'debug/rendering_stats.h', | 120 'debug/rendering_stats.h', |
| 121 'debug/rendering_stats_instrumentation.cc', | 121 'debug/rendering_stats_instrumentation.cc', |
| 122 'debug/rendering_stats_instrumentation.h', | 122 'debug/rendering_stats_instrumentation.h', |
| 123 'debug/ring_buffer.h', | 123 'debug/ring_buffer.h', |
| 124 'debug/traced_picture.cc', | 124 'debug/traced_picture.cc', |
| 125 'debug/traced_picture.h', | 125 'debug/traced_picture.h', |
| 126 'debug/traced_value.cc', | |
| 127 'debug/traced_value.h', | |
| 128 'debug/unittest_only_benchmark.cc', | 126 'debug/unittest_only_benchmark.cc', |
| 129 'debug/unittest_only_benchmark.h', | 127 'debug/unittest_only_benchmark.h', |
| 130 'debug/unittest_only_benchmark_impl.cc', | 128 'debug/unittest_only_benchmark_impl.cc', |
| 131 'debug/unittest_only_benchmark_impl.h', | 129 'debug/unittest_only_benchmark_impl.h', |
| 132 'input/input_handler.h', | 130 'input/input_handler.h', |
| 133 'input/page_scale_animation.cc', | 131 'input/page_scale_animation.cc', |
| 134 'input/page_scale_animation.h', | 132 'input/page_scale_animation.h', |
| 135 'input/top_controls_manager.cc', | 133 'input/top_controls_manager.cc', |
| 136 'input/top_controls_manager.h', | 134 'input/top_controls_manager.h', |
| 137 'input/top_controls_manager_client.h', | 135 'input/top_controls_manager_client.h', |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 'surfaces/surface.h', | 486 'surfaces/surface.h', |
| 489 'surfaces/surface_aggregator.cc', | 487 'surfaces/surface_aggregator.cc', |
| 490 'surfaces/surface_aggregator.h', | 488 'surfaces/surface_aggregator.h', |
| 491 'surfaces/surface_manager.cc', | 489 'surfaces/surface_manager.cc', |
| 492 'surfaces/surface_manager.h', | 490 'surfaces/surface_manager.h', |
| 493 'surfaces/surfaces_export.h', | 491 'surfaces/surfaces_export.h', |
| 494 ], | 492 ], |
| 495 }, | 493 }, |
| 496 ], | 494 ], |
| 497 } | 495 } |
| OLD | NEW |