| Index: extensions/extensions.gyp
|
| diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
|
| index 98d502dd581f641c7b21ff7dfd5cbc54ef5e8659..3ff4c21040046928c64efb8cd535fc711b98e9c0 100644
|
| --- a/extensions/extensions.gyp
|
| +++ b/extensions/extensions.gyp
|
| @@ -51,6 +51,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',
|
| @@ -61,6 +63,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',
|
|
|