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

Unified Diff: athena/athena.gyp

Issue 545393002: Adding split view divider widget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a NOTREACHED in the test Created 6 years, 3 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/util/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 0f821d59e491cb216ad8a68656120af7fabec693..2044bc4b6bb8b9ea8bc36da0b6c5d453aff0276a 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -51,11 +51,6 @@
'activity/public/activity_view_manager.h',
'activity/public/activity_view_model.h',
'athena_export.h',
- 'util/container_priorities.h',
- 'util/fill_layout_manager.cc',
- 'util/fill_layout_manager.h',
- 'util/switches.cc',
- 'util/switches.h',
'env/athena_env_impl.cc',
'env/public/athena_env.h',
'home/app_list_view_delegate.cc',
@@ -100,6 +95,13 @@
'system/time_view.h',
'system/public/system_ui.h',
'system/system_ui_impl.cc',
+ 'util/container_priorities.h',
+ 'util/drag_handle.cc',
+ 'util/drag_handle.h',
+ 'util/fill_layout_manager.cc',
+ 'util/fill_layout_manager.h',
+ 'util/switches.cc',
+ 'util/switches.h',
'wm/bezel_controller.cc',
'wm/bezel_controller.h',
'wm/overview_toolbar.cc',
@@ -267,7 +269,6 @@
],
'sources': [
'activity/activity_manager_unittest.cc',
- 'util/fill_layout_manager_unittest.cc',
'content/app_activity_unittest.cc',
'env/athena_env_unittest.cc',
'home/athena_start_page_view_unittest.cc',
@@ -278,6 +279,8 @@
'resource_manager/resource_manager_unittest.cc',
'screen/screen_manager_unittest.cc',
'test/athena_unittests.cc',
+ 'util/drag_handle_unittest.cc',
+ 'util/fill_layout_manager_unittest.cc',
'wm/split_view_controller_unittest.cc',
'wm/window_list_provider_impl_unittest.cc',
'wm/window_manager_unittest.cc',
« no previous file with comments | « no previous file | athena/util/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698