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

Unified Diff: BUILD.gn

Issue 2069043003: (reland) media: Enable media_mojo_unittests on bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop test on windows (gyp) 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 9b12c962b263f53ff8f5c8bdb23ce5bdb5aa0095..0a7fe5675d940c85d2fbaf89383c8019eed5e45c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -637,7 +637,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) {
@@ -787,8 +790,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