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

Unified Diff: ash/ash.gyp

Issue 2041233004: mash: Move //ash/session to //ash/common/session (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 62d80218312ab732a0c218ad8b8b8ab44f7844c4..1ec77859c8a9904a2d364b3c184d1c88a8df45fc 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -63,6 +63,11 @@
'cast_config_delegate.h',
'common/root_window_controller_common.cc',
'common/root_window_controller_common.h',
+ 'common/session/session_state_delegate.cc',
+ 'common/session/session_state_delegate.h',
+ 'common/session/session_state_observer.cc',
+ 'common/session/session_state_observer.h',
+ 'common/session/session_types.h',
James Cook 2016/06/07 21:30:00 This one was missing before.
'common/shelf/shelf_constants.cc',
'common/shelf/shelf_constants.h',
'common/shelf/shelf_item_delegate.h',
@@ -339,10 +344,6 @@
'screen_util.cc',
'screen_util.h',
'screenshot_delegate.h',
- 'session/session_state_delegate.cc',
- 'session/session_state_delegate.h',
- 'session/session_state_observer.cc',
- 'session/session_state_observer.h',
'shelf/app_list_button.cc',
'shelf/app_list_button.h',
'shelf/app_list_shelf_item_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698