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

Unified Diff: chrome/browser/media/router/BUILD.gn

Issue 1143603004: [Media Router] Add Media Router Mojo impl code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits Created 5 years, 7 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
Index: chrome/browser/media/router/BUILD.gn
diff --git a/chrome/browser/media/router/BUILD.gn b/chrome/browser/media/router/BUILD.gn
index 62caec66e47829332c000cc87c530e1c6386dff7..c55a03e11869f5777ed688073c0682e4376d12e6 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -11,14 +11,16 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
[ "media_router.gypi" ])
# TODO(mfoltz): Fix problem that requires explicitly listing //skia
-source_set("router") {
+static_library("router") {
deps = [
":mojo_bindings",
"//base",
+ "//chrome/common:constants",
"//extensions/browser",
+ "//components/keyed_service/content",
xhwang 2015/05/28 06:53:20 order?
imcheng (use chromium acct) 2015/05/28 20:46:34 Done.
"//components/keyed_service/core",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//skia",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
"//url",
]
sources = rebase_path(gypi_values.media_router_sources,
« no previous file with comments | « no previous file | chrome/browser/media/router/media_router.h » ('j') | chrome/browser/media/router/media_router.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698