| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 41e0861050160eeb569bdc7dca91f4bd0861b283..f6fc390bb33ac45a3a67a0d4536c2654e0ec4fe1 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -75,6 +75,8 @@
|
| 'common/material_design/material_design_controller.cc',
|
| 'common/material_design/material_design_controller.h',
|
| 'common/metrics/user_metrics_action.h',
|
| + 'common/popup_message.cc',
|
| + 'common/popup_message.h',
|
| 'common/root_window_controller_common.cc',
|
| 'common/root_window_controller_common.h',
|
| 'common/session/session_state_delegate.cc',
|
| @@ -536,8 +538,6 @@
|
| 'pointer_watcher_delegate.h',
|
| 'pointer_watcher_delegate_aura.cc',
|
| 'pointer_watcher_delegate_aura.h',
|
| - 'popup_message.cc',
|
| - 'popup_message.h',
|
| 'root_window_controller.cc',
|
| 'root_window_controller.h',
|
| 'root_window_settings.cc',
|
| @@ -897,6 +897,7 @@
|
| 'autoclick/autoclick_unittest.cc',
|
| 'common/display/display_info_unittest.cc',
|
| 'common/material_design/material_design_controller_unittest.cc',
|
| + 'common/popup_message_unittest.cc',
|
| 'common/shelf/shelf_model_unittest.cc',
|
| 'common/system/chromeos/power/power_status_unittest.cc',
|
| 'common/system/chromeos/power/power_status_view_unittest.cc',
|
| @@ -945,7 +946,6 @@
|
| 'metrics/task_switch_metrics_recorder_unittest.cc',
|
| 'metrics/task_switch_time_tracker_unittest.cc',
|
| 'metrics/user_metrics_recorder_unittest.cc',
|
| - 'popup_message_unittest.cc',
|
| 'root_window_controller_unittest.cc',
|
| 'rotator/screen_rotation_animation_unittest.cc',
|
| 'screen_util_unittest.cc',
|
|
|