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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+skia/ext", 2 "+skia/ext",
3 "+third_party/icu", 3 "+third_party/icu/source/common/unicode",
4 "+third_party/icu/source/i18n/unicode",
4 "+third_party/skia", 5 "+third_party/skia",
5 "+ui/aura", 6 "+ui/aura",
6 "+ui/base/text", 7 "+ui/base/text",
7 "+ui/gfx", 8 "+ui/gfx",
8 "+win8/util", 9 "+win8/util",
9 ] 10 ]
OLDNEW
« 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