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

Side by Side Diff: base/base.gypi

Issue 10696193: Have iOS use the same atomicops_internal implementation that Mac uses. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix #include guard without typo. Created 8 years, 5 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 | « base/atomicops_internals_x86_macosx.h ('k') | no next file » | 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 '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 30 matching lines...) Expand all
41 'android/jni_string.h', 41 'android/jni_string.h',
42 'android/locale_utils.cc', 42 'android/locale_utils.cc',
43 'android/locale_utils.h', 43 'android/locale_utils.h',
44 'android/path_utils.cc', 44 'android/path_utils.cc',
45 'android/path_utils.h', 45 'android/path_utils.h',
46 'at_exit.cc', 46 'at_exit.cc',
47 'at_exit.h', 47 'at_exit.h',
48 'atomic_ref_count.h', 48 'atomic_ref_count.h',
49 'atomic_sequence_num.h', 49 'atomic_sequence_num.h',
50 'atomicops.h', 50 'atomicops.h',
51 'atomicops_internals_mac.h',
51 'atomicops_internals_x86_gcc.cc', 52 'atomicops_internals_x86_gcc.cc',
52 'atomicops_internals_x86_gcc.h', 53 'atomicops_internals_x86_gcc.h',
53 'atomicops_internals_x86_msvc.h', 54 'atomicops_internals_x86_msvc.h',
54 'base_export.h', 55 'base_export.h',
55 'base_paths.cc', 56 'base_paths.cc',
56 'base_paths.h', 57 'base_paths.h',
57 'base_paths_android.cc', 58 'base_paths_android.cc',
58 'base_paths_android.h', 59 'base_paths_android.h',
59 'base_paths_mac.h', 60 'base_paths_mac.h',
60 'base_paths_mac.mm', 61 'base_paths_mac.mm',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 ['include', '^process_util_linux\\.cc$'], 553 ['include', '^process_util_linux\\.cc$'],
553 ['include', '^sys_info_linux\\.cc$'], 554 ['include', '^sys_info_linux\\.cc$'],
554 ['include', '^sys_string_conversions_posix\\.cc$'], 555 ['include', '^sys_string_conversions_posix\\.cc$'],
555 ['include', '^worker_pool_linux\\.cc$'], 556 ['include', '^worker_pool_linux\\.cc$'],
556 ], 557 ],
557 }], 558 }],
558 ['OS == "ios"', { 559 ['OS == "ios"', {
559 'sources/': [ 560 'sources/': [
560 # Pull in specific Mac files for iOS (which have been filtered out 561 # Pull in specific Mac files for iOS (which have been filtered out
561 # by file name rules). 562 # by file name rules).
563 ['include', '^atomicops_internals_mac\\.'],
562 ['include', '^base_paths_mac\\.'], 564 ['include', '^base_paths_mac\\.'],
563 ['include', '^file_util_mac\\.'], 565 ['include', '^file_util_mac\\.'],
564 ['include', '^file_version_info_mac\\.'], 566 ['include', '^file_version_info_mac\\.'],
565 ['include', '^mac/bundle_locations\\.'], 567 ['include', '^mac/bundle_locations\\.'],
566 ['include', '^mac/foundation_util\\.'], 568 ['include', '^mac/foundation_util\\.'],
567 ['include', '^mac/mac_logging\\.'], 569 ['include', '^mac/mac_logging\\.'],
568 ['include', '^mac/objc_property_releaser\\.'], 570 ['include', '^mac/objc_property_releaser\\.'],
569 ['include', '^mac/scoped_nsautorelease_pool\\.'], 571 ['include', '^mac/scoped_nsautorelease_pool\\.'],
570 ['include', '^message_pump_mac\\.'], 572 ['include', '^message_pump_mac\\.'],
571 ['include', '^native_library_mac\\.'], 573 ['include', '^native_library_mac\\.'],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 649 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
648 'sources/': [ 650 'sources/': [
649 ['exclude', '^chromeos/'], 651 ['exclude', '^chromeos/'],
650 ], 652 ],
651 }], 653 }],
652 ], 654 ],
653 }], 655 }],
654 ], 656 ],
655 }, 657 },
656 } 658 }
OLDNEW
« no previous file with comments | « base/atomicops_internals_x86_macosx.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698