| 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 'trees/occlusion.cc', | 538 'trees/occlusion.cc', |
| 539 'trees/occlusion.h', | 539 'trees/occlusion.h', |
| 540 'trees/occlusion_tracker.cc', | 540 'trees/occlusion_tracker.cc', |
| 541 'trees/occlusion_tracker.h', | 541 'trees/occlusion_tracker.h', |
| 542 'trees/property_tree.cc', | 542 'trees/property_tree.cc', |
| 543 'trees/property_tree.h', | 543 'trees/property_tree.h', |
| 544 'trees/property_tree_builder.cc', | 544 'trees/property_tree_builder.cc', |
| 545 'trees/property_tree_builder.h', | 545 'trees/property_tree_builder.h', |
| 546 'trees/proxy.cc', | 546 'trees/proxy.cc', |
| 547 'trees/proxy.h', | 547 'trees/proxy.h', |
| 548 'trees/proxy_common.cc', |
| 549 'trees/proxy_common.h', |
| 548 'trees/proxy_impl.h', | 550 'trees/proxy_impl.h', |
| 549 'trees/proxy_main.h', | 551 'trees/proxy_main.h', |
| 550 'trees/scoped_abort_remaining_swap_promises.h', | 552 'trees/scoped_abort_remaining_swap_promises.h', |
| 551 'trees/single_thread_proxy.cc', | 553 'trees/single_thread_proxy.cc', |
| 552 'trees/single_thread_proxy.h', | 554 'trees/single_thread_proxy.h', |
| 553 'trees/swap_promise_monitor.cc', | 555 'trees/swap_promise_monitor.cc', |
| 554 'trees/swap_promise_monitor.h', | 556 'trees/swap_promise_monitor.h', |
| 555 'trees/threaded_channel.cc', | 557 'trees/threaded_channel.cc', |
| 556 'trees/threaded_channel.h', | 558 'trees/threaded_channel.h', |
| 557 'trees/thread_proxy.cc', | 559 'trees/thread_proxy.cc', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 'surfaces/surface_resource_holder.cc', | 618 'surfaces/surface_resource_holder.cc', |
| 617 'surfaces/surface_resource_holder.h', | 619 'surfaces/surface_resource_holder.h', |
| 618 'surfaces/surfaces_export.h', | 620 'surfaces/surfaces_export.h', |
| 619 ], | 621 ], |
| 620 'includes': [ | 622 'includes': [ |
| 621 '../build/android/increase_size_for_speed.gypi', | 623 '../build/android/increase_size_for_speed.gypi', |
| 622 ], | 624 ], |
| 623 }, | 625 }, |
| 624 ], | 626 ], |
| 625 } | 627 } |
| OLD | NEW |