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

Unified Diff: Source/config.gyp

Issue 1167523003: Define a variable to distinguish system_icu from bundled_icu in Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update Created 5 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
Index: Source/config.gyp
diff --git a/Source/config.gyp b/Source/config.gyp
index 8a801ad6c6e076e905da35e0364611a76d234118..8bfb8ab6f0ecdd60fe816327d1048c9f881f60a0 100644
--- a/Source/config.gyp
+++ b/Source/config.gyp
@@ -117,6 +117,11 @@
'MEMORY_TOOL_REPLACES_ALLOCATOR',
],
}],
+ ['use_system_icu==1', {
+ 'defines': [
+ 'USING_SYSTEM_ICU',
+ ],
+ }],
],
},
},

Powered by Google App Engine
This is Rietveld 408576698