summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_android.gypi
diff options
context:
space:
mode:
authorpkotwicz <pkotwicz@chromium.org>2015-10-09 08:42:12 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-09 15:43:51 +0000
commit01f930aced17b6006b6a847481c61d567899c411 (patch)
treea9a287bc3b215b4121ebcbaa9f53326a7d221165 /chrome/chrome_android.gypi
parent2bb141b32514db7bc8c6d23a3eea2ff10b3cd592 (diff)
downloadchromium_src-01f930aced17b6006b6a847481c61d567899c411.zip
chromium_src-01f930aced17b6006b6a847481c61d567899c411.tar.gz
chromium_src-01f930aced17b6006b6a847481c61d567899c411.tar.bz2
Remove no-op use_chromium_linker code in chrome_android.gypi
BUG=535389 Review URL: https://codereview.chromium.org/1392073002 Cr-Commit-Position: refs/heads/master@{#353295}
Diffstat (limited to 'chrome/chrome_android.gypi')
-rw-r--r--chrome/chrome_android.gypi7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 81ab5f9..9c8b394 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -4,13 +4,6 @@
{
'variables': {
'chromium_code': 1,
- 'conditions': [
- ['android_must_copy_system_libraries == 0 and target_arch != "arm64" and target_arch != "x64" and profiling_full_stack_frames != 1', {
- # Only enable the chromium linker on regular builds, since the
- # component build crashes on Android 4.4. See b/11379966
- 'use_chromium_linker': '1',
- }],
- ],
},
'targets': [
{