Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(560)

Side by Side Diff: base/base.gypi

Issue 1328963002: Build shared_memory_mac.cc and shared_memory_handle_mac.cc for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | base/memory/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698