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

Unified Diff: base/base.gypi

Issue 1466833002: C++11 atomics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address thakis' comments. Created 5 years 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_mac.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 3ad9ccf73a87cd366155ee581e830f8cb8cee82a..8bc96735001efa389380efe8451b79cba05d2a9e 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -91,7 +91,6 @@
'atomic_ref_count.h',
'atomic_sequence_num.h',
'atomicops.h',
- 'atomicops_internals_mac.h',
'atomicops_internals_portable.h',
'atomicops_internals_x86_msvc.h',
'barrier_closure.cc',
@@ -882,7 +881,6 @@
'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', '^files/file_util_mac\\.'],
['include', '^file_version_info_mac\\.'],
« no previous file with comments | « base/atomicops_internals_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698