| Index: gpu/ipc/common/BUILD.gn
|
| diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
|
| index c11f26202e155e9fee51a9ceff42d2864aac0f5b..08dc472c9fa9834f4371fe5d962b876030818c2c 100644
|
| --- a/gpu/ipc/common/BUILD.gn
|
| +++ b/gpu/ipc/common/BUILD.gn
|
| @@ -154,6 +154,9 @@ mojom("interfaces") {
|
|
|
| # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
|
| use_once_callback = false
|
| +
|
| + # TODO(crbug.com/699569): Convert to use the new JS bindings.
|
| + use_new_js_bindings = false
|
| }
|
|
|
| mojom("test_interfaces") {
|
|
|