| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 14ab3670e565b21a3a1246e2614b71f220513c0e..833ab2bd537b7853256f1300ece8e8ff9e73d1e9 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'],
|
| ],
|
|
|