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

Unified Diff: build/common.gypi

Issue 14472005: Fix dependency tree when using the system ICU. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add proper default for use_system_icu Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698