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

Side by Side Diff: components/usb_service/DEPS

Issue 266923008: Adjust the structure of DEPS within //components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some nits Created 6 years, 7 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 "+chromeos", 2 "+chromeos",
3 3
4 "-content",
5 "+content/public/browser", 4 "+content/public/browser",
6 5
7 "-net", 6 "-net",
8 "+net/base", 7 "+net/base",
9 8
10 "+third_party/libusb", 9 "+third_party/libusb",
11 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698