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 'base/util.h', | 99 'base/util.h', |
100 'debug/benchmark_instrumentation.cc', | 100 'debug/benchmark_instrumentation.cc', |
101 'debug/benchmark_instrumentation.h', | 101 'debug/benchmark_instrumentation.h', |
102 'debug/debug_colors.cc', | 102 'debug/debug_colors.cc', |
103 'debug/debug_colors.h', | 103 'debug/debug_colors.h', |
104 'debug/debug_rect_history.cc', | 104 'debug/debug_rect_history.cc', |
105 'debug/debug_rect_history.h', | 105 'debug/debug_rect_history.h', |
106 'debug/devtools_instrumentation.h', | 106 'debug/devtools_instrumentation.h', |
107 'debug/frame_rate_counter.cc', | 107 'debug/frame_rate_counter.cc', |
108 'debug/frame_rate_counter.h', | 108 'debug/frame_rate_counter.h', |
| 109 'debug/frame_timing_cost_tracker.cc', |
| 110 'debug/frame_timing_cost_tracker.h', |
109 'debug/frame_viewer_instrumentation.h', | 111 'debug/frame_viewer_instrumentation.h', |
110 'debug/invalidation_benchmark.cc', | 112 'debug/invalidation_benchmark.cc', |
111 'debug/invalidation_benchmark.h', | 113 'debug/invalidation_benchmark.h', |
112 'debug/lap_timer.cc', | 114 'debug/lap_timer.cc', |
113 'debug/lap_timer.h', | 115 'debug/lap_timer.h', |
114 'debug/layer_tree_debug_state.cc', | 116 'debug/layer_tree_debug_state.cc', |
115 'debug/layer_tree_debug_state.h', | 117 'debug/layer_tree_debug_state.h', |
116 'debug/micro_benchmark.cc', | 118 'debug/micro_benchmark.cc', |
117 'debug/micro_benchmark.h', | 119 'debug/micro_benchmark.h', |
118 'debug/micro_benchmark_impl.cc', | 120 'debug/micro_benchmark_impl.cc', |
(...skipping 16 matching lines...) Expand all Loading... |
135 'debug/rendering_stats_instrumentation.h', | 137 'debug/rendering_stats_instrumentation.h', |
136 'debug/ring_buffer.h', | 138 'debug/ring_buffer.h', |
137 'debug/traced_picture.cc', | 139 'debug/traced_picture.cc', |
138 'debug/traced_picture.h', | 140 'debug/traced_picture.h', |
139 'debug/traced_value.cc', | 141 'debug/traced_value.cc', |
140 'debug/traced_value.h', | 142 'debug/traced_value.h', |
141 'debug/unittest_only_benchmark.cc', | 143 'debug/unittest_only_benchmark.cc', |
142 'debug/unittest_only_benchmark.h', | 144 'debug/unittest_only_benchmark.h', |
143 'debug/unittest_only_benchmark_impl.cc', | 145 'debug/unittest_only_benchmark_impl.cc', |
144 'debug/unittest_only_benchmark_impl.h', | 146 'debug/unittest_only_benchmark_impl.h', |
| 147 'debug/worker_thread_cost_tracker.cc', |
| 148 'debug/worker_thread_cost_tracker.h', |
145 'input/input_handler.cc', | 149 'input/input_handler.cc', |
146 'input/input_handler.h', | 150 'input/input_handler.h', |
147 'input/page_scale_animation.cc', | 151 'input/page_scale_animation.cc', |
148 'input/page_scale_animation.h', | 152 'input/page_scale_animation.h', |
149 'input/layer_selection_bound.cc', | 153 'input/layer_selection_bound.cc', |
150 'input/layer_selection_bound.h', | 154 'input/layer_selection_bound.h', |
151 'input/scroll_elasticity_helper.cc', | 155 'input/scroll_elasticity_helper.cc', |
152 'input/scroll_elasticity_helper.h', | 156 'input/scroll_elasticity_helper.h', |
153 'input/selection_bound_type.h', | 157 'input/selection_bound_type.h', |
154 'input/top_controls_manager.cc', | 158 'input/top_controls_manager.cc', |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 'surfaces/surface_resource_holder.cc', | 579 'surfaces/surface_resource_holder.cc', |
576 'surfaces/surface_resource_holder.h', | 580 'surfaces/surface_resource_holder.h', |
577 'surfaces/surfaces_export.h', | 581 'surfaces/surfaces_export.h', |
578 ], | 582 ], |
579 'includes': [ | 583 'includes': [ |
580 '../build/android/increase_size_for_speed.gypi', | 584 '../build/android/increase_size_for_speed.gypi', |
581 ], | 585 ], |
582 }, | 586 }, |
583 ], | 587 ], |
584 } | 588 } |
OLD | NEW |