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

Unified Diff: 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 | « no previous file | ash/system/chromeos/power/tray_power.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 838e4864d720a1e863c54c7ac0c7c4ea933a98af..d27b89fc658ef6e3abc5668c10777acfe2d4284d 100644
--- a/DEPS
+++ b/DEPS
@@ -77,7 +77,7 @@ deps = {
Var("webkit_trunk") + "@" + Var("webkit_revision"),
"src/third_party/icu":
- "/trunk/deps/third_party/icu46@210659",
+ "/trunk/deps/third_party/icu46@211851",
"src/third_party/libexif/sources":
"/trunk/deps/third_party/libexif/sources@146817",
@@ -512,7 +512,8 @@ include_rules = [
"+library_loaders",
"+testing",
- "+third_party/icu/public",
+ "+third_party/icu/source/common/unicode",
+ "+third_party/icu/source/i18n/unicode",
"+url",
# TODO(tfarina): Temporary, until we finish the migration to url. Remove this!
"!googleurl",
« no previous file with comments | « no previous file | ash/system/chromeos/power/tray_power.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698