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

Unified Diff: build/common.gypi

Issue 23717023: Android: Add chrome-specific dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error (previous patch was a mistake). Created 7 years, 3 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e1845fce70f1e87d72245536f86adad7b2cdc655..d564376e7df0acbec4b70b2846276779f05ed15e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -122,6 +122,10 @@
# build system.
'android_webview_build%': 0,
+ # This is set to enable the Chrome-specific dynamic linker on
+ # Android.
+ 'android_use_crazy_linker%': 0,
+
# Sets whether chrome is built for google tv device.
'google_tv%': 0,
@@ -191,6 +195,7 @@
'enable_hidpi%': '<(enable_hidpi)',
'enable_touch_ui%': '<(enable_touch_ui)',
'android_webview_build%': '<(android_webview_build)',
+ 'android_use_crazy_linker%': '<android_use_crazy_linker)',
'google_tv%': '<(google_tv)',
'enable_app_list%': '<(enable_app_list)',
'use_default_render_theme%': '<(use_default_render_theme)',
@@ -881,6 +886,7 @@
'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
'use_system_libjpeg%': '<(use_system_libjpeg)',
'android_webview_build%': '<(android_webview_build)',
+ 'android_use_crazy_linker%': '<android_use_crazy_linker)',
'gyp_managed_install%': 0,
'create_standalone_apk%': 1,
'google_tv%': '<(google_tv)',

Powered by Google App Engine
This is Rietveld 408576698