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

Side by Side Diff: components/test_runner/DEPS

Issue 1312693007: test_runner: Add TestInfoExtractor to get the list of test-urls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mandoline-layout-test-exp
Patch Set: . Created 5 years, 3 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
1 include_rules = [ 1 include_rules = [
2 "+cc", 2 "+cc",
3 "+gin", 3 "+gin",
4 "+net",
Ryan Sleevi 2015/09/10 17:48:03 Do you need a blanket //net DEP here? Would it suf
sadrul 2015/09/10 18:09:08 Yep, makes sense. Narrowed to net/base/.
4 "+skia", 5 "+skia",
5 "+third_party/skia", 6 "+third_party/skia",
6 "+third_party/WebKit/public/platform", 7 "+third_party/WebKit/public/platform",
7 "+third_party/WebKit/public/web", 8 "+third_party/WebKit/public/web",
8 "+ui/events", 9 "+ui/events",
9 "+ui/gfx", 10 "+ui/gfx",
10 "+v8/include", 11 "+v8/include",
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698