Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index fb332ba3287573cea734502e5b184d3c124037d8..439d41d8e9b51180d8e9ec0d53d993c3686aa7ac 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -251,8 +251,11 @@ |
'shell_delegate.h', |
'shell_factory.h', |
'shell_window_ids.h', |
+ 'sticky_keys/sticky_keys_state.h', |
'sticky_keys/sticky_keys_controller.cc', |
'sticky_keys/sticky_keys_controller.h', |
+ 'sticky_keys/sticky_keys_overlay.cc', |
+ 'sticky_keys/sticky_keys_overlay.h', |
'system/bluetooth/bluetooth_observer.h', |
'system/bluetooth/tray_bluetooth.cc', |
'system/bluetooth/tray_bluetooth.h', |
@@ -875,6 +878,7 @@ |
'shell/window_watcher_shelf_item_delegate.h', |
'shell/window_watcher_unittest.cc', |
'shell_unittest.cc', |
+ 'sticky_keys/sticky_keys_overlay_unittest.cc', |
'sticky_keys/sticky_keys_unittest.cc', |
'system/chromeos/managed/tray_locally_managed_user_unittest.cc', |
'system/chromeos/network/network_state_notifier_unittest.cc', |
@@ -951,6 +955,7 @@ |
['exclude', 'ash_root_window_transformer_unittest.cc'], |
['exclude', 'magnifier/magnification_controller_unittest.cc'], |
['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], |
+ ['exclude', 'sticky_keys/sticky_keys_overlay_unittest.cc'], |
['exclude', 'sticky_keys/sticky_keys_unittest.cc'], |
['exclude', 'autoclick/autoclick_unittest.cc'], |
], |