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

Side by Side Diff: chromecast/app/DEPS

Issue 2617713002: [WIP] Add DCHECK for mojo::edk::Init().
Patch Set: test 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_browsertests_main.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 ],
18 "cast_unittests_main\.cc": [
17 "+mojo/edk/embedder/embedder.h", 19 "+mojo/edk/embedder/embedder.h",
20 "+mojo/edk/test/scoped_ipc_support.h",
18 ], 21 ],
19 } 22 }
OLDNEW
« no previous file with comments | « chromecast/app/BUILD.gn ('k') | chromecast/app/cast_browsertests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698