| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index c7adae5769d44faefeed98777c9ddcf30a4145d1..06cd81651b60c4cb19ebe605869246f8d5cba339 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -52,6 +52,8 @@
|
| 'dependencies': [
|
| 'athena_lib',
|
| '../content/content.gyp:content_browser',
|
| + '../ui/views/controls/webview/webview.gyp:webview',
|
| + '../skia/skia.gyp:skia',
|
| ],
|
| 'defines': [
|
| 'ATHENA_IMPLEMENTATION',
|
| @@ -104,6 +106,7 @@
|
| ],
|
| 'sources': [
|
| 'test/athena_unittests.cc',
|
| + 'activity/activity_manager_unittest.cc',
|
| 'wm/window_manager_unittest.cc',
|
| ],
|
| }
|
|
|