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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2760403003: Remove enable_media_router. (Closed)
Patch Set: Created 3 years, 9 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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 "mac/nsprocessinfo_additions.h", 538 "mac/nsprocessinfo_additions.h",
539 "mac/nsprocessinfo_additions.mm", 539 "mac/nsprocessinfo_additions.mm",
540 "mac/relauncher.h", 540 "mac/relauncher.h",
541 "mac/relauncher.mm", 541 "mac/relauncher.mm",
542 "mac/security_wrappers.cc", 542 "mac/security_wrappers.cc",
543 "mac/security_wrappers.h", 543 "mac/security_wrappers.h",
544 "manifest/manifest_icon_downloader.cc", 544 "manifest/manifest_icon_downloader.cc",
545 "manifest/manifest_icon_downloader.h", 545 "manifest/manifest_icon_downloader.h",
546 "manifest/manifest_icon_selector.cc", 546 "manifest/manifest_icon_selector.cc",
547 "manifest/manifest_icon_selector.h", 547 "manifest/manifest_icon_selector.h",
548 "media/cast_remoting_connector.cc",
549 "media/cast_remoting_connector.h",
550 "media/cast_remoting_connector_messaging.cc",
551 "media/cast_remoting_connector_messaging.h",
552 "media/cast_remoting_sender.cc",
553 "media/cast_remoting_sender.h",
554 "media/cast_transport_host_filter.cc",
555 "media/cast_transport_host_filter.h",
548 "media/media_access_handler.h", 556 "media/media_access_handler.h",
549 "media/media_device_id_salt.cc", 557 "media/media_device_id_salt.cc",
550 "media/media_device_id_salt.h", 558 "media/media_device_id_salt.h",
551 "media/media_url_constants.cc", 559 "media/media_url_constants.cc",
552 "media/media_url_constants.h", 560 "media/media_url_constants.h",
553 "media/midi_permission_context.cc", 561 "media/midi_permission_context.cc",
554 "media/midi_permission_context.h", 562 "media/midi_permission_context.h",
555 "media/output_protection_proxy.cc", 563 "media/output_protection_proxy.cc",
556 "media/output_protection_proxy.h", 564 "media/output_protection_proxy.h",
557 "media/router/media_router_feature.cc", 565 "media/router/media_router_feature.cc",
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 deps = [ 1401 deps = [
1394 ":resource_prefetch_predictor_proto", 1402 ":resource_prefetch_predictor_proto",
1395 "//cc", 1403 "//cc",
1396 "//chrome:extra_resources", 1404 "//chrome:extra_resources",
1397 "//chrome:resources", 1405 "//chrome:resources",
1398 "//chrome:strings", 1406 "//chrome:strings",
1399 "//chrome/app/resources:platform_locale_settings", 1407 "//chrome/app/resources:platform_locale_settings",
1400 "//chrome/app/theme:theme_resources", 1408 "//chrome/app/theme:theme_resources",
1401 "//chrome/browser/budget_service:budget_proto", 1409 "//chrome/browser/budget_service:budget_proto",
1402 "//chrome/browser/devtools", 1410 "//chrome/browser/devtools",
1411 "//chrome/browser/media/router",
1403 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", 1412 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory",
1404 "//chrome/browser/net:probe_message_proto", 1413 "//chrome/browser/net:probe_message_proto",
1405 "//chrome/browser/ssl:proto", 1414 "//chrome/browser/ssl:proto",
1406 "//chrome/browser/ui", 1415 "//chrome/browser/ui",
1407 "//chrome/common/net", 1416 "//chrome/common/net",
1408 "//chrome/installer/util:with_no_strings", 1417 "//chrome/installer/util:with_no_strings",
1409 "//components/about_handler", 1418 "//components/about_handler",
1410 "//components/app_modal", 1419 "//components/app_modal",
1411 "//components/autofill/content/browser", 1420 "//components/autofill/content/browser",
1412 "//components/autofill/core/browser", 1421 "//components/autofill/core/browser",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1562 "//device/usb/mojo", 1571 "//device/usb/mojo",
1563 "//device/usb/public/interfaces", 1572 "//device/usb/public/interfaces",
1564 "//device/vr:features", 1573 "//device/vr:features",
1565 "//extensions/features", 1574 "//extensions/features",
1566 "//gin:gin_features", 1575 "//gin:gin_features",
1567 "//google_apis", 1576 "//google_apis",
1568 "//gpu/config", 1577 "//gpu/config",
1569 "//ipc", 1578 "//ipc",
1570 "//media", 1579 "//media",
1571 "//media:media_features", 1580 "//media:media_features",
1581 "//media/cast:net",
1572 "//media/midi", 1582 "//media/midi",
1583 "//media/mojo/interfaces:remoting",
1573 "//mojo/common", 1584 "//mojo/common",
1574 "//mojo/edk/system", 1585 "//mojo/edk/system",
1575 "//mojo/public/cpp/bindings", 1586 "//mojo/public/cpp/bindings",
1576 "//mojo/public/js", 1587 "//mojo/public/js",
1577 "//net:extras", 1588 "//net:extras",
1578 "//ppapi/features", 1589 "//ppapi/features",
1579 "//printing/features", 1590 "//printing/features",
1580 "//rlz/features", 1591 "//rlz/features",
1581 "//services/image_decoder/public/cpp", 1592 "//services/image_decoder/public/cpp",
1582 "//services/preferences/public/cpp/", 1593 "//services/preferences/public/cpp/",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
1878 "sync_file_system/sync_process_runner.cc", 1889 "sync_file_system/sync_process_runner.cc",
1879 "sync_file_system/sync_process_runner.h", 1890 "sync_file_system/sync_process_runner.h",
1880 "sync_file_system/sync_service_state.h", 1891 "sync_file_system/sync_service_state.h",
1881 "sync_file_system/sync_status_code.cc", 1892 "sync_file_system/sync_status_code.cc",
1882 "sync_file_system/sync_status_code.h", 1893 "sync_file_system/sync_status_code.h",
1883 "sync_file_system/syncable_file_system_util.cc", 1894 "sync_file_system/syncable_file_system_util.cc",
1884 "sync_file_system/syncable_file_system_util.h", 1895 "sync_file_system/syncable_file_system_util.h",
1885 "sync_file_system/task_logger.cc", 1896 "sync_file_system/task_logger.cc",
1886 "sync_file_system/task_logger.h", 1897 "sync_file_system/task_logger.h",
1887 ] 1898 ]
1888 if (enable_media_router) {
1889 sources += [
1890 "media/cast_transport_host_filter.cc",
1891 "media/cast_transport_host_filter.h",
1892 ]
1893 }
1894 public_deps += [ "//chrome/browser/extensions" ] 1899 public_deps += [ "//chrome/browser/extensions" ]
1895 allow_circular_includes_from += [ "//chrome/browser/extensions" ] 1900 allow_circular_includes_from += [ "//chrome/browser/extensions" ]
1896 deps += [ 1901 deps += [
1897 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto", 1902 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto",
1898 "//chrome/common/extensions/api", 1903 "//chrome/common/extensions/api",
1899 "//chrome/common/extensions/api:api_registration", 1904 "//chrome/common/extensions/api:api_registration",
1900 "//chrome/common/extensions/api:extensions_features", 1905 "//chrome/common/extensions/api:extensions_features",
1901 "//components/drive", 1906 "//components/drive",
1902 "//components/proximity_auth/ble", 1907 "//components/proximity_auth/ble",
1903 "//extensions/components/javascript_dialog_extensions_client", 1908 "//extensions/components/javascript_dialog_extensions_client",
(...skipping 1991 matching lines...) Expand 10 before | Expand all | Expand 10 after
3895 sources += [ 3900 sources += [
3896 "local_discovery/service_discovery_client_impl.cc", 3901 "local_discovery/service_discovery_client_impl.cc",
3897 "local_discovery/service_discovery_client_impl.h", 3902 "local_discovery/service_discovery_client_impl.h",
3898 "local_discovery/service_discovery_client_mdns.cc", 3903 "local_discovery/service_discovery_client_mdns.cc",
3899 "local_discovery/service_discovery_client_mdns.h", 3904 "local_discovery/service_discovery_client_mdns.h",
3900 "printing/cloud_print/privet_traffic_detector.cc", 3905 "printing/cloud_print/privet_traffic_detector.cc",
3901 "printing/cloud_print/privet_traffic_detector.h", 3906 "printing/cloud_print/privet_traffic_detector.h",
3902 ] 3907 ]
3903 } 3908 }
3904 3909
3905 if (enable_media_router) {
3906 deps += [
3907 "//chrome/browser/media/router",
3908 "//media/cast:net",
3909 "//media/mojo/interfaces:remoting",
3910 ]
3911 sources += [
3912 "media/cast_remoting_connector.cc",
3913 "media/cast_remoting_connector.h",
3914 "media/cast_remoting_connector_messaging.cc",
3915 "media/cast_remoting_connector_messaging.h",
3916 "media/cast_remoting_sender.cc",
3917 "media/cast_remoting_sender.h",
3918 ]
3919 }
3920
3921 if (enable_mojo_media) { 3910 if (enable_mojo_media) {
3922 configs += [ "//media/mojo/services:mojo_media_config" ] 3911 configs += [ "//media/mojo/services:mojo_media_config" ]
3923 sources += [ 3912 sources += [
3924 "media/output_protection_impl.cc", 3913 "media/output_protection_impl.cc",
3925 "media/output_protection_impl.h", 3914 "media/output_protection_impl.h",
3926 ] 3915 ]
3927 deps += [ "//media/mojo/interfaces" ] 3916 deps += [ "//media/mojo/interfaces" ]
3928 if (mojo_media_host == "browser") { 3917 if (mojo_media_host == "browser") {
3929 deps += [ "//media/mojo/services" ] 3918 deps += [ "//media/mojo/services" ]
3930 } 3919 }
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
4578 "media/pepper_cdm_test_constants.cc", 4567 "media/pepper_cdm_test_constants.cc",
4579 "media/pepper_cdm_test_constants.h", 4568 "media/pepper_cdm_test_constants.h",
4580 ] 4569 ]
4581 } 4570 }
4582 } 4571 }
4583 4572
4584 service_manifest("preferences_manifest") { 4573 service_manifest("preferences_manifest") {
4585 name = "preferences" 4574 name = "preferences"
4586 source = "prefs/preferences_manifest.json" 4575 source = "prefs/preferences_manifest.json"
4587 } 4576 }
OLDNEW
« BUILD.gn ('K') | « chrome/breakpad.isolate ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698