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

Unified Diff: printing/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 | « ppapi/shared_impl/private/ppb_char_set_shared.cc ('k') | printing/backend/print_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/DEPS
diff --git a/printing/DEPS b/printing/DEPS
index 9b4c48e695dc6b21eb7cf2e13b1adf51696faa49..9c706cd6ef0b8e201c64360f47c505917741eb00 100644
--- a/printing/DEPS
+++ b/printing/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+skia/ext",
- "+third_party/icu",
+ "+third_party/icu/source/common/unicode",
+ "+third_party/icu/source/i18n/unicode",
"+third_party/skia",
"+ui/aura",
"+ui/base/text",
« no previous file with comments | « ppapi/shared_impl/private/ppb_char_set_shared.cc ('k') | printing/backend/print_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698