| Index: extensions/extensions.gyp
|
| diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
|
| index bb1a012743b9ffc5e833a99ed69b1c0736401fff..cf6b4dcbc339685a1ea122284e8fb0cc6856c07a 100644
|
| --- a/extensions/extensions.gyp
|
| +++ b/extensions/extensions.gyp
|
| @@ -66,6 +66,8 @@
|
| 'common/extension_api_stub.cc',
|
| 'common/extension_icon_set.cc',
|
| 'common/extension_icon_set.h',
|
| + 'common/extension_l10n_util.cc',
|
| + 'common/extension_l10n_util.h',
|
| 'common/extension_message_generator.cc',
|
| 'common/extension_message_generator.h',
|
| 'common/extension_messages.cc',
|
| @@ -132,6 +134,8 @@
|
| 'common/manifest_handlers/web_accessible_resources_info.h',
|
| 'common/manifest_handlers/webview_info.cc',
|
| 'common/manifest_handlers/webview_info.h',
|
| + 'common/message_bundle.cc',
|
| + 'common/message_bundle.h',
|
| 'common/one_shot_event.cc',
|
| 'common/one_shot_event.h',
|
| 'common/permissions/api_permission.cc',
|
|
|