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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2720003003: Implement DeviceOrientationEvent constructor. (Closed)
Patch Set: Reference Candidate Recommendation. Created 3 years, 10 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 | « third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEventInit.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 5ed3cbc705c957090d15f76b3df90fe94c3d0cb7..934f1687d40abc43f02027b3301cf8051c1d0d6f 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -407,6 +407,7 @@ modules_dictionary_idl_files =
"device_light/DeviceLightEventInit.idl",
"device_orientation/DeviceAccelerationInit.idl",
"device_orientation/DeviceMotionEventInit.idl",
+ "device_orientation/DeviceOrientationEventInit.idl",
"device_orientation/DeviceRotationRateInit.idl",
"encoding/TextDecodeOptions.idl",
"encoding/TextDecoderOptions.idl",
@@ -713,6 +714,8 @@ generated_modules_dictionary_files = [
"$blink_modules_output_dir/device_orientation/DeviceAccelerationInit.h",
"$blink_modules_output_dir/device_orientation/DeviceMotionEventInit.cpp",
"$blink_modules_output_dir/device_orientation/DeviceMotionEventInit.h",
+ "$blink_modules_output_dir/device_orientation/DeviceOrientationEventInit.cpp",
+ "$blink_modules_output_dir/device_orientation/DeviceOrientationEventInit.h",
"$blink_modules_output_dir/device_orientation/DeviceRotationRateInit.cpp",
"$blink_modules_output_dir/device_orientation/DeviceRotationRateInit.h",
"$blink_modules_output_dir/encoding/TextDecodeOptions.cpp",
« no previous file with comments | « third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEventInit.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698