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

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

Issue 2930743002: Use a MojoProxyResolverFactory on Android. (Closed)
Patch Set: Oops Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/net/chrome_mojo_proxy_resolver_factory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 "mod_pagespeed/mod_pagespeed_metrics.cc", 675 "mod_pagespeed/mod_pagespeed_metrics.cc",
676 "mod_pagespeed/mod_pagespeed_metrics.h", 676 "mod_pagespeed/mod_pagespeed_metrics.h",
677 "native_window_notification_source.h", 677 "native_window_notification_source.h",
678 "net/async_dns_field_trial.cc", 678 "net/async_dns_field_trial.cc",
679 "net/async_dns_field_trial.h", 679 "net/async_dns_field_trial.h",
680 "net/chrome_cookie_notification_details.h", 680 "net/chrome_cookie_notification_details.h",
681 "net/chrome_extensions_network_delegate.cc", 681 "net/chrome_extensions_network_delegate.cc",
682 "net/chrome_extensions_network_delegate.h", 682 "net/chrome_extensions_network_delegate.h",
683 "net/chrome_http_user_agent_settings.cc", 683 "net/chrome_http_user_agent_settings.cc",
684 "net/chrome_http_user_agent_settings.h", 684 "net/chrome_http_user_agent_settings.h",
685 "net/chrome_mojo_proxy_resolver_factory.cc",
686 "net/chrome_mojo_proxy_resolver_factory.h",
685 "net/chrome_net_log_helper.cc", 687 "net/chrome_net_log_helper.cc",
686 "net/chrome_net_log_helper.h", 688 "net/chrome_net_log_helper.h",
687 "net/chrome_network_delegate.cc", 689 "net/chrome_network_delegate.cc",
688 "net/chrome_network_delegate.h", 690 "net/chrome_network_delegate.h",
689 "net/chrome_url_request_context_getter.cc", 691 "net/chrome_url_request_context_getter.cc",
690 "net/chrome_url_request_context_getter.h", 692 "net/chrome_url_request_context_getter.h",
691 "net/crl_set_fetcher.cc", 693 "net/crl_set_fetcher.cc",
692 "net/crl_set_fetcher.h", 694 "net/crl_set_fetcher.h",
693 "net/dns_probe_runner.cc", 695 "net/dns_probe_runner.cc",
694 "net/dns_probe_runner.h", 696 "net/dns_probe_runner.h",
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1652 "//media:media_features", 1654 "//media:media_features",
1653 "//media/cast:net", 1655 "//media/cast:net",
1654 "//media/midi", 1656 "//media/midi",
1655 "//media/mojo:features", 1657 "//media/mojo:features",
1656 "//media/mojo/interfaces:remoting", 1658 "//media/mojo/interfaces:remoting",
1657 "//mojo/common", 1659 "//mojo/common",
1658 "//mojo/edk/system", 1660 "//mojo/edk/system",
1659 "//mojo/public/cpp/bindings", 1661 "//mojo/public/cpp/bindings",
1660 "//mojo/public/js", 1662 "//mojo/public/js",
1661 "//net:extras", 1663 "//net:extras",
1664 "//net:net_browser_services",
1662 "//ppapi/features", 1665 "//ppapi/features",
1663 "//printing/features", 1666 "//printing/features",
1664 "//rlz/features", 1667 "//rlz/features",
1665 "//services/data_decoder/public/cpp", 1668 "//services/data_decoder/public/cpp",
1666 "//services/device/public/cpp:device_features", 1669 "//services/device/public/cpp:device_features",
1667 "//services/identity:lib", 1670 "//services/identity:lib",
1668 "//services/preferences/public/cpp", 1671 "//services/preferences/public/cpp",
1669 "//services/preferences/public/cpp:service_main", 1672 "//services/preferences/public/cpp:service_main",
1670 "//services/preferences/public/cpp/tracked", 1673 "//services/preferences/public/cpp/tracked",
1671 "//services/preferences/public/interfaces", 1674 "//services/preferences/public/interfaces",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 "//ui/shell_dialogs", 1711 "//ui/shell_dialogs",
1709 "//ui/strings", 1712 "//ui/strings",
1710 "//ui/surface", 1713 "//ui/surface",
1711 "//ui/web_dialogs", 1714 "//ui/web_dialogs",
1712 ] 1715 ]
1713 1716
1714 # Android does in-process PAC, so must link against V8 directly. Other 1717 # Android does in-process PAC, so must link against V8 directly. Other
1715 # platforms use OOP Mojo resolution. 1718 # platforms use OOP Mojo resolution.
1716 if (is_android) { 1719 if (is_android) {
1717 deps += [ 1720 deps += [
1721 "//net:net_utility_services",
1718 "//net:net_with_v8", 1722 "//net:net_with_v8",
1719 "//v8", 1723 "//v8",
1720 ] 1724 ]
1721 } else { 1725 } else {
1722 deps += [ 1726 deps += [
1723 "//chrome/app/vector_icons", 1727 "//chrome/app/vector_icons",
1724 "//chrome/browser/resources:component_extension_resources", 1728 "//chrome/browser/resources:component_extension_resources",
1725 "//components/zoom", 1729 "//components/zoom",
1726 "//net:net", 1730 "//net:net",
1727 "//ui/vector_icons", 1731 "//ui/vector_icons",
(...skipping 1760 matching lines...) Expand 10 before | Expand all | Expand 10 after
3488 "memory/oom_memory_details.cc", 3492 "memory/oom_memory_details.cc",
3489 "memory/oom_memory_details.h", 3493 "memory/oom_memory_details.h",
3490 "metrics/first_web_contents_profiler.cc", 3494 "metrics/first_web_contents_profiler.cc",
3491 "metrics/first_web_contents_profiler.h", 3495 "metrics/first_web_contents_profiler.h",
3492 "metrics/tab_reactivation_tracker.cc", 3496 "metrics/tab_reactivation_tracker.cc",
3493 "metrics/tab_reactivation_tracker.h", 3497 "metrics/tab_reactivation_tracker.h",
3494 "metrics/tab_usage_recorder.cc", 3498 "metrics/tab_usage_recorder.cc",
3495 "metrics/tab_usage_recorder.h", 3499 "metrics/tab_usage_recorder.h",
3496 "net/firefox_proxy_settings.cc", 3500 "net/firefox_proxy_settings.cc",
3497 "net/firefox_proxy_settings.h", 3501 "net/firefox_proxy_settings.h",
3498 "net/utility_process_mojo_proxy_resolver_factory.cc",
3499 "net/utility_process_mojo_proxy_resolver_factory.h",
3500 "notifications/application_notifier_source.cc", 3502 "notifications/application_notifier_source.cc",
3501 "notifications/application_notifier_source.h", 3503 "notifications/application_notifier_source.h",
3502 "notifications/arc_application_notifier_source_chromeos.cc", 3504 "notifications/arc_application_notifier_source_chromeos.cc",
3503 "notifications/arc_application_notifier_source_chromeos.h", 3505 "notifications/arc_application_notifier_source_chromeos.h",
3504 "notifications/extension_welcome_notification.cc", 3506 "notifications/extension_welcome_notification.cc",
3505 "notifications/extension_welcome_notification.h", 3507 "notifications/extension_welcome_notification.h",
3506 "notifications/extension_welcome_notification_factory.cc", 3508 "notifications/extension_welcome_notification_factory.cc",
3507 "notifications/extension_welcome_notification_factory.h", 3509 "notifications/extension_welcome_notification_factory.h",
3508 "notifications/fullscreen_notification_blocker.cc", 3510 "notifications/fullscreen_notification_blocker.cc",
3509 "notifications/fullscreen_notification_blocker.h", 3511 "notifications/fullscreen_notification_blocker.h",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
3703 deps += [ 3705 deps += [
3704 ":theme_properties", 3706 ":theme_properties",
3705 "//apps", 3707 "//apps",
3706 "//chrome/browser/policy:path_parser", 3708 "//chrome/browser/policy:path_parser",
3707 "//chrome/browser/profile_resetter:profile_reset_report_proto", 3709 "//chrome/browser/profile_resetter:profile_reset_report_proto",
3708 "//chrome/common/importer:interfaces", 3710 "//chrome/common/importer:interfaces",
3709 "//components/cryptauth", 3711 "//components/cryptauth",
3710 "//components/cryptauth/proto", 3712 "//components/cryptauth/proto",
3711 "//components/feedback", 3713 "//components/feedback",
3712 "//components/web_modal", 3714 "//components/web_modal",
3713 "//net:net_browser_services",
3714 ] 3715 ]
3715 } 3716 }
3716 3717
3717 if (enable_pepper_cdms) { 3718 if (enable_pepper_cdms) {
3718 sources += [ 3719 sources += [
3719 "component_updater/widevine_cdm_component_installer.cc", 3720 "component_updater/widevine_cdm_component_installer.cc",
3720 "component_updater/widevine_cdm_component_installer.h", 3721 "component_updater/widevine_cdm_component_installer.h",
3721 ] 3722 ]
3722 } 3723 }
3723 3724
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
4774 "//components/search_engines", 4775 "//components/search_engines",
4775 "//rlz:rlz_lib", 4776 "//rlz:rlz_lib",
4776 ] 4777 ]
4777 } 4778 }
4778 } 4779 }
4779 4780
4780 service_manifest("preferences_forwarder_manifest") { 4781 service_manifest("preferences_forwarder_manifest") {
4781 name = "preferences_forwarder" 4782 name = "preferences_forwarder"
4782 source = "prefs/forwarder_manifest.json" 4783 source = "prefs/forwarder_manifest.json"
4783 } 4784 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/net/chrome_mojo_proxy_resolver_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698