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 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
10 }, | 10 }, |
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 ['OS == "linux" and >(nacl_untrusted_build)==0', { | 962 ['OS == "linux" and >(nacl_untrusted_build)==0', { |
963 'sources!': [ | 963 'sources!': [ |
964 'files/file_path_watcher_fsevents.cc', | 964 'files/file_path_watcher_fsevents.cc', |
965 'files/file_path_watcher_fsevents.h', | 965 'files/file_path_watcher_fsevents.h', |
966 'files/file_path_watcher_kqueue.cc', | 966 'files/file_path_watcher_kqueue.cc', |
967 'files/file_path_watcher_kqueue.h', | 967 'files/file_path_watcher_kqueue.h', |
968 'files/file_path_watcher_stub.cc', | 968 'files/file_path_watcher_stub.cc', |
969 ], | 969 ], |
970 }], | 970 }], |
971 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { | 971 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { |
972 'sources': [ | |
973 'memory/discardable_memory_mach.cc', | |
974 'memory/discardable_memory_mach.h', | |
975 ], | |
976 'sources/': [ | 972 'sources/': [ |
977 ['exclude', '^files/file_path_watcher_stub\\.cc$'], | 973 ['exclude', '^files/file_path_watcher_stub\\.cc$'], |
978 ['exclude', '^base_paths_posix\\.cc$'], | 974 ['exclude', '^base_paths_posix\\.cc$'], |
979 ['exclude', '^native_library_posix\\.cc$'], | 975 ['exclude', '^native_library_posix\\.cc$'], |
980 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'], | 976 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'], |
981 ], | 977 ], |
982 }], | 978 }], |
983 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', { | 979 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', { |
984 'sources': [ | 980 'sources': [ |
985 'process/memory_stubs.cc', | 981 'process/memory_stubs.cc', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1042 'i18n/time_formatting.h', | 1038 'i18n/time_formatting.h', |
1043 'i18n/timezone.cc', | 1039 'i18n/timezone.cc', |
1044 'i18n/timezone.h', | 1040 'i18n/timezone.h', |
1045 'i18n/utf8_validator_tables.cc', | 1041 'i18n/utf8_validator_tables.cc', |
1046 'i18n/utf8_validator_tables.h', | 1042 'i18n/utf8_validator_tables.h', |
1047 ], | 1043 ], |
1048 }] | 1044 }] |
1049 ], | 1045 ], |
1050 }, | 1046 }, |
1051 } | 1047 } |
OLD | NEW |