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

Unified Diff: chromecast/BUILD.gn

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 | « chrome/service/service_process.cc ('k') | chromecast/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index 53c42f88421f3f92b5266eda3bf6b4c8d253e7fd..8c03165f4b36080f79a8998566162ac91b066c44 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -290,8 +290,8 @@ if (is_android) {
test("cast_shell_unittests") {
deps = [
":cast_shell_lib",
- "//chromecast/app:test_support",
"//chromecast/app:unittests",
+ "//chromecast/app:unittests_main",
"//chromecast/browser:unittests",
"//ui/gl:test_support",
]
@@ -300,7 +300,7 @@ test("cast_shell_unittests") {
test("cast_shell_browsertests") {
deps = [
":cast_shell_lib",
- "//chromecast/app:test_support",
+ "//chromecast/app:browsertests_main",
"//chromecast/browser:browsertests",
]
}
« no previous file with comments | « chrome/service/service_process.cc ('k') | chromecast/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698