Index: chrome/chrome_android.gypi |
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi |
index d986c571feb7bc7f7238ecf745eadda9e0e6e219..6fdd27ada8f2e09be31b37b94c2875d6ee01de55 100644 |
--- a/chrome/chrome_android.gypi |
+++ b/chrome/chrome_android.gypi |
@@ -73,7 +73,7 @@ |
'<@(chrome_android_pak_output_resources)', |
], |
'conditions': [ |
- ['component != "shared_library" and target_arch != "arm64" and target_arch != "x64"', { |
+ ['component != "shared_library" 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', |