| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'debug/picture_record_benchmark.h', | 125 'debug/picture_record_benchmark.h', |
| 126 'debug/rasterize_and_record_benchmark.cc', | 126 'debug/rasterize_and_record_benchmark.cc', |
| 127 'debug/rasterize_and_record_benchmark.h', | 127 'debug/rasterize_and_record_benchmark.h', |
| 128 'debug/rasterize_and_record_benchmark_impl.cc', | 128 'debug/rasterize_and_record_benchmark_impl.cc', |
| 129 'debug/rasterize_and_record_benchmark_impl.h', | 129 'debug/rasterize_and_record_benchmark_impl.h', |
| 130 'debug/rendering_stats.cc', | 130 'debug/rendering_stats.cc', |
| 131 'debug/rendering_stats.h', | 131 'debug/rendering_stats.h', |
| 132 'debug/rendering_stats_instrumentation.cc', | 132 'debug/rendering_stats_instrumentation.cc', |
| 133 'debug/rendering_stats_instrumentation.h', | 133 'debug/rendering_stats_instrumentation.h', |
| 134 'debug/ring_buffer.h', | 134 'debug/ring_buffer.h', |
| 135 'debug/smoothness_timing_tracker.cc', |
| 136 'debug/smoothness_timing_tracker.h', |
| 135 'debug/traced_picture.cc', | 137 'debug/traced_picture.cc', |
| 136 'debug/traced_picture.h', | 138 'debug/traced_picture.h', |
| 137 'debug/traced_value.cc', | 139 'debug/traced_value.cc', |
| 138 'debug/traced_value.h', | 140 'debug/traced_value.h', |
| 139 'debug/unittest_only_benchmark.cc', | 141 'debug/unittest_only_benchmark.cc', |
| 140 'debug/unittest_only_benchmark.h', | 142 'debug/unittest_only_benchmark.h', |
| 141 'debug/unittest_only_benchmark_impl.cc', | 143 'debug/unittest_only_benchmark_impl.cc', |
| 142 'debug/unittest_only_benchmark_impl.h', | 144 'debug/unittest_only_benchmark_impl.h', |
| 143 'input/input_handler.h', | 145 'input/input_handler.h', |
| 144 'input/page_scale_animation.cc', | 146 'input/page_scale_animation.cc', |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'surfaces/surface_id_allocator.h', | 535 'surfaces/surface_id_allocator.h', |
| 534 'surfaces/surface_manager.cc', | 536 'surfaces/surface_manager.cc', |
| 535 'surfaces/surface_manager.h', | 537 'surfaces/surface_manager.h', |
| 536 'surfaces/surface_resource_holder.cc', | 538 'surfaces/surface_resource_holder.cc', |
| 537 'surfaces/surface_resource_holder.h', | 539 'surfaces/surface_resource_holder.h', |
| 538 'surfaces/surfaces_export.h', | 540 'surfaces/surfaces_export.h', |
| 539 ], | 541 ], |
| 540 }, | 542 }, |
| 541 ], | 543 ], |
| 542 } | 544 } |
| OLD | NEW |