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

Unified Diff: chrome/common/media_router/mojo/media_router.typemap

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: Rebase Created 3 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
Index: chrome/common/media_router/mojo/media_router.typemap
diff --git a/chrome/browser/media/router/mojo/media_router.typemap b/chrome/common/media_router/mojo/media_router.typemap
similarity index 63%
rename from chrome/browser/media/router/mojo/media_router.typemap
rename to chrome/common/media_router/mojo/media_router.typemap
index 18b266cb9506c9f5215c4f0e02f81851f4cc53f6..7a6dfb3449f2fb43b680562bc48ca381a353f7fe 100644
--- a/chrome/browser/media/router/mojo/media_router.typemap
+++ b/chrome/common/media_router/mojo/media_router.typemap
@@ -2,24 +2,27 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-mojom = "//chrome/browser/media/router/mojo/media_router.mojom"
+mojom = "//chrome/common/media_router/mojo/media_router.mojom"
public_headers = [
- "//chrome/browser/media/router/discovery/media_sink_internal.h",
- "//chrome/browser/media/router/issue.h",
- "//chrome/browser/media/router/media_route.h",
- "//chrome/browser/media/router/route_message.h",
- "//chrome/browser/media/router/route_request_result.h",
+ "//chrome/common/media_router/discovery/media_sink_internal.h",
+ "//chrome/common/media_router/issue.h",
+ "//chrome/common/media_router/media_route.h",
+ "//chrome/common/media_router/media_sink.h",
+ "//chrome/common/media_router/media_source.h",
+ "//chrome/common/media_router/route_message.h",
+ "//chrome/common/media_router/route_request_result.h",
"//content/public/common/presentation_info.h",
]
deps = [
+ "//content/public/common",
"//net",
"//third_party/icu", # For issue.h
"//url",
]
traits_headers =
- [ "//chrome/browser/media/router/mojo/media_router_struct_traits.h" ]
+ [ "//chrome/common/media_router/mojo/media_router_struct_traits.h" ]
sources = [
- "//chrome/browser/media/router/mojo/media_router_struct_traits.cc",
+ "//chrome/common/media_router/mojo/media_router_struct_traits.cc",
]
type_mappings = [
"media_router.mojom.Issue=media_router::IssueInfo",

Powered by Google App Engine
This is Rietveld 408576698