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

Side by Side Diff: ios/consume/public/DEPS

Issue 16023013: Introduce the iOS consumer API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 7 years, 6 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
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 <path_to_src>/DEPS.
jam 2013/05/28 14:38:02 nit: just src/DEPS
blundell 2013/05/28 20:26:01 Done.
5 "-base",
6 "-build",
7 "-googleurl",
8 "-library_loaders",
9 "-testing",
10 "-third_party/icu/public",
11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698