Index: base/base.gypi |
diff --git a/base/base.gypi b/base/base.gypi |
index 302f62026824cfa7a2e1d33a27bc5e493f04f6e9..b83ca251c788717e4903dc9bfc10a1682a314c14 100644 |
--- a/base/base.gypi |
+++ b/base/base.gypi |
@@ -683,6 +683,13 @@ |
], |
}], |
[ 'OS == "android" and _toolset == "target"', { |
+ 'conditions': [ |
+ ['target_arch == "ia32"', { |
+ 'sources/': [ |
+ ['include', '^atomicops_internals_x86_gcc\\.cc$'], |
+ ], |
+ }], |
+ ], |
'dependencies': [ |
'symbolize', |
'../third_party/ashmem/ashmem.gyp:ashmem', |