Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2004)

Unified Diff: Source/modules/modules.gypi

Issue 556193002: Add NotificationOptions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@dic-webmidi
Patch Set: Pointers -> References Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/notifications/Notification.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 5ff06d0c390232a24e8a041cf7c3e00b9f2291c5..24b5421d420a94785cbdf27810eb5ed9417fbe90 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -276,6 +276,7 @@
'websockets/CloseEvent.idl',
],
'modules_dictionary_idl_files': [
+ 'notifications/NotificationOptions.idl',
'webmidi/MIDIOptions.idl',
],
'generated_modules_files': [
@@ -290,6 +291,8 @@
'<(blink_modules_output_dir)/IndexedDBNames.h',
],
'generated_modules_dictionary_files': [
+ '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp',
+ '<(blink_modules_output_dir)/notifications/NotificationOptions.h',
'<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp',
'<(blink_modules_output_dir)/webmidi/MIDIOptions.h',
],
« no previous file with comments | « no previous file | Source/modules/notifications/Notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698