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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 # Default architecture we're building for is the architecture we're 115 # Default architecture we're building for is the architecture we're
116 # building on. 116 # building on.
117 'target_arch%': '<(host_arch)', 117 'target_arch%': '<(host_arch)',
118 118
119 # This is set when building the Android WebView inside the Android 119 # This is set when building the Android WebView inside the Android
120 # build system, using the 'android' gyp backend. The WebView code is 120 # build system, using the 'android' gyp backend. The WebView code is
121 # still built when this is unset, but builds using the normal chromium 121 # still built when this is unset, but builds using the normal chromium
122 # build system. 122 # build system.
123 'android_webview_build%': 0, 123 'android_webview_build%': 0,
124 124
125 # This is set to enable the Chrome-specific dynamic linker on
126 # Android.
127 'android_use_crazy_linker%': 0,
128
125 # Sets whether chrome is built for google tv device. 129 # Sets whether chrome is built for google tv device.
126 'google_tv%': 0, 130 'google_tv%': 0,
127 131
128 # Set ARM architecture version. 132 # Set ARM architecture version.
129 'arm_version%': 7, 133 'arm_version%': 7,
130 134
131 'conditions': [ 135 'conditions': [
132 # Set default value of toolkit_views based on OS. 136 # Set default value of toolkit_views based on OS.
133 ['OS=="win" or chromeos==1 or use_aura==1', { 137 ['OS=="win" or chromeos==1 or use_aura==1', {
134 'toolkit_views%': 1, 138 'toolkit_views%': 1,
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', 180 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)',
177 'use_aura%': '<(use_aura)', 181 'use_aura%': '<(use_aura)',
178 'use_ash%': '<(use_ash)', 182 'use_ash%': '<(use_ash)',
179 'use_cras%': '<(use_cras)', 183 'use_cras%': '<(use_cras)',
180 'use_ozone%': '<(use_ozone)', 184 'use_ozone%': '<(use_ozone)',
181 'use_openssl%': '<(use_openssl)', 185 'use_openssl%': '<(use_openssl)',
182 'enable_viewport%': '<(enable_viewport)', 186 'enable_viewport%': '<(enable_viewport)',
183 'enable_hidpi%': '<(enable_hidpi)', 187 'enable_hidpi%': '<(enable_hidpi)',
184 'enable_touch_ui%': '<(enable_touch_ui)', 188 'enable_touch_ui%': '<(enable_touch_ui)',
185 'android_webview_build%': '<(android_webview_build)', 189 'android_webview_build%': '<(android_webview_build)',
190 'android_use_crazy_linker%': '<android_use_crazy_linker)',
186 'google_tv%': '<(google_tv)', 191 'google_tv%': '<(google_tv)',
187 'enable_app_list%': '<(enable_app_list)', 192 'enable_app_list%': '<(enable_app_list)',
188 'use_default_render_theme%': '<(use_default_render_theme)', 193 'use_default_render_theme%': '<(use_default_render_theme)',
189 'buildtype%': '<(buildtype)', 194 'buildtype%': '<(buildtype)',
190 'branding%': '<(branding)', 195 'branding%': '<(branding)',
191 'arm_version%': '<(arm_version)', 196 'arm_version%': '<(arm_version)',
192 197
193 # Set to 1 to enable fast builds. Set to 2 for even faster builds 198 # Set to 1 to enable fast builds. Set to 2 for even faster builds
194 # (it disables debug info for fastest compilation - only for use 199 # (it disables debug info for fastest compilation - only for use
195 # on compile-only bots). 200 # on compile-only bots).
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'enable_spellcheck%': '<(enable_spellcheck)', 857 'enable_spellcheck%': '<(enable_spellcheck)',
853 'enable_google_now%': '<(enable_google_now)', 858 'enable_google_now%': '<(enable_google_now)',
854 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 859 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
855 'disable_ftp_support%': '<(disable_ftp_support)', 860 'disable_ftp_support%': '<(disable_ftp_support)',
856 'enable_task_manager%': '<(enable_task_manager)', 861 'enable_task_manager%': '<(enable_task_manager)',
857 'sas_dll_path%': '<(sas_dll_path)', 862 'sas_dll_path%': '<(sas_dll_path)',
858 'wix_path%': '<(wix_path)', 863 'wix_path%': '<(wix_path)',
859 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', 864 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
860 'use_system_libjpeg%': '<(use_system_libjpeg)', 865 'use_system_libjpeg%': '<(use_system_libjpeg)',
861 'android_webview_build%': '<(android_webview_build)', 866 'android_webview_build%': '<(android_webview_build)',
867 'android_use_crazy_linker%': '<android_use_crazy_linker)',
862 'gyp_managed_install%': 0, 868 'gyp_managed_install%': 0,
863 'create_standalone_apk%': 1, 869 'create_standalone_apk%': 1,
864 'google_tv%': '<(google_tv)', 870 'google_tv%': '<(google_tv)',
865 'enable_app_list%': '<(enable_app_list)', 871 'enable_app_list%': '<(enable_app_list)',
866 'use_default_render_theme%': '<(use_default_render_theme)', 872 'use_default_render_theme%': '<(use_default_render_theme)',
867 'enable_settings_app%': '<(enable_settings_app)', 873 'enable_settings_app%': '<(enable_settings_app)',
868 'google_api_key%': '<(google_api_key)', 874 'google_api_key%': '<(google_api_key)',
869 'google_default_client_id%': '<(google_default_client_id)', 875 'google_default_client_id%': '<(google_default_client_id)',
870 'google_default_client_secret%': '<(google_default_client_secret)', 876 'google_default_client_secret%': '<(google_default_client_secret)',
871 'enable_managed_users%': '<(enable_managed_users)', 877 'enable_managed_users%': '<(enable_managed_users)',
(...skipping 3828 matching lines...) Expand 10 before | Expand all | Expand 10 after
4700 # settings in target dicts. SYMROOT is a special case, because many other 4706 # settings in target dicts. SYMROOT is a special case, because many other
4701 # Xcode variables depend on it, including variables such as 4707 # Xcode variables depend on it, including variables such as
4702 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4708 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4703 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4709 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4704 # files to appear (when present) in the UI as actual files and not red 4710 # files to appear (when present) in the UI as actual files and not red
4705 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4711 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4706 # and therefore SYMROOT, needs to be set at the project level. 4712 # and therefore SYMROOT, needs to be set at the project level.
4707 'SYMROOT': '<(DEPTH)/xcodebuild', 4713 'SYMROOT': '<(DEPTH)/xcodebuild',
4708 }, 4714 },
4709 } 4715 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698