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

Side by Side Diff: chromecast/app/DEPS

Issue 2621793003: [Chromecast] Restore CastDevToolsManagerDelegateTest (Closed)
Patch Set: Add missing BUILD.gn dependencies Created 3 years, 11 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
« 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 13
14 specific_include_rules = { 14 specific_include_rules = {
15 "cast_test_launcher\.cc": [ 15 "cast_test_launcher\.cc": [
16 "+content/public/test", 16 "+content/public/test",
17 "+mojo/edk/embedder/embedder.h",
17 ], 18 ],
18 } 19 }
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