| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index 2ccd3b5aa8faf4709680c664e90686f7fd330ac4..448ba4e305941c0ead90933f33d5c1f57e7458d7 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -65,6 +65,7 @@
|
| 'screen/background_controller.cc',
|
| 'screen/background_controller.h',
|
| 'screen/public/screen_manager.h',
|
| + 'screen/public/screen_manager_delegate.h',
|
| 'screen/screen_accelerator_handler.cc',
|
| 'screen/screen_accelerator_handler.h',
|
| 'screen/screen_manager_impl.cc',
|
| @@ -161,6 +162,8 @@
|
| 'test/sample_activity_factory.h',
|
| 'test/test_app_model_builder.cc',
|
| 'test/test_app_model_builder.h',
|
| + 'test/test_screen_manager_delegate.cc',
|
| + 'test/test_screen_manager_delegate.h',
|
| ],
|
| },
|
| {
|
|
|