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

Unified Diff: build/linux/unbundle/icu.gyp

Issue 15073003: Miscellaneous fixes for system libraries files: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | build/linux/unbundle/libvpx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/icu.gyp
diff --git a/build/linux/unbundle/icu.gyp b/build/linux/unbundle/icu.gyp
index 4b812776bfd430867eb765e2c7c8a0970c508cf6..2016ccbabb6007ffb146aa6977b96ee3c58a0060 100644
--- a/build/linux/unbundle/icu.gyp
+++ b/build/linux/unbundle/icu.gyp
@@ -7,6 +7,11 @@
{
'target_name': 'system_icu',
'type': 'none',
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'U_USING_ICU_NAMESPACE=0',
+ ],
+ },
'link_settings': {
'ldflags': [
'<!@(icu-config --ldflags)',
« no previous file with comments | « no previous file | build/linux/unbundle/libvpx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698