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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | net/base/net_util.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 # The public interfaces cannot reference Chromium code, so all allowances 2 # The public interfaces cannot reference Chromium code, so all allowances
3 # that the top-level DEPS file introduces are removed here. This list should 3 # that the top-level DEPS file introduces are removed here. This list should
4 # be kept in sync with src/DEPS. 4 # be kept in sync with src/DEPS.
5 "-base", 5 "-base",
6 "-build", 6 "-build",
7 "-googleurl", 7 "-googleurl",
8 "-library_loaders", 8 "-library_loaders",
9 "-testing", 9 "-testing",
10 "-third_party/icu/public", 10 "-third_party/icu/source/common/unicode",
11 "-third_party/icu/source/i18n/unicode",
11 "-url", 12 "-url",
12 ] 13 ]
OLDNEW
« 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