| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 # Not automatically excluded by the *linux.cc rules. | 613 # Not automatically excluded by the *linux.cc rules. |
| 614 'linux_util.cc', | 614 'linux_util.cc', |
| 615 ], | 615 ], |
| 616 }, | 616 }, |
| 617 ], | 617 ], |
| 618 ['>(nacl_untrusted_build)==1', { | 618 ['>(nacl_untrusted_build)==1', { |
| 619 'sources!': [ | 619 'sources!': [ |
| 620 'allocator/type_profiler_control.cc', | 620 'allocator/type_profiler_control.cc', |
| 621 'allocator/type_profiler_control.h', | 621 'allocator/type_profiler_control.h', |
| 622 'base_paths.cc', | 622 'base_paths.cc', |
| 623 'command_line.cc', | |
| 624 'cpu.cc', | 623 'cpu.cc', |
| 625 'debug/stack_trace_posix.cc', | 624 'debug/stack_trace_posix.cc', |
| 626 'file_util.cc', | 625 'file_util.cc', |
| 627 'file_util_posix.cc', | 626 'file_util_posix.cc', |
| 628 'file_util_proxy.cc', | 627 'file_util_proxy.cc', |
| 629 'files/file_path_watcher_kqueue.cc', | 628 'files/file_path_watcher_kqueue.cc', |
| 630 'memory/shared_memory_posix.cc', | 629 'memory/shared_memory_posix.cc', |
| 631 'native_library_posix.cc', | 630 'native_library_posix.cc', |
| 632 'path_service.cc', | 631 'path_service.cc', |
| 633 'platform_file_posix.cc', | 632 'platform_file_posix.cc', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 775 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 777 'sources/': [ | 776 'sources/': [ |
| 778 ['exclude', '^third_party/nspr/'], | 777 ['exclude', '^third_party/nspr/'], |
| 779 ], | 778 ], |
| 780 }], | 779 }], |
| 781 ], | 780 ], |
| 782 }], | 781 }], |
| 783 ], | 782 ], |
| 784 }, | 783 }, |
| 785 } | 784 } |
| OLD | NEW |