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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 # Not automatically excluded by the *linux.cc rules. | 614 # Not automatically excluded by the *linux.cc rules. |
615 'linux_util.cc', | 615 'linux_util.cc', |
616 ], | 616 ], |
617 }, | 617 }, |
618 ], | 618 ], |
619 ['>(nacl_untrusted_build)==1', { | 619 ['>(nacl_untrusted_build)==1', { |
620 'sources!': [ | 620 'sources!': [ |
621 'allocator/type_profiler_control.cc', | 621 'allocator/type_profiler_control.cc', |
622 'allocator/type_profiler_control.h', | 622 'allocator/type_profiler_control.h', |
623 'base_paths.cc', | 623 'base_paths.cc', |
624 'command_line.cc', | |
625 'cpu.cc', | 624 'cpu.cc', |
626 'debug/stack_trace_posix.cc', | 625 'debug/stack_trace_posix.cc', |
627 'file_util.cc', | 626 'file_util.cc', |
628 'file_util_posix.cc', | 627 'file_util_posix.cc', |
629 'file_util_proxy.cc', | 628 'file_util_proxy.cc', |
630 'files/file_path_watcher_kqueue.cc', | 629 'files/file_path_watcher_kqueue.cc', |
631 'memory/shared_memory_posix.cc', | 630 'memory/shared_memory_posix.cc', |
632 'native_library_posix.cc', | 631 'native_library_posix.cc', |
633 'path_service.cc', | 632 'path_service.cc', |
634 'platform_file_posix.cc', | 633 'platform_file_posix.cc', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
767 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 766 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
768 'sources/': [ | 767 'sources/': [ |
769 ['exclude', '^third_party/nspr/'], | 768 ['exclude', '^third_party/nspr/'], |
770 ], | 769 ], |
771 }], | 770 }], |
772 ], | 771 ], |
773 }], | 772 }], |
774 ], | 773 ], |
775 }, | 774 }, |
776 } | 775 } |
OLD | NEW |