| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 'debug/traced_value.h', | 138 'debug/traced_value.h', |
| 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.h', | 143 'input/input_handler.h', |
| 144 'input/page_scale_animation.cc', | 144 'input/page_scale_animation.cc', |
| 145 'input/page_scale_animation.h', | 145 'input/page_scale_animation.h', |
| 146 'input/layer_selection_bound.cc', | 146 'input/layer_selection_bound.cc', |
| 147 'input/layer_selection_bound.h', | 147 'input/layer_selection_bound.h', |
| 148 'input/scroll_elasticity_controller.h' |
| 148 'input/selection_bound_type.h', | 149 'input/selection_bound_type.h', |
| 149 'input/top_controls_manager.cc', | 150 'input/top_controls_manager.cc', |
| 150 'input/top_controls_manager.h', | 151 'input/top_controls_manager.h', |
| 151 'input/top_controls_manager_client.h', | 152 'input/top_controls_manager_client.h', |
| 152 'layers/append_quads_data.h', | 153 'layers/append_quads_data.h', |
| 153 'layers/content_layer.cc', | 154 'layers/content_layer.cc', |
| 154 'layers/content_layer.h', | 155 'layers/content_layer.h', |
| 155 'layers/content_layer_client.h', | 156 'layers/content_layer_client.h', |
| 156 'layers/contents_scaling_layer.cc', | 157 'layers/contents_scaling_layer.cc', |
| 157 'layers/contents_scaling_layer.h', | 158 'layers/contents_scaling_layer.h', |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 'trees/occlusion_tracker.h', | 493 'trees/occlusion_tracker.h', |
| 493 'trees/proxy.cc', | 494 'trees/proxy.cc', |
| 494 'trees/proxy.h', | 495 'trees/proxy.h', |
| 495 'trees/proxy_timing_history.cc', | 496 'trees/proxy_timing_history.cc', |
| 496 'trees/proxy_timing_history.h', | 497 'trees/proxy_timing_history.h', |
| 497 'trees/scoped_abort_remaining_swap_promises.h', | 498 'trees/scoped_abort_remaining_swap_promises.h', |
| 498 'trees/single_thread_proxy.cc', | 499 'trees/single_thread_proxy.cc', |
| 499 'trees/single_thread_proxy.h', | 500 'trees/single_thread_proxy.h', |
| 500 'trees/thread_proxy.cc', | 501 'trees/thread_proxy.cc', |
| 501 'trees/thread_proxy.h', | 502 'trees/thread_proxy.h', |
| 503 'trees/tree_scroll_elasticity_client.cc', |
| 504 'trees/tree_scroll_elasticity_client.h', |
| 502 'trees/tree_synchronizer.cc', | 505 'trees/tree_synchronizer.cc', |
| 503 'trees/tree_synchronizer.h', | 506 'trees/tree_synchronizer.h', |
| 504 ], | 507 ], |
| 505 'includes': [ | 508 'includes': [ |
| 506 '../build/android/increase_size_for_speed.gypi', | 509 '../build/android/increase_size_for_speed.gypi', |
| 507 ], | 510 ], |
| 508 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 511 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 509 'msvs_disabled_warnings': [ 4267, ], | 512 'msvs_disabled_warnings': [ 4267, ], |
| 510 }, | 513 }, |
| 511 { | 514 { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 'surfaces/surface_resource_holder.cc', | 547 'surfaces/surface_resource_holder.cc', |
| 545 'surfaces/surface_resource_holder.h', | 548 'surfaces/surface_resource_holder.h', |
| 546 'surfaces/surfaces_export.h', | 549 'surfaces/surfaces_export.h', |
| 547 ], | 550 ], |
| 548 'includes': [ | 551 'includes': [ |
| 549 '../build/android/increase_size_for_speed.gypi', | 552 '../build/android/increase_size_for_speed.gypi', |
| 550 ], | 553 ], |
| 551 }, | 554 }, |
| 552 ], | 555 ], |
| 553 } | 556 } |
| OLD | NEW |