diff options
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 14ab367..833ab2b 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -56,6 +56,8 @@ 'accelerators/accelerator_filter.h', 'accelerators/accelerator_table.cc', 'accelerators/accelerator_table.h', + 'accelerators/exit_warning_handler.cc', + 'accelerators/exit_warning_handler.h', 'accelerators/focus_manager_factory.cc', 'accelerators/focus_manager_factory.h', 'accelerators/nested_dispatcher_controller.cc', @@ -189,7 +191,7 @@ 'system/brightness/tray_brightness.h', 'system/chromeos/audio/audio_observer.h', 'system/chromeos/audio/tray_audio.cc', - 'system/chromeos/audio/tray_audio.h', + 'system/chromeos/audio/tray_audio.h', 'system/chromeos/enterprise/enterprise_domain_observer.h', 'system/chromeos/enterprise/tray_enterprise.h', 'system/chromeos/enterprise/tray_enterprise.cc', @@ -501,6 +503,8 @@ ['exclude', 'accelerators/accelerator_dispatcher.h'], ['exclude', 'accelerators/accelerator_filter.cc'], ['exclude', 'accelerators/accelerator_filter.h'], + ['exclude', 'accelerators/exit_warning_handler.cc'], + ['exclude', 'accelerators/exit_warning_handler.h'], ['exclude', 'accelerators/nested_dispatcher_controller.cc'], ['exclude', 'accelerators/nested_dispatcher_controller.h'], ], |