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

Unified Diff: ios/public/DEPS

Issue 18252003: Replace third_party/icu/public with third_party/icu/source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: roll ICU to 211851 Created 7 years, 5 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 | « content/zygote/zygote_main_linux.cc ('k') | net/base/net_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/DEPS
diff --git a/ios/public/DEPS b/ios/public/DEPS
index 2da55c42f3a6b3462331dead58518eccdee7ad60..3f0cd59cfce9f7d1c3a52e4502ad3aeba4632e14 100644
--- a/ios/public/DEPS
+++ b/ios/public/DEPS
@@ -7,6 +7,7 @@ include_rules = [
"-googleurl",
"-library_loaders",
"-testing",
- "-third_party/icu/public",
+ "-third_party/icu/source/common/unicode",
+ "-third_party/icu/source/i18n/unicode",
"-url",
]
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | net/base/net_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698