Index: base/base.gypi |
diff --git a/base/base.gypi b/base/base.gypi |
index 09a3afaad6f91df6f178cd259e202c14a72f10c8..9833b684c4fb1ddff5ce629df54de622c25baf45 100644 |
--- a/base/base.gypi |
+++ b/base/base.gypi |
@@ -770,6 +770,12 @@ |
['include', '^threading/platform_thread_linux\\.cc$'], |
], |
}], |
+ ['OS == "android" and _toolset == "target"', { |
+ 'sources': [ |
+ 'memory/discardable_memory_ashmem.cc', |
+ 'memory/discardable_memory_ashmem.h', |
+ ], |
+ }], |
['OS == "android" and >(nacl_untrusted_build)==0', { |
'sources!': [ |
'base_paths_posix.cc', |