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

Unified Diff: chrome/chrome_common.gypi

Issue 22793018: <webview>: Implement support for package-local chrome-extension:// URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a test to verify that a privileged partition can access a local resource Created 7 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 7acd9e78e1a83dc9143c5d293c4357f4133455e3..03def2b067a4145a652cabeceeccecd41e0a66b7 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -344,6 +344,8 @@
'common/extensions/value_counter.h',
'common/extensions/web_accessible_resources_handler.cc',
'common/extensions/web_accessible_resources_handler.h',
+ 'common/extensions/webview_accessible_resources_handler.cc',
+ 'common/extensions/webview_accessible_resources_handler.h',
'common/external_ipc_fuzzer.cc',
'common/external_ipc_fuzzer.h',
'common/favicon/favicon_types.cc',

Powered by Google App Engine
This is Rietveld 408576698