| 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/layer_tree_debug_state.cc', | 125 'debug/layer_tree_debug_state.cc', |
| 126 'debug/layer_tree_debug_state.h', | 126 'debug/layer_tree_debug_state.h', |
| 127 'debug/micro_benchmark.cc', | 127 'debug/micro_benchmark.cc', |
| 128 'debug/micro_benchmark.h', | 128 'debug/micro_benchmark.h', |
| 129 'debug/micro_benchmark_controller.cc', | 129 'debug/micro_benchmark_controller.cc', |
| 130 'debug/micro_benchmark_controller.h', | 130 'debug/micro_benchmark_controller.h', |
| 131 'debug/micro_benchmark_controller_impl.cc', | 131 'debug/micro_benchmark_controller_impl.cc', |
| 132 'debug/micro_benchmark_controller_impl.h', | 132 'debug/micro_benchmark_controller_impl.h', |
| 133 'debug/micro_benchmark_impl.cc', | 133 'debug/micro_benchmark_impl.cc', |
| 134 'debug/micro_benchmark_impl.h', | 134 'debug/micro_benchmark_impl.h', |
| 135 'debug/paint_time_counter.cc', | |
| 136 'debug/paint_time_counter.h', | |
| 137 'debug/picture_debug_util.cc', | 135 'debug/picture_debug_util.cc', |
| 138 'debug/picture_debug_util.h', | 136 'debug/picture_debug_util.h', |
| 139 'debug/picture_record_benchmark.cc', | 137 'debug/picture_record_benchmark.cc', |
| 140 'debug/picture_record_benchmark.h', | 138 'debug/picture_record_benchmark.h', |
| 141 'debug/rasterize_and_record_benchmark.cc', | 139 'debug/rasterize_and_record_benchmark.cc', |
| 142 'debug/rasterize_and_record_benchmark.h', | 140 'debug/rasterize_and_record_benchmark.h', |
| 143 'debug/rasterize_and_record_benchmark_impl.cc', | 141 'debug/rasterize_and_record_benchmark_impl.cc', |
| 144 'debug/rasterize_and_record_benchmark_impl.h', | 142 'debug/rasterize_and_record_benchmark_impl.h', |
| 145 'debug/rendering_stats.cc', | 143 'debug/rendering_stats.cc', |
| 146 'debug/rendering_stats.h', | 144 'debug/rendering_stats.h', |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 'surfaces/surface_resource_holder.cc', | 613 'surfaces/surface_resource_holder.cc', |
| 616 'surfaces/surface_resource_holder.h', | 614 'surfaces/surface_resource_holder.h', |
| 617 'surfaces/surfaces_export.h', | 615 'surfaces/surfaces_export.h', |
| 618 ], | 616 ], |
| 619 'includes': [ | 617 'includes': [ |
| 620 '../build/android/increase_size_for_speed.gypi', | 618 '../build/android/increase_size_for_speed.gypi', |
| 621 ], | 619 ], |
| 622 }, | 620 }, |
| 623 ], | 621 ], |
| 624 } | 622 } |
| OLD | NEW |