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

Unified Diff: Source/modules/modules.gypi

Issue 775763007: Use event init dictionary in modules/device_light (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « Source/modules/device_light/DeviceLightEventInit.idl ('k') | no next file » | 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 676f0223cceff58dd19ce0382e3d523f86ba5a31..27ad4504d75204ae1f05d42180e7d3ff750d33bf 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -300,6 +300,7 @@
'websockets/CloseEvent.idl',
],
'modules_dictionary_idl_files': [
+ 'device_light/DeviceLightEventInit.idl',
'encoding/TextDecodeOptions.idl',
'encoding/TextDecoderOptions.idl',
'encryptedmedia/MediaEncryptedEventInit.idl',
@@ -342,6 +343,8 @@
'<(blink_modules_output_dir)/IndexedDBNames.h',
],
'generated_modules_dictionary_files': [
+ '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.cpp',
+ '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.h',
'<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp',
'<(blink_modules_output_dir)/encoding/TextDecodeOptions.h',
'<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp',
« no previous file with comments | « Source/modules/device_light/DeviceLightEventInit.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698