Index: athena/athena.gyp |
diff --git a/athena/athena.gyp b/athena/athena.gyp |
index ea119bc81b2f1766f5d9f68b7855167cc2021d02..2c5d71512711fa87f370fecfb288736d6d9a588d 100644 |
--- a/athena/athena.gyp |
+++ b/athena/athena.gyp |
@@ -11,10 +11,12 @@ |
'target_name': 'athena_lib', |
'type': '<(component)', |
'dependencies': [ |
+ '../base/base.gyp:test_support_base', |
'../skia/skia.gyp:skia', |
'../ui/accessibility/accessibility.gyp:ax_gen', |
'../ui/app_list/app_list.gyp:app_list', |
'../ui/aura/aura.gyp:aura', |
+ '../ui/aura/aura.gyp:aura_test_support', |
'../ui/events/events.gyp:events_base', |
'../ui/strings/ui_strings.gyp:ui_strings', |
'../ui/views/views.gyp:views', |
@@ -63,6 +65,10 @@ |
'screen/screen_accelerator_handler.cc', |
'screen/screen_accelerator_handler.h', |
'screen/screen_manager_impl.cc', |
+ 'system/device_socket_listener.cc', |
+ 'system/device_socket_listener.h', |
+ 'system/orientation_controller.cc', |
+ 'system/orientation_controller.h', |
'system/power_button_controller.cc', |
'system/power_button_controller.h', |
'system/public/system_ui.h', |