| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index ea119bc81b2f1766f5d9f68b7855167cc2021d02..4e2cdb2e41c69783d43f6a52d7703adc0c799f98 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -84,6 +84,8 @@
|
| 'dependencies': [
|
| 'athena_lib',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + '../components/components.gyp:renderer_context_menu',
|
| + '../components/components.gyp:web_modal',
|
| '../content/content.gyp:content_browser',
|
| '../ui/app_list/app_list.gyp:app_list',
|
| '../ui/keyboard/keyboard.gyp:keyboard',
|
| @@ -98,12 +100,16 @@
|
| 'sources': [
|
| 'content/public/content_activity_factory.h',
|
| 'content/public/content_app_model_builder.h',
|
| + 'content/public/web_contents_view_delegate_creator.h',
|
| 'content/content_activity_factory.cc',
|
| 'content/content_app_model_builder.cc',
|
| 'content/app_activity.h',
|
| 'content/app_activity.cc',
|
| + 'content/render_view_context_menu_impl.cc',
|
| + 'content/render_view_context_menu_impl.h',
|
| 'content/web_activity.h',
|
| 'content/web_activity.cc',
|
| + 'content/web_contents_view_delegate_factory_impl.cc',
|
| 'virtual_keyboard/public/virtual_keyboard_manager.h',
|
| 'virtual_keyboard/virtual_keyboard_manager_impl.cc',
|
| ],
|
|
|