summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorerikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 14:59:01 +0000
committererikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 14:59:01 +0000
commitcb691e8ff78e8bac8b155a5d76625184a06aaa72 (patch)
tree8567356ad3620c50cc166a40f57e0d53c1ed2efe /chrome/chrome.gyp
parentbe3b19a50ec04d881b3d11ae3c7aac4e7cab4261 (diff)
downloadchromium_src-cb691e8ff78e8bac8b155a5d76625184a06aaa72.zip
chromium_src-cb691e8ff78e8bac8b155a5d76625184a06aaa72.tar.gz
chromium_src-cb691e8ff78e8bac8b155a5d76625184a06aaa72.tar.bz2
Refactor extension constants to improve readability, debugging, and to make it easier to add new constants.
Review URL: http://codereview.chromium.org/155407 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 0a534ce..58faf97 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -294,6 +294,8 @@
# All .cc, .h, and .mm files under chrome/common except for tests.
'common/extensions/extension.cc',
'common/extensions/extension.h',
+ 'common/extensions/extension_constants.cc',
+ 'common/extensions/extension_constants.h',
'common/extensions/extension_error_reporter.cc',
'common/extensions/extension_error_reporter.h',
'common/extensions/extension_error_utils.cc',