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

Unified Diff: extensions/browser/BUILD.gn

Issue 615583003: Introduce NetworkDelegate's implementation in extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | extensions/browser/api/extensions_api_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 87d0fc9d6317eb963018cd02ca6d25af5961bfec..42497047cc4e923f76f76e3da5a31dcfe07aa862 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -304,6 +304,8 @@ source_set("browser") {
"extension_icon_image.h",
"extension_message_filter.cc",
"extension_message_filter.h",
+ "extension_network_delegate.cc",
+ "extension_network_delegate.h",
"extension_pref_store.cc",
"extension_pref_store.h",
"extension_pref_value_map.cc",
@@ -328,6 +330,8 @@ source_set("browser") {
"extension_system.h",
"extension_system_provider.cc",
"extension_system_provider.h",
+ "extension_url_request_context_getter.cc",
+ "extension_url_request_context_getter.h",
"extension_util.cc",
"extension_util.h",
"extension_web_contents_observer.cc",
« no previous file with comments | « no previous file | extensions/browser/api/extensions_api_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698