| 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 'trees/proxy.h', | 547 'trees/proxy.h', |
| 548 'trees/proxy_common.cc', | 548 'trees/proxy_common.cc', |
| 549 'trees/proxy_common.h', | 549 'trees/proxy_common.h', |
| 550 'trees/proxy_impl.h', | 550 'trees/proxy_impl.h', |
| 551 'trees/proxy_main.h', | 551 'trees/proxy_main.h', |
| 552 'trees/scoped_abort_remaining_swap_promises.h', | 552 'trees/scoped_abort_remaining_swap_promises.h', |
| 553 'trees/single_thread_proxy.cc', | 553 'trees/single_thread_proxy.cc', |
| 554 'trees/single_thread_proxy.h', | 554 'trees/single_thread_proxy.h', |
| 555 'trees/swap_promise_monitor.cc', | 555 'trees/swap_promise_monitor.cc', |
| 556 'trees/swap_promise_monitor.h', | 556 'trees/swap_promise_monitor.h', |
| 557 'trees/thread_proxy.cc', |
| 558 'trees/thread_proxy.h', |
| 559 'trees/thread_verifier.cc', |
| 560 'trees/thread_verifier.h', |
| 557 'trees/threaded_channel.cc', | 561 'trees/threaded_channel.cc', |
| 558 'trees/threaded_channel.h', | 562 'trees/threaded_channel.h', |
| 559 'trees/thread_proxy.cc', | |
| 560 'trees/thread_proxy.h', | |
| 561 'trees/tree_synchronizer.cc', | 563 'trees/tree_synchronizer.cc', |
| 562 'trees/tree_synchronizer.h', | 564 'trees/tree_synchronizer.h', |
| 563 ], | 565 ], |
| 564 'includes': [ | 566 'includes': [ |
| 565 '../build/android/increase_size_for_speed.gypi', | 567 '../build/android/increase_size_for_speed.gypi', |
| 566 ], | 568 ], |
| 567 'conditions': [ | 569 'conditions': [ |
| 568 ['target_arch == "ia32" or target_arch == "x64"', { | 570 ['target_arch == "ia32" or target_arch == "x64"', { |
| 569 'sources': [ | 571 'sources': [ |
| 570 'raster/texture_compressor_etc1_sse.cc', | 572 'raster/texture_compressor_etc1_sse.cc', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 'surfaces/surface_resource_holder.cc', | 620 'surfaces/surface_resource_holder.cc', |
| 619 'surfaces/surface_resource_holder.h', | 621 'surfaces/surface_resource_holder.h', |
| 620 'surfaces/surfaces_export.h', | 622 'surfaces/surfaces_export.h', |
| 621 ], | 623 ], |
| 622 'includes': [ | 624 'includes': [ |
| 623 '../build/android/increase_size_for_speed.gypi', | 625 '../build/android/increase_size_for_speed.gypi', |
| 624 ], | 626 ], |
| 625 }, | 627 }, |
| 626 ], | 628 ], |
| 627 } | 629 } |
| OLD | NEW |