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

Unified Diff: BUILD.gn

Issue 2053003002: media: Enable media_mojo_unittests on bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | media/mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 34eef65d3f792b24336608d19922cc1647152634..14b3201dea4e455c8e26973fe8e890798759b154 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -645,6 +645,8 @@ group("gn_only") {
"//components/mus/demo",
"//components/mus/ws:tests",
"//mash:all",
+ "//media/mojo:media_mojo_unittests",
+ "//media/mojo/services",
"//media/mojo/services:media_mojo_shell_unittests",
"//mojo",
xhwang 2016/06/09 21:19:48 I wonder why these targets are win/linux only. Why
"//services/navigation",
@@ -781,8 +783,6 @@ group("gn_mojo_targets") {
# and figure out how cross-platform they are
deps = [
"//ipc/mojo:ipc_mojo_perftests",
- "//media/mojo:tests",
- "//media/mojo/services",
"//mojo:tests",
]
}
« no previous file with comments | « no previous file | media/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698