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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 'debug/debug_rect_history.cc', | 102 'debug/debug_rect_history.cc', |
103 'debug/debug_rect_history.h', | 103 'debug/debug_rect_history.h', |
104 'debug/devtools_instrumentation.h', | 104 'debug/devtools_instrumentation.h', |
105 'debug/frame_rate_counter.cc', | 105 'debug/frame_rate_counter.cc', |
106 'debug/frame_rate_counter.h', | 106 'debug/frame_rate_counter.h', |
107 'debug/frame_viewer_instrumentation.h', | 107 'debug/frame_viewer_instrumentation.h', |
108 'debug/invalidation_benchmark.cc', | 108 'debug/invalidation_benchmark.cc', |
109 'debug/invalidation_benchmark.h', | 109 'debug/invalidation_benchmark.h', |
110 'debug/lap_timer.cc', | 110 'debug/lap_timer.cc', |
111 'debug/lap_timer.h', | 111 'debug/lap_timer.h', |
| 112 'debug/layer_debug_info.cc', |
| 113 'debug/layer_debug_info.h', |
112 'debug/layer_tree_debug_state.cc', | 114 'debug/layer_tree_debug_state.cc', |
113 'debug/layer_tree_debug_state.h', | 115 'debug/layer_tree_debug_state.h', |
114 'debug/micro_benchmark.cc', | 116 'debug/micro_benchmark.cc', |
115 'debug/micro_benchmark.h', | 117 'debug/micro_benchmark.h', |
116 'debug/micro_benchmark_impl.cc', | 118 'debug/micro_benchmark_impl.cc', |
117 'debug/micro_benchmark_impl.h', | 119 'debug/micro_benchmark_impl.h', |
118 'debug/micro_benchmark_controller.cc', | 120 'debug/micro_benchmark_controller.cc', |
119 'debug/micro_benchmark_controller.h', | 121 'debug/micro_benchmark_controller.h', |
120 'debug/micro_benchmark_controller_impl.cc', | 122 'debug/micro_benchmark_controller_impl.cc', |
121 'debug/micro_benchmark_controller_impl.h', | 123 'debug/micro_benchmark_controller_impl.h', |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'surfaces/surface_resource_holder.cc', | 544 'surfaces/surface_resource_holder.cc', |
543 'surfaces/surface_resource_holder.h', | 545 'surfaces/surface_resource_holder.h', |
544 'surfaces/surfaces_export.h', | 546 'surfaces/surfaces_export.h', |
545 ], | 547 ], |
546 'includes': [ | 548 'includes': [ |
547 '../build/android/increase_size_for_speed.gypi', | 549 '../build/android/increase_size_for_speed.gypi', |
548 ], | 550 ], |
549 }, | 551 }, |
550 ], | 552 ], |
551 } | 553 } |
OLD | NEW |