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

Unified Diff: base/base.gyp

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.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 12de4b1d89e1001c7259fcf41a32f7b5e6702988..a009c6fd5b307a91ac1d34bbf52db8b4a77f29fd 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -90,18 +90,6 @@
],
}],
['OS == "android" and _toolset == "target"', {
- 'conditions': [
- ['target_arch == "ia32" or target_arch == "x64"', {
- 'sources/': [
- ['include', '^atomicops_internals_x86_gcc\\.cc$'],
- ],
- }],
- ['target_arch == "mipsel"', {
- 'sources/': [
- ['include', '^atomicops_internals_mips_gcc\\.cc$'],
- ],
- }],
- ],
'dependencies': [
'base_jni_headers',
'../third_party/ashmem/ashmem.gyp:ashmem',

Powered by Google App Engine
This is Rietveld 408576698