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

Unified Diff: media/BUILD.gn

Issue 551963004: media: scaffolding and plumbing for MojoRenderer{Impl, Service} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: actually fix gn Created 6 years, 3 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/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 1901a78afbf6f5f0be85b2cf8655b8f43b581a9d..2aef73c4b832772aa50dbd3532dd8bcd9de546d9 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -436,6 +436,20 @@ component("media") {
]
}
+group("mojo") {
jamesr 2014/09/17 21:55:49 nit: i would probably leave this out, or put it in
+ deps = [
+ "//media/mojo/interfaces",
+ "//media/mojo/services",
+ ]
+}
+
+group("mojo_tests") {
jamesr 2014/09/17 21:55:49 similarly this could be //media/mojo:tests
+ testonly = true
+ deps = [
+ "//media/mojo/services:tests"
+ ]
+}
+
test("media_unittests") {
sources = [
"cdm/aes_decryptor_unittest.cc",
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698