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

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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index acba78a0e231799cc690077c5b220ac94b177c1e..ee90527bcb70e5f528915ffd3f744384ec9c8929 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -298,6 +298,7 @@
'websockets/CloseEvent.idl',
],
'modules_dictionary_idl_files': [
+ 'device_light/DeviceLightEventInit.idl',
'encoding/TextDecodeOptions.idl',
'encoding/TextDecoderOptions.idl',
'encryptedmedia/MediaKeySystemConfiguration.idl',
@@ -339,6 +340,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',

Powered by Google App Engine
This is Rietveld 408576698