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

Side by Side Diff: extensions/browser/DEPS

Issue 434493002: OAuth2 support for Webstore downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
1 include_rules = [ 1 include_rules = [
2 "+components/keyed_service", 2 "+components/keyed_service",
3 "+components/pref_registry", 3 "+components/pref_registry",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+google_apis/gaia",
asargent_no_longer_on_chrome 2014/08/06 00:26:29 are you sure we want to take a dependency on this,
Ken Rockot(use gerrit already) 2014/08/06 16:49:55 Even if I abstract away this dependency now, a tim
asargent_no_longer_on_chrome 2014/08/06 19:38:47 BTW I'm not strongly opposed to the way you have i
5 "+grit/extensions_strings.h", 6 "+grit/extensions_strings.h",
6 "+net", 7 "+net",
7 "+skia/ext/image_operations.h", 8 "+skia/ext/image_operations.h",
8 "+sync", 9 "+sync",
9 "+third_party/leveldatabase", 10 "+third_party/leveldatabase",
10 "+third_party/skia/include", 11 "+third_party/skia/include",
11 "+webkit/browser/fileapi", 12 "+webkit/browser/fileapi",
12 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698