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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 'trees/proxy_common.h', | 576 'trees/proxy_common.h', |
577 'trees/proxy_impl.cc', | 577 'trees/proxy_impl.cc', |
578 'trees/proxy_impl.h', | 578 'trees/proxy_impl.h', |
579 'trees/proxy_main.cc', | 579 'trees/proxy_main.cc', |
580 'trees/proxy_main.h', | 580 'trees/proxy_main.h', |
581 'trees/remote_channel_impl.cc', | 581 'trees/remote_channel_impl.cc', |
582 'trees/remote_channel_impl.h', | 582 'trees/remote_channel_impl.h', |
583 'trees/remote_channel_main.cc', | 583 'trees/remote_channel_main.cc', |
584 'trees/remote_channel_main.h', | 584 'trees/remote_channel_main.h', |
585 'trees/remote_proto_channel.h', | 585 'trees/remote_proto_channel.h', |
| 586 'trees/root_scroller_controller.cc', |
| 587 'trees/root_scroller_controller.h', |
586 'trees/scoped_abort_remaining_swap_promises.h', | 588 'trees/scoped_abort_remaining_swap_promises.h', |
587 'trees/single_thread_proxy.cc', | 589 'trees/single_thread_proxy.cc', |
588 'trees/single_thread_proxy.h', | 590 'trees/single_thread_proxy.h', |
589 'trees/swap_promise_monitor.cc', | 591 'trees/swap_promise_monitor.cc', |
590 'trees/swap_promise_monitor.h', | 592 'trees/swap_promise_monitor.h', |
591 'trees/task_runner_provider.cc', | 593 'trees/task_runner_provider.cc', |
592 'trees/task_runner_provider.h', | 594 'trees/task_runner_provider.h', |
593 'trees/threaded_channel.cc', | 595 'trees/threaded_channel.cc', |
594 'trees/threaded_channel.h', | 596 'trees/threaded_channel.h', |
595 'trees/tree_synchronizer.cc', | 597 'trees/tree_synchronizer.cc', |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 'surfaces/surface_resource_holder.h', | 705 'surfaces/surface_resource_holder.h', |
704 'surfaces/surface_sequence.h', | 706 'surfaces/surface_sequence.h', |
705 'surfaces/surfaces_export.h', | 707 'surfaces/surfaces_export.h', |
706 ], | 708 ], |
707 'includes': [ | 709 'includes': [ |
708 '../build/android/increase_size_for_speed.gypi', | 710 '../build/android/increase_size_for_speed.gypi', |
709 ], | 711 ], |
710 }, | 712 }, |
711 ], | 713 ], |
712 } | 714 } |
OLD | NEW |