Move Command class out of the Extension class and into its own location (under chrome/common/extensions).
BUG=None
TEST=None (No functional change)
Review URL: https://chromiumcodereview.appspot.com/10317014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135334 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 7e00dd21..b75c509 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -114,6 +114,8 @@
'common/extensions/extension.h',
'common/extensions/extension_action.cc',
'common/extensions/extension_action.h',
+ 'common/extensions/extension_commands.cc',
+ 'common/extensions/extension_commands.h',
'common/extensions/extension_constants.cc',
'common/extensions/extension_constants.h',
'common/extensions/extension_error_utils.cc',