| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 7f4c8b4af3e428e178cf543f4d73a4b6958e95ae..18707d0b2ea7d265fa11cc516e409470ee04c947 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -28,6 +28,8 @@
|
| 'ash_touch_exploration_manager_chromeos.h',
|
| 'aura/aura_layout_manager_adapter.cc',
|
| 'aura/aura_layout_manager_adapter.h',
|
| + 'aura/scoped_root_window_for_new_windows_aura.cc',
|
| + 'aura/scoped_root_window_for_new_windows_aura.h',
|
| 'aura/wm_lookup_aura.cc',
|
| 'aura/wm_lookup_aura.h',
|
| 'aura/wm_root_window_controller_aura.cc',
|
| @@ -90,6 +92,7 @@
|
| 'common/popup_message.h',
|
| 'common/root_window_controller_common.cc',
|
| 'common/root_window_controller_common.h',
|
| + 'common/scoped_root_window_for_new_windows.h',
|
| 'common/session/session_state_delegate.cc',
|
| 'common/session/session_state_delegate.h',
|
| 'common/session/session_state_observer.cc',
|
| @@ -621,8 +624,6 @@
|
| 'rotator/screen_rotation_animator.h',
|
| 'rotator/window_rotation.cc',
|
| 'rotator/window_rotation.h',
|
| - 'scoped_target_root_window.cc',
|
| - 'scoped_target_root_window.h',
|
| 'screen_util.cc',
|
| 'screen_util.h',
|
| 'screenshot_delegate.h',
|
|
|