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 'includes': [ | 6 'includes': [ |
7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
8 ], | 8 ], |
9 'target_defaults': { | 9 'target_defaults': { |
10 'variables': { | 10 'variables': { |
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
884 ['include', '^mac/call_with_eh_frame\\.'], | 884 ['include', '^mac/call_with_eh_frame\\.'], |
885 ['include', '^mac/foundation_util\\.'], | 885 ['include', '^mac/foundation_util\\.'], |
886 ['include', '^mac/mac_logging\\.'], | 886 ['include', '^mac/mac_logging\\.'], |
887 ['include', '^mac/mach_logging\\.'], | 887 ['include', '^mac/mach_logging\\.'], |
888 ['include', '^mac/objc_property_releaser\\.'], | 888 ['include', '^mac/objc_property_releaser\\.'], |
889 ['include', '^mac/scoped_mach_port\\.'], | 889 ['include', '^mac/scoped_mach_port\\.'], |
890 ['include', '^mac/scoped_mach_vm\\.'], | 890 ['include', '^mac/scoped_mach_vm\\.'], |
891 ['include', '^mac/scoped_nsautorelease_pool\\.'], | 891 ['include', '^mac/scoped_nsautorelease_pool\\.'], |
892 ['include', '^mac/scoped_nsobject\\.'], | 892 ['include', '^mac/scoped_nsobject\\.'], |
893 ['include', '^mac/scoped_objc_class_swizzler\\.'], | 893 ['include', '^mac/scoped_objc_class_swizzler\\.'], |
| 894 ['include', '^memory/shared_memory_handle_mac\\.'], |
| 895 ['include', '^memory/shared_memory_mac\\.'], |
894 ['include', '^message_loop/message_pump_mac\\.'], | 896 ['include', '^message_loop/message_pump_mac\\.'], |
895 ['include', '^strings/sys_string_conversions_mac\\.'], | 897 ['include', '^strings/sys_string_conversions_mac\\.'], |
896 ['include', '^threading/platform_thread_mac\\.'], | 898 ['include', '^threading/platform_thread_mac\\.'], |
897 ['include', '^time/time_mac\\.'], | 899 ['include', '^time/time_mac\\.'], |
898 ['include', '^worker_pool_mac\\.'], | 900 ['include', '^worker_pool_mac\\.'], |
899 # Exclude all process/ except the minimal implementation | 901 # Exclude all process/ except the minimal implementation |
900 # needed on iOS (mostly for unit tests). | 902 # needed on iOS (mostly for unit tests). |
901 ['exclude', '^process/.*'], | 903 ['exclude', '^process/.*'], |
902 ['include', '^process/.*_ios\.(cc|mm)$'], | 904 ['include', '^process/.*_ios\.(cc|mm)$'], |
903 ['include', '^process/memory_stubs\.cc$'], | 905 ['include', '^process/memory_stubs\.cc$'], |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1046 'i18n/time_formatting.h', | 1048 'i18n/time_formatting.h', |
1047 'i18n/timezone.cc', | 1049 'i18n/timezone.cc', |
1048 'i18n/timezone.h', | 1050 'i18n/timezone.h', |
1049 'i18n/utf8_validator_tables.cc', | 1051 'i18n/utf8_validator_tables.cc', |
1050 'i18n/utf8_validator_tables.h', | 1052 'i18n/utf8_validator_tables.h', |
1051 ], | 1053 ], |
1052 }] | 1054 }] |
1053 ], | 1055 ], |
1054 }, | 1056 }, |
1055 } | 1057 } |
OLD | NEW |