| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 7f4c8b4af3e428e178cf543f4d73a4b6958e95ae..863c329e6a6155bfa073d2f1d56daa2d77e1a430 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',
|
|
|