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

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: only enable on two bots 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 e3804a80685dc2fed4c321f46b5d0b04b4bdd4dd..bbc0dc7f8acf1dcfa53420bbf5af398ed3b7c93c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -633,7 +633,10 @@ group("gn_only") {
deps = []
if (!is_ios) {
- deps += [ "//mojo/common:mojo_common_perftests" ]
+ deps += [
+ "//media/mojo:media_mojo_unittests",
+ "//mojo/common:mojo_common_perftests",
+ ]
}
if (!is_android && !is_ios) {
@@ -783,8 +786,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