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

Unified Diff: chrome/chrome_common.gypi

Issue 10649003: Move each permission classes to its own files in extensions/permissions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase on HEAD Created 8 years, 6 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/browser/ui/webui/options2/content_settings_handler2.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 46d108c34794b32d7179d0fd75e7c726994595d8..4ccee53d4379fff02e32f8936e101e9d5e235e1d 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -143,8 +143,6 @@
'common/extensions/extension_message_bundle.h',
'common/extensions/extension_messages.cc',
'common/extensions/extension_messages.h',
- 'common/extensions/extension_permission_set.cc',
- 'common/extensions/extension_permission_set.h',
'common/extensions/extension_process_policy.cc',
'common/extensions/extension_process_policy.h',
'common/extensions/extension_resource.cc',
@@ -178,6 +176,14 @@
'common/extensions/matcher/url_matcher_factory.h',
'common/extensions/matcher/url_matcher_helpers.cc',
'common/extensions/matcher/url_matcher_helpers.h',
+ 'common/extensions/permissions/api_permission.cc',
+ 'common/extensions/permissions/api_permission.h',
+ 'common/extensions/permissions/permission_message.cc',
+ 'common/extensions/permissions/permission_message.h',
+ 'common/extensions/permissions/permission_set.cc',
+ 'common/extensions/permissions/permission_set.h',
+ 'common/extensions/permissions/permissions_info.cc',
+ 'common/extensions/permissions/permissions_info.h',
'common/extensions/update_manifest.cc',
'common/extensions/update_manifest.h',
'common/extensions/url_pattern.cc',
« no previous file with comments | « chrome/browser/ui/webui/options2/content_settings_handler2.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698