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

Unified Diff: components/proxy_config/BUILD.gn

Issue 1296663003: Componentize proxy code from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: components/proxy_config/BUILD.gn
diff --git a/components/proxy_config/BUILD.gn b/components/proxy_config/BUILD.gn
index 439fd305351699aaa8c4265afc7bee1e2adbbd6c..c218a39046129d309d742f8a169385ce9f0e9c4a 100644
--- a/components/proxy_config/BUILD.gn
+++ b/components/proxy_config/BUILD.gn
@@ -5,6 +5,10 @@
# GYP version: components/proxy_config.gypi:proxy_config_component
component("proxy_config") {
sources = [
+ "pref_proxy_config_tracker.cc",
+ "pref_proxy_config_tracker.h",
+ "pref_proxy_config_tracker_impl.cc",
+ "pref_proxy_config_tracker_impl.h",
"proxy_config_dictionary.cc",
"proxy_config_dictionary.h",
"proxy_config_export.h",

Powered by Google App Engine
This is Rietveld 408576698