| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 05f4cfcf7b0a510e17a56efa9bb7624bf9e7c990..ec9a8552b9441609b32c45bbda04a6b9b12858da 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',
|
|
|