| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index fb0ccc11c2d7043e353961c40ca212ea76243475..7185932092ee0c425ac8f6abed92a5ba55329e6c 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -129,8 +129,6 @@
|
| 'content/app_registry_impl.cc',
|
| 'content/content_activity_factory.cc',
|
| 'content/content_app_model_builder.cc',
|
| - 'content/delegate/app_content_control_delegate_impl.cc',
|
| - 'content/public/app_content_control_delegate.h',
|
| 'content/public/app_registry.h',
|
| 'content/content_activity_factory.h',
|
| 'content/public/content_activity_factory_creator.h',
|
| @@ -181,7 +179,6 @@
|
| 'resources/athena_resources.gyp:athena_resources',
|
| ],
|
| 'sources': [
|
| - 'content/public/app_content_control_delegate.h',
|
| 'extensions/test/test_extensions_delegate.cc',
|
| 'test/athena_test_base.cc',
|
| 'test/athena_test_base.h',
|
| @@ -191,7 +188,6 @@
|
| 'test/sample_activity.h',
|
| 'test/sample_activity_factory.cc',
|
| 'test/sample_activity_factory.h',
|
| - 'test/test_app_content_control_delegate_impl.cc',
|
| 'test/test_app_model_builder.cc',
|
| 'test/test_app_model_builder.h',
|
| 'wm/test/window_manager_impl_test_api.cc',
|
|
|