diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
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', |