| Index: athena/ui/athena_ui_main.gyp
|
| diff --git a/athena/ui/athena_ui_main.gyp b/athena/ui/athena_ui_main.gyp
|
| index 0daf9f1073afa247a83945b115a6b01b3aa9045a..b966b431b9bddd9df6dd34b5c51b51018e2f6492 100644
|
| --- a/athena/ui/athena_ui_main.gyp
|
| +++ b/athena/ui/athena_ui_main.gyp
|
| @@ -20,6 +20,8 @@
|
| '../../ui/compositor/compositor.gyp:compositor',
|
| '../../ui/compositor/compositor.gyp:compositor_test_support',
|
| '../../ui/gfx/gfx.gyp:gfx',
|
| + '../../ui/resources/ui_resources.gyp:ui_resources',
|
| + '../../ui/strings/ui_strings.gyp:ui_strings',
|
| '../../ui/views/views.gyp:views',
|
| '../../ui/wm/wm.gyp:wm',
|
| '../../ui/wm/wm.gyp:wm_test_support',
|
| @@ -30,6 +32,8 @@
|
| ],
|
| 'sources': [
|
| 'athena_ui_main.cc',
|
| + 'sample_task.cc',
|
| + 'sample_task.h',
|
| ],
|
| },
|
| ], # targets
|
|
|