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

Unified Diff: extensions/extensions.gyp

Issue 309533007: Refactor PermissionsData pt1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index e00b987d75666ce187fa982c5c560c957ba137cf..58717bceadb1ef787a44e7090aabda7efac70830 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -135,6 +135,8 @@
'common/manifest_handlers/kiosk_mode_info.h',
'common/manifest_handlers/offline_enabled_info.cc',
'common/manifest_handlers/offline_enabled_info.h',
+ 'common/manifest_handlers/permissions_parser.cc',
+ 'common/manifest_handlers/permissions_parser.h',
'common/manifest_handlers/requirements_info.cc',
'common/manifest_handlers/requirements_info.h',
'common/manifest_handlers/sandboxed_page_info.cc',

Powered by Google App Engine
This is Rietveld 408576698