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

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: Allow browser process to use shared RELROs too. 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
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',
+ ],
+ }],
['OS == "ios" and _toolset != "host"', {
'sources/': [
# Pull in specific Mac files for iOS (which have been filtered out

Powered by Google App Engine
This is Rietveld 408576698