Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index 743453b99d137367ef700868f50ec2544b4daadc..39a7aab724273d11b7da1a82d4e6b9e329fed7b2 100644 |
--- a/content/content_shell.gypi |
+++ b/content/content_shell.gypi |
@@ -1028,7 +1028,7 @@ |
'<(PRODUCT_DIR)/icudtl.dat', |
], |
}], |
- ['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', |