| 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)',
|
|
|