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

Unified Diff: athena/athena.gyp

Issue 502583002: Exports gesture manager to a separate file and adds its unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: const 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/home/DEPS » ('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 e59cbea16ac842b1f475e1f0428e8aa10ac15c24..bcd5dcd75e59f4ee043a54488a23c7ba28657119 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -54,6 +54,10 @@
'home/app_list_view_delegate.h',
'home/athena_start_page_view.cc',
'home/athena_start_page_view.h',
+ 'home/home_card_constants.cc',
+ 'home/home_card_constants.h',
+ 'home/home_card_gesture_manager.cc',
+ 'home/home_card_gesture_manager.h',
'home/home_card_impl.cc',
'home/minimized_home.cc',
'home/minimized_home.h',
@@ -207,6 +211,7 @@
'activity/activity_manager_unittest.cc',
'common/fill_layout_manager_unittest.cc',
'content/app_activity_unittest.cc',
+ 'home/home_card_gesture_manager_unittest.cc',
'home/home_card_unittest.cc',
'input/accelerator_manager_unittest.cc',
'screen/screen_manager_unittest.cc',
« no previous file with comments | « no previous file | athena/home/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698