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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/app/BUILD.gn ('k') | chromecast/app/cast_browsertests_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/DEPS
diff --git a/chromecast/app/DEPS b/chromecast/app/DEPS
index 9ca074eeb1b457990cb79d2bb66dcf734260b35f..3a4ecd8d464a25455e474f0c050edf646a49bf81 100644
--- a/chromecast/app/DEPS
+++ b/chromecast/app/DEPS
@@ -14,6 +14,9 @@ include_rules = [
specific_include_rules = {
"cast_test_launcher\.cc": [
"+content/public/test",
+ ],
+ "cast_unittests_main\.cc": [
"+mojo/edk/embedder/embedder.h",
+ "+mojo/edk/test/scoped_ipc_support.h",
],
}
« 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