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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 'debug/layer_tree_debug_state.cc', | 99 'debug/layer_tree_debug_state.cc', |
100 'debug/layer_tree_debug_state.h', | 100 'debug/layer_tree_debug_state.h', |
101 'debug/micro_benchmark.cc', | 101 'debug/micro_benchmark.cc', |
102 'debug/micro_benchmark.h', | 102 'debug/micro_benchmark.h', |
103 'debug/micro_benchmark_impl.cc', | 103 'debug/micro_benchmark_impl.cc', |
104 'debug/micro_benchmark_impl.h', | 104 'debug/micro_benchmark_impl.h', |
105 'debug/micro_benchmark_controller.cc', | 105 'debug/micro_benchmark_controller.cc', |
106 'debug/micro_benchmark_controller.h', | 106 'debug/micro_benchmark_controller.h', |
107 'debug/micro_benchmark_controller_impl.cc', | 107 'debug/micro_benchmark_controller_impl.cc', |
108 'debug/micro_benchmark_controller_impl.h', | 108 'debug/micro_benchmark_controller_impl.h', |
109 'debug/overdraw_metrics.cc', | |
110 'debug/overdraw_metrics.h', | |
111 'debug/paint_time_counter.cc', | 109 'debug/paint_time_counter.cc', |
112 'debug/paint_time_counter.h', | 110 'debug/paint_time_counter.h', |
113 'debug/picture_record_benchmark.cc', | 111 'debug/picture_record_benchmark.cc', |
114 'debug/picture_record_benchmark.h', | 112 'debug/picture_record_benchmark.h', |
115 'debug/rasterize_and_record_benchmark.cc', | 113 'debug/rasterize_and_record_benchmark.cc', |
116 'debug/rasterize_and_record_benchmark.h', | 114 'debug/rasterize_and_record_benchmark.h', |
117 'debug/rasterize_and_record_benchmark_impl.cc', | 115 'debug/rasterize_and_record_benchmark_impl.cc', |
118 'debug/rasterize_and_record_benchmark_impl.h', | 116 'debug/rasterize_and_record_benchmark_impl.h', |
119 'debug/rendering_stats.cc', | 117 'debug/rendering_stats.cc', |
120 'debug/rendering_stats.h', | 118 'debug/rendering_stats.h', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 'surfaces/surface.h', | 477 'surfaces/surface.h', |
480 'surfaces/surface_aggregator.cc', | 478 'surfaces/surface_aggregator.cc', |
481 'surfaces/surface_aggregator.h', | 479 'surfaces/surface_aggregator.h', |
482 'surfaces/surface_manager.cc', | 480 'surfaces/surface_manager.cc', |
483 'surfaces/surface_manager.h', | 481 'surfaces/surface_manager.h', |
484 'surfaces/surfaces_export.h', | 482 'surfaces/surfaces_export.h', |
485 ], | 483 ], |
486 }, | 484 }, |
487 ], | 485 ], |
488 } | 486 } |
OLD | NEW |