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

Unified Diff: icu.gyp

Issue 270603002: Add U_DISABLE_RENAMING define and set 1. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/icu46
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu.gyp
diff --git a/icu.gyp b/icu.gyp
index 90906078ef444f8e32f057d1363a36f851ae8b00..b37a9066ac8755b44ae9a7812334f4d0aed9c4f6 100644
--- a/icu.gyp
+++ b/icu.gyp
@@ -17,10 +17,12 @@
# Tell ICU to not insert |using namespace icu;| into its headers,
# so that chrome's source explicitly has to use |icu::|.
'U_USING_ICU_NAMESPACE=0',
+ 'U_DISABLE_RENAMING=1',
],
},
'defines': [
'U_USING_ICU_NAMESPACE=0',
+ 'U_DISABLE_RENAMING=1',
],
'conditions': [
['component=="static_library"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698