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

Unified Diff: extensions/extensions.gyp

Issue 134643011: Move webview and web_accessible_resources manifest handlers to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « extensions/common/manifest_handlers/webview_info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index ba10feb53db81af83aebb0f2b372e9a6c5210bdb..dfc66c10f48dea436649f80a457b0d639fa50b61 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -92,6 +92,10 @@
'common/manifest_handlers/sandboxed_page_info.h',
'common/manifest_handlers/shared_module_info.cc',
'common/manifest_handlers/shared_module_info.h',
+ 'common/manifest_handlers/web_accessible_resources_info.cc',
+ 'common/manifest_handlers/web_accessible_resources_info.h',
+ 'common/manifest_handlers/webview_info.cc',
+ 'common/manifest_handlers/webview_info.h',
'common/one_shot_event.cc',
'common/one_shot_event.h',
'common/permissions/api_permission.cc',
« no previous file with comments | « extensions/common/manifest_handlers/webview_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698