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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 'debug/micro_benchmark.cc', | 117 'debug/micro_benchmark.cc', |
118 'debug/micro_benchmark.h', | 118 'debug/micro_benchmark.h', |
119 'debug/micro_benchmark_impl.cc', | 119 'debug/micro_benchmark_impl.cc', |
120 'debug/micro_benchmark_impl.h', | 120 'debug/micro_benchmark_impl.h', |
121 'debug/micro_benchmark_controller.cc', | 121 'debug/micro_benchmark_controller.cc', |
122 'debug/micro_benchmark_controller.h', | 122 'debug/micro_benchmark_controller.h', |
123 'debug/micro_benchmark_controller_impl.cc', | 123 'debug/micro_benchmark_controller_impl.cc', |
124 'debug/micro_benchmark_controller_impl.h', | 124 'debug/micro_benchmark_controller_impl.h', |
125 'debug/paint_time_counter.cc', | 125 'debug/paint_time_counter.cc', |
126 'debug/paint_time_counter.h', | 126 'debug/paint_time_counter.h', |
| 127 'debug/picture_debug_util.cc', |
| 128 'debug/picture_debug_util.h', |
127 'debug/picture_record_benchmark.cc', | 129 'debug/picture_record_benchmark.cc', |
128 'debug/picture_record_benchmark.h', | 130 'debug/picture_record_benchmark.h', |
129 'debug/rasterize_and_record_benchmark.cc', | 131 'debug/rasterize_and_record_benchmark.cc', |
130 'debug/rasterize_and_record_benchmark.h', | 132 'debug/rasterize_and_record_benchmark.h', |
131 'debug/rasterize_and_record_benchmark_impl.cc', | 133 'debug/rasterize_and_record_benchmark_impl.cc', |
132 'debug/rasterize_and_record_benchmark_impl.h', | 134 'debug/rasterize_and_record_benchmark_impl.h', |
133 'debug/rendering_stats.cc', | 135 'debug/rendering_stats.cc', |
134 'debug/rendering_stats.h', | 136 'debug/rendering_stats.h', |
135 'debug/rendering_stats_instrumentation.cc', | 137 'debug/rendering_stats_instrumentation.cc', |
136 'debug/rendering_stats_instrumentation.h', | 138 'debug/rendering_stats_instrumentation.h', |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 'surfaces/surface_resource_holder.cc', | 592 'surfaces/surface_resource_holder.cc', |
591 'surfaces/surface_resource_holder.h', | 593 'surfaces/surface_resource_holder.h', |
592 'surfaces/surfaces_export.h', | 594 'surfaces/surfaces_export.h', |
593 ], | 595 ], |
594 'includes': [ | 596 'includes': [ |
595 '../build/android/increase_size_for_speed.gypi', | 597 '../build/android/increase_size_for_speed.gypi', |
596 ], | 598 ], |
597 }, | 599 }, |
598 ], | 600 ], |
599 } | 601 } |
OLD | NEW |