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

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

Issue 2773593004: Image Capture: prune Photo{Capabilities/Settings} and add MediaTrackConstraintSet.pointsOfInterest (Closed)
Patch Set: reillyg@ comments on idl urls. Created 3 years, 9 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/mediastream/MediaTrackConstraintSet.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 a7c1212dec41f0b2b60f836860cb2ca3da2f53fa..21b7c6cddd91992af2dcd08562fd523964cb64cf 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -434,6 +434,7 @@ modules_dictionary_idl_files =
"filesystem/FileSystemFlags.idl",
"gamepad/GamepadEventInit.idl",
"geolocation/PositionOptions.idl",
+ "imagecapture/ConstrainPoint2DParameters.idl",
"imagecapture/Point2D.idl",
"imagecapture/PhotoSettings.idl",
"indexeddb/IDBIndexParameters.idl",
@@ -770,6 +771,8 @@ generated_modules_dictionary_files = [
"$blink_modules_output_dir/gamepad/GamepadEventInit.h",
"$blink_modules_output_dir/geolocation/PositionOptions.cpp",
"$blink_modules_output_dir/geolocation/PositionOptions.h",
+ "$blink_modules_output_dir/imagecapture/ConstrainPoint2DParameters.cpp",
+ "$blink_modules_output_dir/imagecapture/ConstrainPoint2DParameters.h",
"$blink_modules_output_dir/imagecapture/PhotoSettings.cpp",
"$blink_modules_output_dir/imagecapture/PhotoSettings.h",
"$blink_modules_output_dir/imagecapture/Point2D.cpp",
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/MediaTrackConstraintSet.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698