Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: athena/athena.gyp

Issue 431183003: Rotate screen in response to accelerator or device orientation sensors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add dependencies on ipc and content. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | athena/main/athena_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/athena.gyp
diff --git a/athena/athena.gyp b/athena/athena.gyp
index 2286399bcd627921df55754d72095fd6de564eca..64228b0813f09bb1a72dec8e949a5e7f01e5937b 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -11,11 +11,14 @@
'target_name': 'athena_lib',
'type': '<(component)',
'dependencies': [
+ '../base/base.gyp:test_support_base',
'../extensions/shell/app_shell.gyp:app_shell_version_header',
+ '../ipc/ipc.gyp:ipc',
'../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',
@@ -65,6 +68,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',
@@ -139,6 +146,7 @@
'../ui/views/views.gyp:views',
'../ui/wm/wm.gyp:wm',
'../url/url.gyp:url_lib',
+ 'athena_content_lib',
oshima 2014/08/15 13:53:29 can you add comment that this is due to header dep
flackr 2014/08/15 13:55:54 This is due to athena_launcher.cc getting a TaskRu
'athena_lib',
'resources/athena_resources.gyp:athena_resources',
],
« no previous file with comments | « no previous file | athena/main/athena_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698