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

Unified Diff: base/base.gypi

Issue 636783002: Use C++11 atomics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 8a37249397cc03bce57aa0b2da263246bc66d1b9..cb39a050cd631115281d4a398671534d975e484b 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -79,12 +79,7 @@
'atomic_ref_count.h',
'atomic_sequence_num.h',
'atomicops.h',
- 'atomicops_internals_gcc.h',
- 'atomicops_internals_mac.h',
- 'atomicops_internals_tsan.h',
- 'atomicops_internals_x86_gcc.cc',
- 'atomicops_internals_x86_gcc.h',
- 'atomicops_internals_x86_msvc.h',
+ 'atomicops_internals_portable.h',
'barrier_closure.cc',
'barrier_closure.h',
'base64.cc',
@@ -738,9 +733,6 @@
'sources/': [
['exclude', '^nix/'],
],
- 'sources!': [
- 'atomicops_internals_x86_gcc.cc',
- ],
}],
['<(use_glib)==0 or >(nacl_untrusted_build)==1', {
'sources!': [
@@ -827,7 +819,6 @@
],
'sources/': [
# Pull in specific files for host builds.
- ['include', '^atomicops_internals_x86_gcc\\.cc$'],
['include', '^threading/platform_thread_linux\\.cc$'],
],
}],
@@ -842,7 +833,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\\.'],

Powered by Google App Engine
This is Rietveld 408576698