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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/atomicops_internals_x86_macosx.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index b605ae584f90e1eaaa48157e54bf0d6c5563dd5a..b17af6ca51ee745dec4afd6165c99d15bc8aea85 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -48,6 +48,7 @@
'atomic_ref_count.h',
'atomic_sequence_num.h',
'atomicops.h',
+ 'atomicops_internals_mac.h',
'atomicops_internals_x86_gcc.cc',
'atomicops_internals_x86_gcc.h',
'atomicops_internals_x86_msvc.h',
@@ -559,6 +560,7 @@
'sources/': [
# Pull in specific Mac files for iOS (which have been filtered out
# by file name rules).
+ ['include', '^atomicops_internals_mac\\.'],
['include', '^base_paths_mac\\.'],
['include', '^file_util_mac\\.'],
['include', '^file_version_info_mac\\.'],
« 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