| Index: extensions/extensions.gypi
|
| diff --git a/extensions/extensions.gypi b/extensions/extensions.gypi
|
| index 520b50e0213b9b70a490fdaaea7c1054b6cd3628..4d4dc93f0d870bfc7468b3304a071972cd2c4316 100644
|
| --- a/extensions/extensions.gypi
|
| +++ b/extensions/extensions.gypi
|
| @@ -92,6 +92,8 @@
|
| 'common/features/feature.h',
|
| 'common/features/feature_provider.cc',
|
| 'common/features/feature_provider.h',
|
| + 'common/features/feature_channel.cc',
|
| + 'common/features/feature_channel.h',
|
| 'common/features/feature_util.h',
|
| 'common/features/json_feature_provider_source.cc',
|
| 'common/features/json_feature_provider_source.h',
|
| @@ -101,8 +103,6 @@
|
| 'common/features/permission_feature.h',
|
| 'common/features/simple_feature.cc',
|
| 'common/features/simple_feature.h',
|
| - 'common/features/simple_feature_filter.cc',
|
| - 'common/features/simple_feature_filter.h',
|
| 'common/file_util.cc',
|
| 'common/file_util.h',
|
| 'common/guest_view/extensions_guest_view_messages.h',
|
|
|