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

Unified Diff: base/base.gypi

Issue 23717023: Android: Add chrome-specific dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 7 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
« no previous file with comments | « base/android/sys_utils.cc ('k') | build/android/gyp/gcc_preprocess.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 73e6ccc05e4dfa0950dc2b71932efcbc01632bfa..d46dca21b734145ea94700b13ebfee01a9eba25a 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -782,6 +782,12 @@
'ANDROID_SINCOS_PROVIDED',
],
}],
+ ['OS == "android"', {
+ 'includes': [
+ # Pull compiler flags related to low-memory device detection.
+ '../build/android/low_memory_device.gypi',
+ ],
+ }],
Nico 2013/10/10 16:51:10 I'm not sure we want a dependency from base on bui
digit1 2013/10/11 08:00:12 Yes, that's exactly what happened. For the record,
jar (doing other things) 2013/10/14 19:36:45 I think that usually such "sharing dependencies" a
digit1 2013/10/14 20:01:08 The main issue is that this injection needs to hap
['OS == "ios" and _toolset != "host"', {
'sources/': [
# Pull in specific Mac files for iOS (which have been filtered out
« no previous file with comments | « base/android/sys_utils.cc ('k') | build/android/gyp/gcc_preprocess.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698