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

Unified Diff: ash/ash.gyp

Issue 14295008: Add ash SessionStateDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready for review. Created 7 years, 8 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 192a27bff75678d4b2f9d5c10e9a9aaf94ffed32..a63c8a30d2852872bd3f09a2fdf73e1edc24b869 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -163,6 +163,7 @@
'screensaver/screensaver_view.cc',
'screensaver/screensaver_view.h',
'screenshot_delegate.h',
+ 'session_state_delegate.h',
'shelf/background_animator.cc',
'shelf/background_animator.h',
'shelf/shelf_layout_manager.cc',
@@ -550,6 +551,8 @@
'test/test_activation_delegate.h',
'test/test_launcher_delegate.cc',
'test/test_launcher_delegate.h',
+ 'test/test_session_state_delegate.cc',
+ 'test/test_session_state_delegate.cc',
'test/test_shell_delegate.cc',
'test/test_shell_delegate.h',
'test/test_suite.cc',
@@ -647,6 +650,8 @@
'shell/launcher_delegate_impl.cc',
'shell/lock_view.cc',
'shell/panel_window.cc',
+ 'session_state_delegate_stub.cc',
Daniel Erat 2013/04/16 17:34:15 nit: fix alphabetization
bartfab (slow) 2013/04/17 08:14:41 Done.
+ 'session_state_delegate_stub.h',
'shell/shell_delegate_impl.cc',
'shell/shell_delegate_impl.h',
'shell/toplevel_window.cc',
@@ -779,6 +784,8 @@
'shell/lock_view.cc',
'shell/panel_window.cc',
'shell/panel_window.h',
+ 'session_state_delegate_stub.cc',
Daniel Erat 2013/04/16 17:34:15 here too
bartfab (slow) 2013/04/17 08:14:41 Done.
+ 'session_state_delegate_stub.h',
'shell/shell_delegate_impl.cc',
'shell/shell_delegate_impl.h',
'shell/shell_main.cc',

Powered by Google App Engine
This is Rietveld 408576698