summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi7
1 files changed, 7 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi
index c5fb4cc..4c96ebd 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -686,6 +686,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',