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

Unified Diff: athena/athena.gyp

Issue 322503005: Athena's FocusManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « athena/activity/DEPS ('k') | athena/common/switches.h » ('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 b0072353416e3fb06a25e783467db2dc0513f3cb..bffdd8acfe44c80fc08dd2f85c7863671e78d9cf 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -31,7 +31,10 @@
'activity/public/activity_manager.h',
'activity/public/activity_view_manager.h',
'activity/public/activity_view_model.h',
+ # move athena_export.h to common/
'athena_export.h',
+ 'common/switches.cc',
+ 'common/switches.h',
'home/app_list_view_delegate.cc',
'home/app_list_view_delegate.h',
'home/home_card_impl.cc',
@@ -44,6 +47,8 @@
'screen/background_controller.cc',
'screen/background_controller.h',
'screen/public/screen_manager.h',
+ 'screen/screen_accelerator_handler.cc',
+ 'screen/screen_accelerator_handler.h',
'screen/screen_manager_impl.cc',
'wm/public/window_manager.h',
'wm/window_manager_impl.cc',
@@ -106,6 +111,7 @@
'type': 'executable',
'dependencies': [
'../testing/gtest.gyp:gtest',
+ '../skia/skia.gyp:skia',
'athena_lib',
'athena_test_support',
],
« no previous file with comments | « athena/activity/DEPS ('k') | athena/common/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698