| 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',
|
|
|