Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 795231a1184f9323eb8386ca7d441c4afd2978d3..507d35e864736b05f6c734a09ad394a754706676 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -801,6 +801,9 @@ |
# Use system yasm instead of bundled one. |
'use_system_yasm%': 0, |
+ # Use system ICU instead of bundled one. |
+ 'use_system_icu%' : 0, |
+ |
# Default to enabled PIE; this is important for ASLR but we may need to be |
# able to turn it off for various reasons. |
'linux_disable_pie%': 0, |