| Index: extensions/extensions.gyp
|
| diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
|
| index be923b677d07f51c2ee06eab78c516a044818fa8..beb4cc47012c35125674fb170a42f7d8d069ec06 100644
|
| --- a/extensions/extensions.gyp
|
| +++ b/extensions/extensions.gyp
|
| @@ -53,6 +53,8 @@
|
| 'common/features/feature.h',
|
| 'common/features/feature_provider.cc',
|
| 'common/features/feature_provider.h',
|
| + 'common/file_util.cc',
|
| + 'common/file_util.h',
|
| 'common/id_util.cc',
|
| 'common/id_util.h',
|
| 'common/install_warning.cc',
|
| @@ -63,6 +65,8 @@
|
| 'common/manifest_constants.h',
|
| 'common/manifest_handler.cc',
|
| 'common/manifest_handler.h',
|
| + 'common/manifest_handlers/background_info.cc',
|
| + 'common/manifest_handlers/background_info.h',
|
| 'common/manifest_handlers/incognito_info.cc',
|
| 'common/manifest_handlers/incognito_info.h',
|
| 'common/matcher/regex_set_matcher.cc',
|
|
|