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

Unified Diff: extensions/extensions.gyp

Issue 101203008: Allow app_shell to run past extension manifest parsing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup register_manifest 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_handler.h ('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 0ca42f878d5b5ad12a0781445900238a796e4ae5..49a1d38a12e4902a4221e34edaa7d6672ecbef54 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -25,6 +25,8 @@
'<(INTERMEDIATE_DIR)',
],
'sources': [
+ 'common/common_manifest_handlers.cc',
+ 'common/common_manifest_handlers.h',
'common/crx_file.cc',
'common/crx_file.h',
'common/csp_validator.cc',
« no previous file with comments | « extensions/common/manifest_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698