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

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: Remove findbugs issues. 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 61f11034675e8e6e0304be2dab8a3c9e9791a93e..ee0f87390f1b6a274c4ef87855d42b023f537326 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,
@@ -183,6 +187,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)',
@@ -859,6 +864,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