| Index: athena/main/athena_main.gyp
|
| diff --git a/athena/main/athena_main.gyp b/athena/main/athena_main.gyp
|
| index 480f40c98e3a2db5e5d86918749c35d41a964266..bc116955c72e5f1168bc81d4a48eb451765e12de 100644
|
| --- a/athena/main/athena_main.gyp
|
| +++ b/athena/main/athena_main.gyp
|
| @@ -28,5 +28,31 @@
|
| 'placeholder.h',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'athena_shell',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + '../../base/base.gyp:base',
|
| + '../../base/base.gyp:base_i18n',
|
| + '../../skia/skia.gyp:skia',
|
| + '../../ui/accessibility/accessibility.gyp:ax_gen',
|
| + '../../ui/aura/aura.gyp:aura',
|
| + '../../ui/aura/aura.gyp:aura_test_support',
|
| + '../../ui/compositor/compositor.gyp:compositor',
|
| + '../../ui/compositor/compositor.gyp:compositor_test_support',
|
| + '../../ui/gfx/gfx.gyp:gfx',
|
| + '../../ui/views/views.gyp:views',
|
| + '../../ui/wm/wm.gyp:wm',
|
| + '../../ui/wm/wm.gyp:wm_test_support',
|
| + '../athena.gyp:athena_lib',
|
| + ],
|
| + 'sources': [
|
| + 'athena_launcher.cc',
|
| + 'athena_launcher.h',
|
| + 'athena_shell.cc',
|
| + 'placeholder.cc',
|
| + 'placeholder.h',
|
| + ],
|
| + }
|
| ], # targets
|
| }
|
|
|