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

Side by Side Diff: ios/public/DEPS

Issue 226643012: Upstream iOS implementation of ProfileOAuth2TokenService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 6 years, 8 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
OLDNEW
(Empty)
1 include_rules = [
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
4 # be kept in sync with src/DEPS.
5 "-base",
6 "-build",
7 "-library_loaders",
8 "-testing",
9 "-third_party/icu/source/common/unicode",
10 "-third_party/icu/source/i18n/unicode",
11 "-url",
12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698