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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
822 'sources/': [ | 822 'sources/': [ |
823 # Pull in specific Mac files for iOS (which have been filtered out | 823 # Pull in specific Mac files for iOS (which have been filtered out |
824 # by file name rules). | 824 # by file name rules). |
825 ['include', '^atomicops_internals_mac\\.'], | 825 ['include', '^atomicops_internals_mac\\.'], |
826 ['include', '^base_paths_mac\\.'], | 826 ['include', '^base_paths_mac\\.'], |
827 ['include', '^file_util_mac\\.'], | 827 ['include', '^file_util_mac\\.'], |
828 ['include', '^file_version_info_mac\\.'], | 828 ['include', '^file_version_info_mac\\.'], |
829 ['include', '^mac/bundle_locations\\.'], | 829 ['include', '^mac/bundle_locations\\.'], |
830 ['include', '^mac/foundation_util\\.'], | 830 ['include', '^mac/foundation_util\\.'], |
831 ['include', '^mac/mac_logging\\.'], | 831 ['include', '^mac/mac_logging\\.'], |
| 832 ['include', '^mac/mach_logging\\.'], |
832 ['include', '^mac/objc_property_releaser\\.'], | 833 ['include', '^mac/objc_property_releaser\\.'], |
833 ['include', '^mac/scoped_mach_port\\.'], | 834 ['include', '^mac/scoped_mach_port\\.'], |
| 835 ['include', '^mac/scoped_mach_vm\\.'], |
834 ['include', '^mac/scoped_nsautorelease_pool\\.'], | 836 ['include', '^mac/scoped_nsautorelease_pool\\.'], |
835 ['include', '^mac/scoped_nsobject\\.'], | 837 ['include', '^mac/scoped_nsobject\\.'], |
836 ['include', '^memory/discardable_memory_mac\\.'], | 838 ['include', '^memory/discardable_memory_mac\\.'], |
837 ['include', '^message_loop/message_pump_mac\\.'], | 839 ['include', '^message_loop/message_pump_mac\\.'], |
838 ['include', '^strings/sys_string_conversions_mac\\.'], | 840 ['include', '^strings/sys_string_conversions_mac\\.'], |
839 ['include', '^threading/platform_thread_mac\\.'], | 841 ['include', '^threading/platform_thread_mac\\.'], |
840 ['include', '^time/time_mac\\.'], | 842 ['include', '^time/time_mac\\.'], |
841 ['include', '^worker_pool_mac\\.'], | 843 ['include', '^worker_pool_mac\\.'], |
842 # Exclude all process/ except the minimal implementation | 844 # Exclude all process/ except the minimal implementation |
843 # needed on iOS (mostly for unit tests). | 845 # needed on iOS (mostly for unit tests). |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
964 'i18n/time_formatting.h', | 966 'i18n/time_formatting.h', |
965 'i18n/timezone.cc', | 967 'i18n/timezone.cc', |
966 'i18n/timezone.h', | 968 'i18n/timezone.h', |
967 'i18n/utf8_validator_tables.cc', | 969 'i18n/utf8_validator_tables.cc', |
968 'i18n/utf8_validator_tables.h', | 970 'i18n/utf8_validator_tables.h', |
969 ], | 971 ], |
970 }] | 972 }] |
971 ], | 973 ], |
972 }, | 974 }, |
973 } | 975 } |
OLD | NEW |