| OLD | NEW |
| 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 "mac/nsprocessinfo_additions.h", | 547 "mac/nsprocessinfo_additions.h", |
| 548 "mac/nsprocessinfo_additions.mm", | 548 "mac/nsprocessinfo_additions.mm", |
| 549 "mac/relauncher.h", | 549 "mac/relauncher.h", |
| 550 "mac/relauncher.mm", | 550 "mac/relauncher.mm", |
| 551 "mac/security_wrappers.cc", | 551 "mac/security_wrappers.cc", |
| 552 "mac/security_wrappers.h", | 552 "mac/security_wrappers.h", |
| 553 "manifest/manifest_icon_downloader.cc", | 553 "manifest/manifest_icon_downloader.cc", |
| 554 "manifest/manifest_icon_downloader.h", | 554 "manifest/manifest_icon_downloader.h", |
| 555 "manifest/manifest_icon_selector.cc", | 555 "manifest/manifest_icon_selector.cc", |
| 556 "manifest/manifest_icon_selector.h", | 556 "manifest/manifest_icon_selector.h", |
| 557 "media/cast_remoting_connector.cc", |
| 558 "media/cast_remoting_connector.h", |
| 559 "media/cast_remoting_connector_messaging.cc", |
| 560 "media/cast_remoting_connector_messaging.h", |
| 561 "media/cast_remoting_sender.cc", |
| 562 "media/cast_remoting_sender.h", |
| 557 "media/media_access_handler.cc", | 563 "media/media_access_handler.cc", |
| 558 "media/media_access_handler.h", | 564 "media/media_access_handler.h", |
| 559 "media/media_device_id_salt.cc", | 565 "media/media_device_id_salt.cc", |
| 560 "media/media_device_id_salt.h", | 566 "media/media_device_id_salt.h", |
| 561 "media/media_url_constants.cc", | 567 "media/media_url_constants.cc", |
| 562 "media/media_url_constants.h", | 568 "media/media_url_constants.h", |
| 563 "media/midi_permission_context.cc", | 569 "media/midi_permission_context.cc", |
| 564 "media/midi_permission_context.h", | 570 "media/midi_permission_context.h", |
| 565 "media/output_protection_proxy.cc", | 571 "media/output_protection_proxy.cc", |
| 566 "media/output_protection_proxy.h", | 572 "media/output_protection_proxy.h", |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1426 deps = [ | 1432 deps = [ |
| 1427 ":resource_prefetch_predictor_proto", | 1433 ":resource_prefetch_predictor_proto", |
| 1428 "//cc", | 1434 "//cc", |
| 1429 "//chrome:extra_resources", | 1435 "//chrome:extra_resources", |
| 1430 "//chrome:resources", | 1436 "//chrome:resources", |
| 1431 "//chrome:strings", | 1437 "//chrome:strings", |
| 1432 "//chrome/app/resources:platform_locale_settings", | 1438 "//chrome/app/resources:platform_locale_settings", |
| 1433 "//chrome/app/theme:theme_resources", | 1439 "//chrome/app/theme:theme_resources", |
| 1434 "//chrome/browser/budget_service:budget_proto", | 1440 "//chrome/browser/budget_service:budget_proto", |
| 1435 "//chrome/browser/devtools", | 1441 "//chrome/browser/devtools", |
| 1442 "//chrome/browser/media/router", |
| 1436 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 1443 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 1437 "//chrome/browser/net:probe_message_proto", | 1444 "//chrome/browser/net:probe_message_proto", |
| 1438 "//chrome/browser/ssl:proto", | 1445 "//chrome/browser/ssl:proto", |
| 1439 "//chrome/browser/ui", | 1446 "//chrome/browser/ui", |
| 1440 "//chrome/common/net", | 1447 "//chrome/common/net", |
| 1441 "//chrome/installer/util:with_no_strings", | 1448 "//chrome/installer/util:with_no_strings", |
| 1442 "//components/about_handler", | 1449 "//components/about_handler", |
| 1443 "//components/app_modal", | 1450 "//components/app_modal", |
| 1444 "//components/autofill/content/browser", | 1451 "//components/autofill/content/browser", |
| 1445 "//components/autofill/core/browser", | 1452 "//components/autofill/core/browser", |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1595 "//device/power_save_blocker", | 1602 "//device/power_save_blocker", |
| 1596 "//device/usb/mojo", | 1603 "//device/usb/mojo", |
| 1597 "//device/usb/public/interfaces", | 1604 "//device/usb/public/interfaces", |
| 1598 "//device/vr:features", | 1605 "//device/vr:features", |
| 1599 "//extensions/features", | 1606 "//extensions/features", |
| 1600 "//gin:gin_features", | 1607 "//gin:gin_features", |
| 1601 "//google_apis", | 1608 "//google_apis", |
| 1602 "//gpu/config", | 1609 "//gpu/config", |
| 1603 "//media", | 1610 "//media", |
| 1604 "//media:media_features", | 1611 "//media:media_features", |
| 1612 "//media/cast:net", |
| 1605 "//media/midi", | 1613 "//media/midi", |
| 1614 "//media/mojo/interfaces:remoting", |
| 1606 "//mojo/common", | 1615 "//mojo/common", |
| 1607 "//mojo/edk/system", | 1616 "//mojo/edk/system", |
| 1608 "//mojo/public/cpp/bindings", | 1617 "//mojo/public/cpp/bindings", |
| 1609 "//mojo/public/js", | 1618 "//mojo/public/js", |
| 1610 "//net:extras", | 1619 "//net:extras", |
| 1611 "//ppapi/features", | 1620 "//ppapi/features", |
| 1612 "//printing/features", | 1621 "//printing/features", |
| 1613 "//rlz/features", | 1622 "//rlz/features", |
| 1614 "//services/data_decoder/public/cpp", | 1623 "//services/data_decoder/public/cpp", |
| 1615 "//services/device/public/cpp:device_features", | 1624 "//services/device/public/cpp:device_features", |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1746 "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.cc", | 1755 "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.cc", |
| 1747 "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.h", | 1756 "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.h", |
| 1748 "guest_view/web_view/chrome_web_view_guest_delegate.cc", | 1757 "guest_view/web_view/chrome_web_view_guest_delegate.cc", |
| 1749 "guest_view/web_view/chrome_web_view_guest_delegate.h", | 1758 "guest_view/web_view/chrome_web_view_guest_delegate.h", |
| 1750 "guest_view/web_view/chrome_web_view_permission_helper_delegate.cc", | 1759 "guest_view/web_view/chrome_web_view_permission_helper_delegate.cc", |
| 1751 "guest_view/web_view/chrome_web_view_permission_helper_delegate.h", | 1760 "guest_view/web_view/chrome_web_view_permission_helper_delegate.h", |
| 1752 "guest_view/web_view/context_menu_content_type_web_view.cc", | 1761 "guest_view/web_view/context_menu_content_type_web_view.cc", |
| 1753 "guest_view/web_view/context_menu_content_type_web_view.h", | 1762 "guest_view/web_view/context_menu_content_type_web_view.h", |
| 1754 "media/capture_access_handler_base.cc", | 1763 "media/capture_access_handler_base.cc", |
| 1755 "media/capture_access_handler_base.h", | 1764 "media/capture_access_handler_base.h", |
| 1765 "media/cast_transport_host_filter.cc", |
| 1766 "media/cast_transport_host_filter.h", |
| 1756 "media/extension_media_access_handler.cc", | 1767 "media/extension_media_access_handler.cc", |
| 1757 "media/extension_media_access_handler.h", | 1768 "media/extension_media_access_handler.h", |
| 1758 "media/webrtc/desktop_capture_access_handler.cc", | 1769 "media/webrtc/desktop_capture_access_handler.cc", |
| 1759 "media/webrtc/desktop_capture_access_handler.h", | 1770 "media/webrtc/desktop_capture_access_handler.h", |
| 1760 "media/webrtc/tab_capture_access_handler.cc", | 1771 "media/webrtc/tab_capture_access_handler.cc", |
| 1761 "media/webrtc/tab_capture_access_handler.h", | 1772 "media/webrtc/tab_capture_access_handler.h", |
| 1762 "metrics/extensions_metrics_provider.cc", | 1773 "metrics/extensions_metrics_provider.cc", |
| 1763 "metrics/extensions_metrics_provider.h", | 1774 "metrics/extensions_metrics_provider.h", |
| 1764 "renderer_context_menu/context_menu_content_type_app_mode.cc", | 1775 "renderer_context_menu/context_menu_content_type_app_mode.cc", |
| 1765 "renderer_context_menu/context_menu_content_type_app_mode.h", | 1776 "renderer_context_menu/context_menu_content_type_app_mode.h", |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1924 "sync_file_system/sync_process_runner.cc", | 1935 "sync_file_system/sync_process_runner.cc", |
| 1925 "sync_file_system/sync_process_runner.h", | 1936 "sync_file_system/sync_process_runner.h", |
| 1926 "sync_file_system/sync_service_state.h", | 1937 "sync_file_system/sync_service_state.h", |
| 1927 "sync_file_system/sync_status_code.cc", | 1938 "sync_file_system/sync_status_code.cc", |
| 1928 "sync_file_system/sync_status_code.h", | 1939 "sync_file_system/sync_status_code.h", |
| 1929 "sync_file_system/syncable_file_system_util.cc", | 1940 "sync_file_system/syncable_file_system_util.cc", |
| 1930 "sync_file_system/syncable_file_system_util.h", | 1941 "sync_file_system/syncable_file_system_util.h", |
| 1931 "sync_file_system/task_logger.cc", | 1942 "sync_file_system/task_logger.cc", |
| 1932 "sync_file_system/task_logger.h", | 1943 "sync_file_system/task_logger.h", |
| 1933 ] | 1944 ] |
| 1934 if (enable_media_router) { | |
| 1935 sources += [ | |
| 1936 "media/cast_transport_host_filter.cc", | |
| 1937 "media/cast_transport_host_filter.h", | |
| 1938 ] | |
| 1939 } | |
| 1940 public_deps += [ | 1945 public_deps += [ |
| 1941 "//chrome/browser/apps", | 1946 "//chrome/browser/apps", |
| 1942 "//chrome/browser/extensions", | 1947 "//chrome/browser/extensions", |
| 1943 ] | 1948 ] |
| 1944 allow_circular_includes_from += [ | 1949 allow_circular_includes_from += [ |
| 1945 "//chrome/browser/apps", | 1950 "//chrome/browser/apps", |
| 1946 "//chrome/browser/extensions", | 1951 "//chrome/browser/extensions", |
| 1947 ] | 1952 ] |
| 1948 deps += [ | 1953 deps += [ |
| 1949 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", | 1954 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", |
| (...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3989 sources += [ | 3994 sources += [ |
| 3990 "local_discovery/service_discovery_client_impl.cc", | 3995 "local_discovery/service_discovery_client_impl.cc", |
| 3991 "local_discovery/service_discovery_client_impl.h", | 3996 "local_discovery/service_discovery_client_impl.h", |
| 3992 "local_discovery/service_discovery_client_mdns.cc", | 3997 "local_discovery/service_discovery_client_mdns.cc", |
| 3993 "local_discovery/service_discovery_client_mdns.h", | 3998 "local_discovery/service_discovery_client_mdns.h", |
| 3994 "printing/cloud_print/privet_traffic_detector.cc", | 3999 "printing/cloud_print/privet_traffic_detector.cc", |
| 3995 "printing/cloud_print/privet_traffic_detector.h", | 4000 "printing/cloud_print/privet_traffic_detector.h", |
| 3996 ] | 4001 ] |
| 3997 } | 4002 } |
| 3998 | 4003 |
| 3999 if (enable_media_router) { | |
| 4000 deps += [ | |
| 4001 "//chrome/browser/media/router", | |
| 4002 "//media/cast:net", | |
| 4003 "//media/mojo/interfaces:remoting", | |
| 4004 ] | |
| 4005 sources += [ | |
| 4006 "media/cast_remoting_connector.cc", | |
| 4007 "media/cast_remoting_connector.h", | |
| 4008 "media/cast_remoting_connector_messaging.cc", | |
| 4009 "media/cast_remoting_connector_messaging.h", | |
| 4010 "media/cast_remoting_sender.cc", | |
| 4011 "media/cast_remoting_sender.h", | |
| 4012 ] | |
| 4013 } | |
| 4014 | |
| 4015 if (enable_mojo_media) { | 4004 if (enable_mojo_media) { |
| 4016 configs += [ "//media/mojo/services:mojo_media_config" ] | 4005 configs += [ "//media/mojo/services:mojo_media_config" ] |
| 4017 sources += [ | 4006 sources += [ |
| 4018 "media/output_protection_impl.cc", | 4007 "media/output_protection_impl.cc", |
| 4019 "media/output_protection_impl.h", | 4008 "media/output_protection_impl.h", |
| 4020 ] | 4009 ] |
| 4021 deps += [ "//media/mojo/interfaces" ] | 4010 deps += [ "//media/mojo/interfaces" ] |
| 4022 if (mojo_media_host == "browser") { | 4011 if (mojo_media_host == "browser") { |
| 4023 deps += [ "//media/mojo/services" ] | 4012 deps += [ "//media/mojo/services" ] |
| 4024 } | 4013 } |
| (...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4690 "media/pepper_cdm_test_constants.cc", | 4679 "media/pepper_cdm_test_constants.cc", |
| 4691 "media/pepper_cdm_test_constants.h", | 4680 "media/pepper_cdm_test_constants.h", |
| 4692 ] | 4681 ] |
| 4693 } | 4682 } |
| 4694 } | 4683 } |
| 4695 | 4684 |
| 4696 service_manifest("preferences_forwarder_manifest") { | 4685 service_manifest("preferences_forwarder_manifest") { |
| 4697 name = "preferences_forwarder" | 4686 name = "preferences_forwarder" |
| 4698 source = "prefs/forwarder_manifest.json" | 4687 source = "prefs/forwarder_manifest.json" |
| 4699 } | 4688 } |
| OLD | NEW |