Commit e3001d1f authored by Yuki Shiino's avatar Yuki Shiino Committed by Commit Bot

bind-gen: Enable the new bindings of IDL callbacks

Enables the new bindings of IDL callback functions and
IDL callback interfaces.

No behavioral change, but reduces the APK size by 7 KBytes.

Bug: 839389
Change-Id: I8281c922ac310a277954bf35864fc85c7bb9932b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370682
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarHitoshi Yoshida <peria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#816467}
parent 9d2cfc0d
...@@ -43,11 +43,11 @@ declare_args() { ...@@ -43,11 +43,11 @@ declare_args() {
# If true, the new implementation (experimental) of Blink-V8 bindings # If true, the new implementation (experimental) of Blink-V8 bindings
# (of IDL callback function) is used. # (of IDL callback function) is used.
use_blink_v8_binding_new_idl_callback_function = false use_blink_v8_binding_new_idl_callback_function = true
# If true, the new implementation (experimental) of Blink-V8 bindings # If true, the new implementation (experimental) of Blink-V8 bindings
# (of IDL callback interface) is used. # (of IDL callback interface) is used.
use_blink_v8_binding_new_idl_callback_interface = false use_blink_v8_binding_new_idl_callback_interface = true
# If true, the new implementation (experimental) of Blink-V8 bindings # If true, the new implementation (experimental) of Blink-V8 bindings
# (of IDL dictionary) is used. # (of IDL dictionary) is used.
......
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