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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 'debug/unittest_only_benchmark.cc', | 139 'debug/unittest_only_benchmark.cc', |
140 'debug/unittest_only_benchmark.h', | 140 'debug/unittest_only_benchmark.h', |
141 'debug/unittest_only_benchmark_impl.cc', | 141 'debug/unittest_only_benchmark_impl.cc', |
142 'debug/unittest_only_benchmark_impl.h', | 142 'debug/unittest_only_benchmark_impl.h', |
143 'input/input_handler.cc', | 143 'input/input_handler.cc', |
144 'input/input_handler.h', | 144 'input/input_handler.h', |
145 'input/page_scale_animation.cc', | 145 'input/page_scale_animation.cc', |
146 'input/page_scale_animation.h', | 146 'input/page_scale_animation.h', |
147 'input/layer_selection_bound.cc', | 147 'input/layer_selection_bound.cc', |
148 'input/layer_selection_bound.h', | 148 'input/layer_selection_bound.h', |
| 149 'input/scroll_elasticity_helper.cc', |
| 150 'input/scroll_elasticity_helper.h', |
149 'input/selection_bound_type.h', | 151 'input/selection_bound_type.h', |
150 'input/top_controls_manager.cc', | 152 'input/top_controls_manager.cc', |
151 'input/top_controls_manager.h', | 153 'input/top_controls_manager.h', |
152 'input/top_controls_manager_client.h', | 154 'input/top_controls_manager_client.h', |
153 'layers/append_quads_data.h', | 155 'layers/append_quads_data.h', |
154 'layers/content_layer.cc', | 156 'layers/content_layer.cc', |
155 'layers/content_layer.h', | 157 'layers/content_layer.h', |
156 'layers/content_layer_client.h', | 158 'layers/content_layer_client.h', |
157 'layers/contents_scaling_layer.cc', | 159 'layers/contents_scaling_layer.cc', |
158 'layers/contents_scaling_layer.h', | 160 'layers/contents_scaling_layer.h', |
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 'surfaces/surface_resource_holder.cc', | 548 'surfaces/surface_resource_holder.cc', |
547 'surfaces/surface_resource_holder.h', | 549 'surfaces/surface_resource_holder.h', |
548 'surfaces/surfaces_export.h', | 550 'surfaces/surfaces_export.h', |
549 ], | 551 ], |
550 'includes': [ | 552 'includes': [ |
551 '../build/android/increase_size_for_speed.gypi', | 553 '../build/android/increase_size_for_speed.gypi', |
552 ], | 554 ], |
553 }, | 555 }, |
554 ], | 556 ], |
555 } | 557 } |
OLD | NEW |