Merge pull request #9269 from electron/main-notifications

Notifications from the main process
This commit is contained in:
Cheng Zhao 2017-05-31 17:21:05 +09:00 committed by GitHub
commit e82af41591
22 changed files with 438 additions and 25 deletions

View file

@ -56,6 +56,7 @@ REFERENCE_MODULE(atom_common_asar);
REFERENCE_MODULE(atom_common_clipboard);
REFERENCE_MODULE(atom_common_crash_reporter);
REFERENCE_MODULE(atom_common_native_image);
REFERENCE_MODULE(atom_common_notification);
REFERENCE_MODULE(atom_common_screen);
REFERENCE_MODULE(atom_common_shell);
REFERENCE_MODULE(atom_common_v8_util);