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

Unified Diff: ash/ash.gyp

Issue 2075923002: mash: Convert FocusCycler to wm common types and move to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup 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 bee4778ee8fc5c0ef7f1c689f1b8c729432cf9cb..352230674b79864756ea2170c55bb0f8b4afe3d7 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -63,6 +63,8 @@
'common/ash_layout_constants.h',
'common/default_accessibility_delegate.cc',
'common/default_accessibility_delegate.h',
+ 'common/focus_cycler.cc',
+ 'common/focus_cycler.h',
'common/login_status.h',
'common/material_design/material_design_controller.cc',
'common/material_design/material_design_controller.h',
@@ -324,8 +326,6 @@
'first_run/first_run_helper.h',
'first_run/first_run_helper_impl.cc',
'first_run/first_run_helper_impl.h',
- 'focus_cycler.cc',
- 'focus_cycler.h',
'frame/caption_buttons/caption_button_types.h',
'frame/caption_buttons/frame_caption_button.cc',
'frame/caption_buttons/frame_caption_button.h',

Powered by Google App Engine
This is Rietveld 408576698