| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 7586ec3007898aaa4849499f7784ec7f996d6406..178016ed07fb875a513b72afae5d384bfbb3ac13 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -145,10 +145,15 @@
|
| 'common/extensions/extension_unpacker.h',
|
| 'common/extensions/feature.cc',
|
| 'common/extensions/feature.h',
|
| + 'common/extensions/feature_provider.h',
|
| 'common/extensions/file_browser_handler.cc',
|
| 'common/extensions/file_browser_handler.h',
|
| 'common/extensions/manifest.cc',
|
| 'common/extensions/manifest.h',
|
| + 'common/extensions/manifest_feature.cc',
|
| + 'common/extensions/manifest_feature.h',
|
| + 'common/extensions/permission_feature.cc',
|
| + 'common/extensions/permission_feature.h',
|
| 'common/extensions/simple_feature_provider.cc',
|
| 'common/extensions/simple_feature_provider.h',
|
| 'common/extensions/update_manifest.cc',
|
|
|