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

Unified Diff: chrome/browser/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 | « build/linux/unbundle/icu.gyp ('k') | chrome/browser/character_encoding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 4fa3b4293409e4de955effb2903019f36e3ee980..1f0adfc4aa3c4e9a51fdf4e7ad8f73f77019e84e 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -81,7 +81,8 @@ include_rules = [
"+third_party/cld",
"+third_party/expat",
"+third_party/iaccessible2",
- "+third_party/icu",
+ "+third_party/icu/source/common/unicode",
+ "+third_party/icu/source/i18n/unicode",
"+third_party/isimpledom",
"+third_party/leveldatabase",
"+third_party/libevent", # For the remote V8 debugging server
« no previous file with comments | « build/linux/unbundle/icu.gyp ('k') | chrome/browser/character_encoding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698