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

Unified Diff: chrome/browser/BUILD.gn

Issue 2760403003: Remove enable_media_router. (Closed)
Patch Set: . 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 6adc45ba9b098b2ab5c819a17ca6f6562dd32750..44507bd8e554b58d08421befe2b2ecca082a59cb 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -554,6 +554,12 @@ split_static_library("browser") {
"manifest/manifest_icon_downloader.h",
"manifest/manifest_icon_selector.cc",
"manifest/manifest_icon_selector.h",
+ "media/cast_remoting_connector.cc",
+ "media/cast_remoting_connector.h",
+ "media/cast_remoting_connector_messaging.cc",
+ "media/cast_remoting_connector_messaging.h",
+ "media/cast_remoting_sender.cc",
+ "media/cast_remoting_sender.h",
"media/media_access_handler.cc",
"media/media_access_handler.h",
"media/media_device_id_salt.cc",
@@ -1433,6 +1439,7 @@ split_static_library("browser") {
"//chrome/app/theme:theme_resources",
"//chrome/browser/budget_service:budget_proto",
"//chrome/browser/devtools",
+ "//chrome/browser/media/router",
"//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory",
"//chrome/browser/net:probe_message_proto",
"//chrome/browser/ssl:proto",
@@ -1602,7 +1609,9 @@ split_static_library("browser") {
"//gpu/config",
"//media",
"//media:media_features",
+ "//media/cast:net",
"//media/midi",
+ "//media/mojo/interfaces:remoting",
"//mojo/common",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
@@ -1753,6 +1762,8 @@ split_static_library("browser") {
"guest_view/web_view/context_menu_content_type_web_view.h",
"media/capture_access_handler_base.cc",
"media/capture_access_handler_base.h",
+ "media/cast_transport_host_filter.cc",
+ "media/cast_transport_host_filter.h",
"media/extension_media_access_handler.cc",
"media/extension_media_access_handler.h",
"media/webrtc/desktop_capture_access_handler.cc",
@@ -1931,12 +1942,6 @@ split_static_library("browser") {
"sync_file_system/task_logger.cc",
"sync_file_system/task_logger.h",
]
- if (enable_media_router) {
- sources += [
- "media/cast_transport_host_filter.cc",
- "media/cast_transport_host_filter.h",
- ]
- }
public_deps += [
"//chrome/browser/apps",
"//chrome/browser/extensions",
@@ -3996,22 +4001,6 @@ split_static_library("browser") {
]
}
- if (enable_media_router) {
- deps += [
- "//chrome/browser/media/router",
- "//media/cast:net",
- "//media/mojo/interfaces:remoting",
- ]
- sources += [
- "media/cast_remoting_connector.cc",
- "media/cast_remoting_connector.h",
- "media/cast_remoting_connector_messaging.cc",
- "media/cast_remoting_connector_messaging.h",
- "media/cast_remoting_sender.cc",
- "media/cast_remoting_sender.h",
- ]
- }
-
if (enable_mojo_media) {
configs += [ "//media/mojo/services:mojo_media_config" ]
sources += [
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698