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 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
679 ], | 679 ], |
680 ['>(nacl_untrusted_build)==1', { | 680 ['>(nacl_untrusted_build)==1', { |
681 'sources!': [ | 681 'sources!': [ |
682 'allocator/type_profiler_control.cc', | 682 'allocator/type_profiler_control.cc', |
683 'allocator/type_profiler_control.h', | 683 'allocator/type_profiler_control.h', |
684 'base_paths.cc', | 684 'base_paths.cc', |
685 'cpu.cc', | 685 'cpu.cc', |
686 'debug/stack_trace_posix.cc', | 686 'debug/stack_trace_posix.cc', |
687 'file_util.cc', | 687 'file_util.cc', |
688 'file_util_posix.cc', | 688 'file_util_posix.cc', |
689 'file_util_proxy.cc', | |
690 'files/file_enumerator_posix.cc', | 689 'files/file_enumerator_posix.cc', |
691 'files/file_path_watcher_kqueue.cc', | 690 'files/file_path_watcher_kqueue.cc', |
692 'memory/shared_memory_posix.cc', | 691 'memory/shared_memory_posix.cc', |
693 'native_library_posix.cc', | 692 'native_library_posix.cc', |
694 'path_service.cc', | 693 'path_service.cc', |
695 'platform_file_posix.cc', | |
696 'posix/unix_domain_socket_linux.cc', | 694 'posix/unix_domain_socket_linux.cc', |
697 'process_posix.cc', | 695 'process_posix.cc', |
698 'process_util.cc', | 696 'process_util.cc', |
699 'process_util_posix.cc', | 697 'process_util_posix.cc', |
700 'rand_util_posix.cc', | 698 'rand_util_posix.cc', |
701 'scoped_native_library.cc', | 699 'scoped_native_library.cc', |
702 'files/scoped_temp_dir.cc', | 700 'files/scoped_temp_dir.cc', |
703 'sys_info_posix.cc', | 701 'sys_info_posix.cc', |
704 'threading/sequenced_worker_pool.cc', | 702 'threading/sequenced_worker_pool.cc', |
705 'third_party/dynamic_annotations/dynamic_annotations.c', | 703 'third_party/dynamic_annotations/dynamic_annotations.c', |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 864 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
867 'sources/': [ | 865 'sources/': [ |
868 ['exclude', '^third_party/nspr/'], | 866 ['exclude', '^third_party/nspr/'], |
869 ], | 867 ], |
870 }], | 868 }], |
871 ], | 869 ], |
872 }], | 870 }], |
873 ], | 871 ], |
874 }, | 872 }, |
875 } | 873 } |
OLD | NEW |