Commit 974259bc authored by Jdragon's avatar Jdragon Committed by Commit Bot

Fix order of module file name in modules_idl_files

This patch means rearrange module file name in alphabetical order.

Change-Id: Ia2697a2d2dfeb3576677b0732d64f7b7bc21cce3
Reviewed-on: https://chromium-review.googlesource.com/1215153Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Jinho Bang <jinho.bang@samsung.com>
Cr-Commit-Position: refs/heads/master@{#590235}
parent a76e906b
......@@ -89,6 +89,8 @@ modules_idl_files =
"canvas/canvas2d/canvas_pattern.idl",
"canvas/canvas2d/canvas_rendering_context_2d.idl",
"canvas/canvas2d/path_2d.idl",
"canvas/imagebitmap/image_bitmap_rendering_context.idl",
"canvas/offscreencanvas2d/offscreen_canvas_rendering_context_2d.idl",
"clipboard/clipboard.idl",
"cookie_store/cookie_change_event.idl",
"cookie_store/cookie_store.idl",
......@@ -156,7 +158,6 @@ modules_idl_files =
"geolocation/geolocation.idl",
"geolocation/position.idl",
"geolocation/position_error.idl",
"canvas/imagebitmap/image_bitmap_rendering_context.idl",
"imagecapture/image_capture.idl",
"imagecapture/media_settings_range.idl",
"imagecapture/photo_capabilities.idl",
......@@ -204,7 +205,6 @@ modules_idl_files =
"nfc/nfc.idl",
"notifications/notification.idl",
"notifications/notification_event.idl",
"canvas/offscreencanvas2d/offscreen_canvas_rendering_context_2d.idl",
"payments/abort_payment_event.idl",
"payments/can_make_payment_event.idl",
"payments/payment_address.idl",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment