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

Unified Diff: extensions/browser/BUILD.gn

Issue 573843002: Allows webview to access extension resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to add the namespace on chrome_url_request_util.cc Created 6 years, 3 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 | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/url_request_util.h » ('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 aadd95d8b3fdb986f8bbcd8d50a889c2dbc14e00..1fee5534c127a0995905a05ab60baceabec36fa8 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -394,6 +394,8 @@ source_set("browser") {
"suggest_permission_util.h",
"uninstall_reason.h",
"update_observer.h",
+ "url_request_util.cc",
+ "url_request_util.h",
"value_store/leveldb_value_store.cc",
"value_store/leveldb_value_store.h",
"value_store/testing_value_store.cc",
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/url_request_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698