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