| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'debug/benchmark_instrumentation.cc', | 91 'debug/benchmark_instrumentation.cc', |
| 92 'debug/benchmark_instrumentation.h', | 92 'debug/benchmark_instrumentation.h', |
| 93 'debug/debug_colors.cc', | 93 'debug/debug_colors.cc', |
| 94 'debug/debug_colors.h', | 94 'debug/debug_colors.h', |
| 95 'debug/debug_rect_history.cc', | 95 'debug/debug_rect_history.cc', |
| 96 'debug/debug_rect_history.h', | 96 'debug/debug_rect_history.h', |
| 97 'debug/devtools_instrumentation.h', | 97 'debug/devtools_instrumentation.h', |
| 98 'debug/frame_rate_counter.cc', | 98 'debug/frame_rate_counter.cc', |
| 99 'debug/frame_rate_counter.h', | 99 'debug/frame_rate_counter.h', |
| 100 'debug/frame_viewer_instrumentation.h', | 100 'debug/frame_viewer_instrumentation.h', |
| 101 'debug/invalidation_benchmark.cc', |
| 102 'debug/invalidation_benchmark.h', |
| 101 'debug/lap_timer.cc', | 103 'debug/lap_timer.cc', |
| 102 'debug/lap_timer.h', | 104 'debug/lap_timer.h', |
| 103 'debug/layer_tree_debug_state.cc', | 105 'debug/layer_tree_debug_state.cc', |
| 104 'debug/layer_tree_debug_state.h', | 106 'debug/layer_tree_debug_state.h', |
| 105 'debug/micro_benchmark.cc', | 107 'debug/micro_benchmark.cc', |
| 106 'debug/micro_benchmark.h', | 108 'debug/micro_benchmark.h', |
| 107 'debug/micro_benchmark_impl.cc', | 109 'debug/micro_benchmark_impl.cc', |
| 108 'debug/micro_benchmark_impl.h', | 110 'debug/micro_benchmark_impl.h', |
| 109 'debug/micro_benchmark_controller.cc', | 111 'debug/micro_benchmark_controller.cc', |
| 110 'debug/micro_benchmark_controller.h', | 112 'debug/micro_benchmark_controller.h', |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 'surfaces/surface.h', | 492 'surfaces/surface.h', |
| 491 'surfaces/surface_aggregator.cc', | 493 'surfaces/surface_aggregator.cc', |
| 492 'surfaces/surface_aggregator.h', | 494 'surfaces/surface_aggregator.h', |
| 493 'surfaces/surface_manager.cc', | 495 'surfaces/surface_manager.cc', |
| 494 'surfaces/surface_manager.h', | 496 'surfaces/surface_manager.h', |
| 495 'surfaces/surfaces_export.h', | 497 'surfaces/surfaces_export.h', |
| 496 ], | 498 ], |
| 497 }, | 499 }, |
| 498 ], | 500 ], |
| 499 } | 501 } |
| OLD | NEW |