| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index a6cfa31569320fbb728035ecd272ebd68a1c76e9..53d964fea6b99f8f2acb34519e7ac889255933a9 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -66,6 +66,9 @@
|
| 'common/display/display_info.h',
|
| 'common/focus_cycler.cc',
|
| 'common/focus_cycler.h',
|
| + 'common/gpu_support.h',
|
| + 'common/gpu_support_stub.cc',
|
| + 'common/gpu_support_stub.h',
|
| 'common/keyboard/keyboard_ui.cc',
|
| 'common/keyboard/keyboard_ui.h',
|
| 'common/keyboard/keyboard_ui_observer.h',
|
| @@ -75,6 +78,7 @@
|
| 'common/metrics/user_metrics_action.h',
|
| 'common/multi_profile_uma.cc',
|
| 'common/multi_profile_uma.h',
|
| + 'common/pointer_watcher_delegate.h',
|
| 'common/popup_message.cc',
|
| 'common/popup_message.h',
|
| 'common/root_window_controller_common.cc',
|
| @@ -519,9 +523,6 @@
|
| 'frame/header_painter.h',
|
| 'frame/header_painter_util.cc',
|
| 'frame/header_painter_util.h',
|
| - 'gpu_support.h',
|
| - 'gpu_support_stub.cc',
|
| - 'gpu_support_stub.h',
|
| 'high_contrast/high_contrast_controller.cc',
|
| 'high_contrast/high_contrast_controller.h',
|
| 'host/ash_window_tree_host.cc',
|
| @@ -559,7 +560,6 @@
|
| 'metrics/task_switch_time_tracker.h',
|
| 'metrics/user_metrics_recorder.cc',
|
| 'metrics/user_metrics_recorder.h',
|
| - 'pointer_watcher_delegate.h',
|
| 'pointer_watcher_delegate_aura.cc',
|
| 'pointer_watcher_delegate_aura.h',
|
| 'root_window_controller.cc',
|
|
|