| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'debug/micro_benchmark.cc', | 111 'debug/micro_benchmark.cc', |
| 112 'debug/micro_benchmark.h', | 112 'debug/micro_benchmark.h', |
| 113 'debug/micro_benchmark_impl.cc', | 113 'debug/micro_benchmark_impl.cc', |
| 114 'debug/micro_benchmark_impl.h', | 114 'debug/micro_benchmark_impl.h', |
| 115 'debug/micro_benchmark_controller.cc', | 115 'debug/micro_benchmark_controller.cc', |
| 116 'debug/micro_benchmark_controller.h', | 116 'debug/micro_benchmark_controller.h', |
| 117 'debug/micro_benchmark_controller_impl.cc', | 117 'debug/micro_benchmark_controller_impl.cc', |
| 118 'debug/micro_benchmark_controller_impl.h', | 118 'debug/micro_benchmark_controller_impl.h', |
| 119 'debug/paint_time_counter.cc', | 119 'debug/paint_time_counter.cc', |
| 120 'debug/paint_time_counter.h', | 120 'debug/paint_time_counter.h', |
| 121 'debug/performance_draw_timing_counter.cc', |
| 122 'debug/performance_draw_timing_counter.h', |
| 121 'debug/picture_record_benchmark.cc', | 123 'debug/picture_record_benchmark.cc', |
| 122 'debug/picture_record_benchmark.h', | 124 'debug/picture_record_benchmark.h', |
| 123 'debug/rasterize_and_record_benchmark.cc', | 125 'debug/rasterize_and_record_benchmark.cc', |
| 124 'debug/rasterize_and_record_benchmark.h', | 126 'debug/rasterize_and_record_benchmark.h', |
| 125 'debug/rasterize_and_record_benchmark_impl.cc', | 127 'debug/rasterize_and_record_benchmark_impl.cc', |
| 126 'debug/rasterize_and_record_benchmark_impl.h', | 128 'debug/rasterize_and_record_benchmark_impl.h', |
| 127 'debug/rendering_stats.cc', | 129 'debug/rendering_stats.cc', |
| 128 'debug/rendering_stats.h', | 130 'debug/rendering_stats.h', |
| 129 'debug/rendering_stats_instrumentation.cc', | 131 'debug/rendering_stats_instrumentation.cc', |
| 130 'debug/rendering_stats_instrumentation.h', | 132 'debug/rendering_stats_instrumentation.h', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 'layers/layer_lists.cc', | 182 'layers/layer_lists.cc', |
| 181 'layers/layer_lists.h', | 183 'layers/layer_lists.h', |
| 182 'layers/layer_position_constraint.cc', | 184 'layers/layer_position_constraint.cc', |
| 183 'layers/layer_position_constraint.h', | 185 'layers/layer_position_constraint.h', |
| 184 'layers/layer_utils.cc', | 186 'layers/layer_utils.cc', |
| 185 'layers/layer_utils.h', | 187 'layers/layer_utils.h', |
| 186 'layers/nine_patch_layer.cc', | 188 'layers/nine_patch_layer.cc', |
| 187 'layers/nine_patch_layer.h', | 189 'layers/nine_patch_layer.h', |
| 188 'layers/nine_patch_layer_impl.cc', | 190 'layers/nine_patch_layer_impl.cc', |
| 189 'layers/nine_patch_layer_impl.h', | 191 'layers/nine_patch_layer_impl.h', |
| 192 'layers/paint_properties.cc', |
| 190 'layers/paint_properties.h', | 193 'layers/paint_properties.h', |
| 191 'layers/painted_scrollbar_layer.cc', | 194 'layers/painted_scrollbar_layer.cc', |
| 192 'layers/painted_scrollbar_layer.h', | 195 'layers/painted_scrollbar_layer.h', |
| 193 'layers/painted_scrollbar_layer_impl.cc', | 196 'layers/painted_scrollbar_layer_impl.cc', |
| 194 'layers/painted_scrollbar_layer_impl.h', | 197 'layers/painted_scrollbar_layer_impl.h', |
| 195 'layers/picture_image_layer.cc', | 198 'layers/picture_image_layer.cc', |
| 196 'layers/picture_image_layer.h', | 199 'layers/picture_image_layer.h', |
| 197 'layers/picture_image_layer_impl.cc', | 200 'layers/picture_image_layer_impl.cc', |
| 198 'layers/picture_image_layer_impl.h', | 201 'layers/picture_image_layer_impl.h', |
| 199 'layers/picture_layer.cc', | 202 'layers/picture_layer.cc', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 'surfaces/surface_id_allocator.h', | 511 'surfaces/surface_id_allocator.h', |
| 509 'surfaces/surface_manager.cc', | 512 'surfaces/surface_manager.cc', |
| 510 'surfaces/surface_manager.h', | 513 'surfaces/surface_manager.h', |
| 511 'surfaces/surface_resource_holder.cc', | 514 'surfaces/surface_resource_holder.cc', |
| 512 'surfaces/surface_resource_holder.h', | 515 'surfaces/surface_resource_holder.h', |
| 513 'surfaces/surfaces_export.h', | 516 'surfaces/surfaces_export.h', |
| 514 ], | 517 ], |
| 515 }, | 518 }, |
| 516 ], | 519 ], |
| 517 } | 520 } |
| OLD | NEW |