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

Unified Diff: media/mojo/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: oops 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 | « media/media.gyp ('k') | media/mojo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/BUILD.gn
diff --git a/components/history/core/common/BUILD.gn b/media/mojo/BUILD.gn
similarity index 52%
copy from components/history/core/common/BUILD.gn
copy to media/mojo/BUILD.gn
index 7a493141978ebc86786ede32720f563e8a537d74..f0c83d54c641f0dd5c25b4f42158373c329f238b 100644
--- a/components/history/core/common/BUILD.gn
+++ b/media/mojo/BUILD.gn
@@ -2,13 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("common") {
- sources = [
- "thumbnail_score.cc",
- "thumbnail_score.h",
+group("mojo") {
+ deps = [
brettw 2014/09/18 20:10:59 Can you change this to public_deps? I just added t
tim (not reviewing) 2014/09/18 21:15:23 Done.
+ "//media/mojo/interfaces",
+ "//media/mojo/services",
]
+}
+group("tests") {
+ testonly = true
deps = [
- "//base",
- ]
+ "//media/mojo/services:tests"
+ ]
}
« no previous file with comments | « media/media.gyp ('k') | media/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698