| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'file_util_posix.cc', | 153 'file_util_posix.cc', |
| 154 'file_util_win.cc', | 154 'file_util_win.cc', |
| 155 'file_version_info.h', | 155 'file_version_info.h', |
| 156 'file_version_info_mac.h', | 156 'file_version_info_mac.h', |
| 157 'file_version_info_mac.mm', | 157 'file_version_info_mac.mm', |
| 158 'file_version_info_win.cc', | 158 'file_version_info_win.cc', |
| 159 'file_version_info_win.h', | 159 'file_version_info_win.h', |
| 160 'files/dir_reader_fallback.h', | 160 'files/dir_reader_fallback.h', |
| 161 'files/dir_reader_linux.h', | 161 'files/dir_reader_linux.h', |
| 162 'files/dir_reader_posix.h', | 162 'files/dir_reader_posix.h', |
| 163 'files/file_enumerator.cc', |
| 164 'files/file_enumerator.h', |
| 165 'files/file_enumerator_posix.cc', |
| 166 'files/file_enumerator_win.cc', |
| 163 'files/file_path.cc', | 167 'files/file_path.cc', |
| 164 'files/file_path.h', | 168 'files/file_path.h', |
| 165 'files/file_path_constants.cc', | 169 'files/file_path_constants.cc', |
| 166 'files/file_path_watcher.cc', | 170 'files/file_path_watcher.cc', |
| 167 'files/file_path_watcher.h', | 171 'files/file_path_watcher.h', |
| 168 'files/file_path_watcher_kqueue.cc', | 172 'files/file_path_watcher_kqueue.cc', |
| 169 'files/file_path_watcher_linux.cc', | 173 'files/file_path_watcher_linux.cc', |
| 170 'files/file_path_watcher_stub.cc', | 174 'files/file_path_watcher_stub.cc', |
| 171 'files/file_path_watcher_win.cc', | 175 'files/file_path_watcher_win.cc', |
| 172 'files/file_util_proxy.cc', | 176 'files/file_util_proxy.cc', |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 ['>(nacl_untrusted_build)==1', { | 660 ['>(nacl_untrusted_build)==1', { |
| 657 'sources!': [ | 661 'sources!': [ |
| 658 'allocator/type_profiler_control.cc', | 662 'allocator/type_profiler_control.cc', |
| 659 'allocator/type_profiler_control.h', | 663 'allocator/type_profiler_control.h', |
| 660 'base_paths.cc', | 664 'base_paths.cc', |
| 661 'cpu.cc', | 665 'cpu.cc', |
| 662 'debug/stack_trace_posix.cc', | 666 'debug/stack_trace_posix.cc', |
| 663 'file_util.cc', | 667 'file_util.cc', |
| 664 'file_util_posix.cc', | 668 'file_util_posix.cc', |
| 665 'file_util_proxy.cc', | 669 'file_util_proxy.cc', |
| 670 'files/file_enumerator_posix.cc', |
| 666 'files/file_path_watcher_kqueue.cc', | 671 'files/file_path_watcher_kqueue.cc', |
| 667 'memory/shared_memory_posix.cc', | 672 'memory/shared_memory_posix.cc', |
| 668 'native_library_posix.cc', | 673 'native_library_posix.cc', |
| 669 'path_service.cc', | 674 'path_service.cc', |
| 670 'platform_file_posix.cc', | 675 'platform_file_posix.cc', |
| 671 'posix/unix_domain_socket_linux.cc', | 676 'posix/unix_domain_socket_linux.cc', |
| 672 'process_posix.cc', | 677 'process_posix.cc', |
| 673 'process_util.cc', | 678 'process_util.cc', |
| 674 'process_util_posix.cc', | 679 'process_util_posix.cc', |
| 675 'rand_util_posix.cc', | 680 'rand_util_posix.cc', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 836 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 832 'sources/': [ | 837 'sources/': [ |
| 833 ['exclude', '^third_party/nspr/'], | 838 ['exclude', '^third_party/nspr/'], |
| 834 ], | 839 ], |
| 835 }], | 840 }], |
| 836 ], | 841 ], |
| 837 }], | 842 }], |
| 838 ], | 843 ], |
| 839 }, | 844 }, |
| 840 } | 845 } |
| OLD | NEW |