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

Side by Side Diff: chromecast/app/DEPS

Issue 2502143002: Revert of [chromecast] Make testnames consistent. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « chromecast/app/BUILD.gn ('k') | chromecast/app/cast_test_launcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chromecast/browser", 2 "+chromecast/browser",
3 "+chromecast/common", 3 "+chromecast/common",
4 "+chromecast/crash", 4 "+chromecast/crash",
5 "+chromecast/renderer", 5 "+chromecast/renderer",
6 "+chromecast/utility", 6 "+chromecast/utility",
7 "+components/crash", 7 "+components/crash",
8 "+content/public/app", 8 "+content/public/app",
9 "+content/public/browser", 9 "+content/public/browser",
10 "+content/public/common", 10 "+content/public/common",
11 "+ui/base", 11 "+ui/base",
12 ] 12 ]
13
14 specific_include_rules = {
15 "cast_test_launcher\.cc": [
16 "+content/public/test",
17 ],
18 }
OLDNEW
« no previous file with comments | « chromecast/app/BUILD.gn ('k') | chromecast/app/cast_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698