| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index bbeee85d0c7a0976a0cfbf828ccdf0443182ad2d..7646639340db2bb2c5e56bb3e33f1e63f91ad735 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -90,6 +90,8 @@
|
| 'common/popup_message.h',
|
| 'common/root_window_controller_common.cc',
|
| 'common/root_window_controller_common.h',
|
| + 'common/scoped_root_window_for_new_windows.cc',
|
| + '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 +623,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',
|
|
|