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_controller.h', |
149 'input/selection_bound_type.h', | 150 'input/selection_bound_type.h', |
150 'input/top_controls_manager.cc', | 151 'input/top_controls_manager.cc', |
151 'input/top_controls_manager.h', | 152 'input/top_controls_manager.h', |
152 'input/top_controls_manager_client.h', | 153 'input/top_controls_manager_client.h', |
153 'layers/append_quads_data.h', | 154 'layers/append_quads_data.h', |
154 'layers/content_layer.cc', | 155 'layers/content_layer.cc', |
155 'layers/content_layer.h', | 156 'layers/content_layer.h', |
156 'layers/content_layer_client.h', | 157 'layers/content_layer_client.h', |
157 'layers/contents_scaling_layer.cc', | 158 'layers/contents_scaling_layer.cc', |
158 'layers/contents_scaling_layer.h', | 159 'layers/contents_scaling_layer.h', |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 'trees/layer_tree_host.h', | 482 'trees/layer_tree_host.h', |
482 'trees/layer_tree_host_client.h', | 483 'trees/layer_tree_host_client.h', |
483 'trees/layer_tree_host_common.cc', | 484 'trees/layer_tree_host_common.cc', |
484 'trees/layer_tree_host_common.h', | 485 'trees/layer_tree_host_common.h', |
485 'trees/layer_tree_host_impl.cc', | 486 'trees/layer_tree_host_impl.cc', |
486 'trees/layer_tree_host_impl.h', | 487 'trees/layer_tree_host_impl.h', |
487 'trees/layer_tree_impl.cc', | 488 'trees/layer_tree_impl.cc', |
488 'trees/layer_tree_impl.h', | 489 'trees/layer_tree_impl.h', |
489 'trees/layer_tree_settings.cc', | 490 'trees/layer_tree_settings.cc', |
490 'trees/layer_tree_settings.h', | 491 'trees/layer_tree_settings.h', |
| 492 'trees/layer_tree_scroll_elasticity_client.cc', |
| 493 'trees/layer_tree_scroll_elasticity_client.h', |
491 'trees/occlusion.cc', | 494 'trees/occlusion.cc', |
492 'trees/occlusion.h', | 495 'trees/occlusion.h', |
493 'trees/occlusion_tracker.cc', | 496 'trees/occlusion_tracker.cc', |
494 'trees/occlusion_tracker.h', | 497 'trees/occlusion_tracker.h', |
495 'trees/proxy.cc', | 498 'trees/proxy.cc', |
496 'trees/proxy.h', | 499 'trees/proxy.h', |
497 'trees/proxy_timing_history.cc', | 500 'trees/proxy_timing_history.cc', |
498 'trees/proxy_timing_history.h', | 501 'trees/proxy_timing_history.h', |
499 'trees/scoped_abort_remaining_swap_promises.h', | 502 'trees/scoped_abort_remaining_swap_promises.h', |
500 'trees/single_thread_proxy.cc', | 503 'trees/single_thread_proxy.cc', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 'surfaces/surface_resource_holder.cc', | 549 'surfaces/surface_resource_holder.cc', |
547 'surfaces/surface_resource_holder.h', | 550 'surfaces/surface_resource_holder.h', |
548 'surfaces/surfaces_export.h', | 551 'surfaces/surfaces_export.h', |
549 ], | 552 ], |
550 'includes': [ | 553 'includes': [ |
551 '../build/android/increase_size_for_speed.gypi', | 554 '../build/android/increase_size_for_speed.gypi', |
552 ], | 555 ], |
553 }, | 556 }, |
554 ], | 557 ], |
555 } | 558 } |
OLD | NEW |