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

Unified Diff: BUILD.gn

Issue 2071623002: Revert of 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 bbc0dc7f8acf1dcfa53420bbf5af398ed3b7c93c..e3804a80685dc2fed4c321f46b5d0b04b4bdd4dd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -633,10 +633,7 @@
deps = []
if (!is_ios) {
- deps += [
- "//media/mojo:media_mojo_unittests",
- "//mojo/common:mojo_common_perftests",
- ]
+ deps += [ "//mojo/common:mojo_common_perftests" ]
}
if (!is_android && !is_ios) {
@@ -786,6 +783,8 @@
# 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