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

Unified Diff: ash/ash.gyp

Issue 2169653002: mash: Move shelf_navigator.* to //ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 5 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 | ash/common/shelf/shelf_navigator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 2fb66457ccc9c747531a78ebd4ab89f4af80264c..b7bf88eedb03b7fa3fcea407d341154f11fd1aa0 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -119,6 +119,8 @@
'common/shelf/shelf_model.cc',
'common/shelf/shelf_model.h',
'common/shelf/shelf_model_observer.h',
+ 'common/shelf/shelf_navigator.cc',
+ 'common/shelf/shelf_navigator.h',
'common/shelf/shelf_types.h',
'common/shelf/wm_shelf.h',
'common/shelf/wm_shelf_observer.h',
@@ -621,8 +623,6 @@
'shelf/shelf_layout_manager.cc',
'shelf/shelf_layout_manager.h',
'shelf/shelf_layout_manager_observer.h',
- 'shelf/shelf_navigator.cc',
- 'shelf/shelf_navigator.h',
'shelf/shelf_tooltip_manager.cc',
'shelf/shelf_tooltip_manager.h',
'shelf/shelf_util.cc',
@@ -910,6 +910,7 @@
'common/popup_message_unittest.cc',
'common/shelf/shelf_locking_manager_unittest.cc',
'common/shelf/shelf_model_unittest.cc',
+ 'common/shelf/shelf_navigator_unittest.cc',
'common/system/chromeos/brightness/tray_brightness_unittest.cc',
'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
'common/system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc',
@@ -969,7 +970,6 @@
'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
'shelf/shelf_button_pressed_metric_tracker_unittest.cc',
'shelf/shelf_layout_manager_unittest.cc',
- 'shelf/shelf_navigator_unittest.cc',
'shelf/shelf_tooltip_manager_unittest.cc',
'shelf/shelf_unittest.cc',
'shelf/shelf_view_unittest.cc',
« no previous file with comments | « no previous file | ash/common/shelf/shelf_navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698