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

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

Issue 1858783002: [Media Router] Move media_router.mojom to c/b/media/router/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to wez@ comment Created 4 years, 8 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 | chrome/browser/media/router/media_router.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/BUILD.gn
diff --git a/chrome/browser/media/router/BUILD.gn b/chrome/browser/media/router/BUILD.gn
index 00ff76d565dac2cdb0fd39e5e5191fba01402c52..8e14962577f5426491f211829e3e81540866154d 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -11,14 +11,13 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
"scope",
[ "media_router.gypi" ])
-# TODO(mfoltz): Fix problem that requires explicitly listing //skia
static_library("router") {
deps = [
"//base",
"//chrome/common:constants",
"//components/keyed_service/content",
"//components/keyed_service/core",
- "//skia",
+ "//content/public/browser",
"//url",
]
sources = rebase_path(gypi_values.media_router_sources,
@@ -38,7 +37,7 @@ static_library("router") {
mojom("mojo_bindings") {
sources = [
- "media_router.mojom",
+ "mojo/media_router.mojom",
]
}
« no previous file with comments | « no previous file | chrome/browser/media/router/media_router.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698