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

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

Issue 2968293002: Introduce SystemNetworkContextManager. (Closed)
Patch Set: Response to comments Created 3 years, 5 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/DEPS » ('j') | chrome/browser/io_thread.h » ('J')
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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 "net/service_providers_win.cc", 743 "net/service_providers_win.cc",
744 "net/service_providers_win.h", 744 "net/service_providers_win.h",
745 "net/spdyproxy/data_reduction_proxy_chrome_io_data.cc", 745 "net/spdyproxy/data_reduction_proxy_chrome_io_data.cc",
746 "net/spdyproxy/data_reduction_proxy_chrome_io_data.h", 746 "net/spdyproxy/data_reduction_proxy_chrome_io_data.h",
747 "net/spdyproxy/data_reduction_proxy_chrome_settings.cc", 747 "net/spdyproxy/data_reduction_proxy_chrome_settings.cc",
748 "net/spdyproxy/data_reduction_proxy_chrome_settings.h", 748 "net/spdyproxy/data_reduction_proxy_chrome_settings.h",
749 "net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc", 749 "net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc",
750 "net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h", 750 "net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h",
751 "net/sth_distributor_provider.cc", 751 "net/sth_distributor_provider.cc",
752 "net/sth_distributor_provider.h", 752 "net/sth_distributor_provider.h",
753 "net/system_network_context_manager.cc",
754 "net/system_network_context_manager.h",
753 "net/timed_cache.cc", 755 "net/timed_cache.cc",
754 "net/timed_cache.h", 756 "net/timed_cache.h",
755 "net/url_info.cc", 757 "net/url_info.cc",
756 "net/url_info.h", 758 "net/url_info.h",
757 "net_benchmarking.cc", 759 "net_benchmarking.cc",
758 "net_benchmarking.h", 760 "net_benchmarking.h",
759 "notifications/alert_dispatcher_mac.h", 761 "notifications/alert_dispatcher_mac.h",
760 "notifications/desktop_notification_profile_util.cc", 762 "notifications/desktop_notification_profile_util.cc",
761 "notifications/desktop_notification_profile_util.h", 763 "notifications/desktop_notification_profile_util.h",
762 "notifications/login_state_notification_blocker_chromeos.cc", 764 "notifications/login_state_notification_blocker_chromeos.cc",
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1612 "//components/web_cache/browser", 1614 "//components/web_cache/browser",
1613 "//components/web_resource", 1615 "//components/web_resource",
1614 "//components/webdata/common", 1616 "//components/webdata/common",
1615 "//components/webdata_services", 1617 "//components/webdata_services",
1616 "//content/app/resources", 1618 "//content/app/resources",
1617 "//content/public/browser", 1619 "//content/public/browser",
1618 "//content/public/common", 1620 "//content/public/common",
1619 "//content/public/common:feature_h264_with_openh264_ffmpeg", 1621 "//content/public/common:feature_h264_with_openh264_ffmpeg",
1620 "//content/public/common:features", 1622 "//content/public/common:features",
1621 "//content/public/common:service_names", 1623 "//content/public/common:service_names",
1624 "//content/public/network",
1622 "//courgette:courgette_lib", 1625 "//courgette:courgette_lib",
1623 "//crypto", 1626 "//crypto",
1624 "//crypto:platform", 1627 "//crypto:platform",
1625 "//device/base", 1628 "//device/base",
1626 "//device/bluetooth:mojo", 1629 "//device/bluetooth:mojo",
1627 "//device/power_save_blocker", 1630 "//device/power_save_blocker",
1628 "//device/usb/mojo", 1631 "//device/usb/mojo",
1629 "//device/usb/public/interfaces", 1632 "//device/usb/public/interfaces",
1630 "//device/vr/features", 1633 "//device/vr/features",
1631 "//extensions/features", 1634 "//extensions/features",
(...skipping 2977 matching lines...) Expand 10 before | Expand all | Expand 10 after
4609 "//components/search_engines", 4612 "//components/search_engines",
4610 "//rlz:rlz_lib", 4613 "//rlz:rlz_lib",
4611 ] 4614 ]
4612 } 4615 }
4613 } 4616 }
4614 4617
4615 service_manifest("preferences_forwarder_manifest") { 4618 service_manifest("preferences_forwarder_manifest") {
4616 name = "preferences_forwarder" 4619 name = "preferences_forwarder"
4617 source = "prefs/forwarder_manifest.json" 4620 source = "prefs/forwarder_manifest.json"
4618 } 4621 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/io_thread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698