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

Side by Side Diff: chrome/common/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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
9 import("//extensions/features/features.gni") 9 import("//extensions/features/features.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 public_deps = [ 159 public_deps = [
160 ":features", 160 ":features",
161 ":mojo_bindings", 161 ":mojo_bindings",
162 "//base:base", 162 "//base:base",
163 "//base:base_static", 163 "//base:base_static",
164 "//base:i18n", 164 "//base:i18n",
165 "//chrome:resources", 165 "//chrome:resources",
166 "//chrome:strings", 166 "//chrome:strings",
167 "//chrome/app/theme:theme_resources", 167 "//chrome/app/theme:theme_resources",
168 "//chrome/common:constants", 168 "//chrome/common:constants",
169 "//chrome/common/media_router/mojo:dial_utility_interfaces",
169 "//chrome/common/net", 170 "//chrome/common/net",
170 "//chrome/common/safe_browsing:proto", 171 "//chrome/common/safe_browsing:proto",
171 "//chrome/installer/util:with_no_strings", 172 "//chrome/installer/util:with_no_strings",
172 "//components/autofill/content/common:ipc_traits", 173 "//components/autofill/content/common:ipc_traits",
173 "//components/autofill/core/common", 174 "//components/autofill/core/common",
174 "//components/cast_certificate", 175 "//components/cast_certificate",
175 "//components/cdm/common", 176 "//components/cdm/common",
176 "//components/cloud_devices/common", 177 "//components/cloud_devices/common",
177 "//components/component_updater", 178 "//components/component_updater",
178 "//components/content_settings/core/common", 179 "//components/content_settings/core/common",
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 ] 535 ]
535 } 536 }
536 537
537 if (enable_cdm_host_verification) { 538 if (enable_cdm_host_verification) {
538 sources += [ 539 sources += [
539 "media/cdm_host_file_path.cc", 540 "media/cdm_host_file_path.cc",
540 "media/cdm_host_file_path.h", 541 "media/cdm_host_file_path.h",
541 ] 542 ]
542 public_deps += [ "//chrome/common:version_header" ] 543 public_deps += [ "//chrome/common:version_header" ]
543 } 544 }
544
545 if (enable_media_router) {
546 public_deps +=
547 [ "//chrome/common/media_router/mojo:dial_utility_interfaces" ]
548 }
549 } 545 }
550 546
551 process_version("version_header") { 547 process_version("version_header") {
552 # TODO(brettw) this should have more reduced visibility, but chrome/browser 548 # TODO(brettw) this should have more reduced visibility, but chrome/browser
553 # currently depends on this. 549 # currently depends on this.
554 #visibility = [ ":*" ] 550 #visibility = [ ":*" ]
555 551
556 sources = [ 552 sources = [
557 "//build/util/LASTCHANGE", 553 "//build/util/LASTCHANGE",
558 "//chrome/VERSION", 554 "//chrome/VERSION",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 mojom("instant_mojom") { 726 mojom("instant_mojom") {
731 sources = [ 727 sources = [
732 "instant.mojom", 728 "instant.mojom",
733 ] 729 ]
734 730
735 public_deps = [ 731 public_deps = [
736 "//mojo/common:common_custom_types", 732 "//mojo/common:common_custom_types",
737 "//url/mojo:url_mojom_gurl", 733 "//url/mojo:url_mojom_gurl",
738 ] 734 ]
739 } 735 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/common/extensions/extension_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698