| Index: services/device/public/interfaces/BUILD.gn
|
| diff --git a/services/device/public/interfaces/BUILD.gn b/services/device/public/interfaces/BUILD.gn
|
| index c4f0a6fd0e198ef64e95fbc5cdc8151165aa47e1..ae3247b1309e9a3f550cf9bd605e3d00bfacff7e 100644
|
| --- a/services/device/public/interfaces/BUILD.gn
|
| +++ b/services/device/public/interfaces/BUILD.gn
|
| @@ -22,10 +22,16 @@ 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("constants") {
|
| sources = [
|
| "constants.mojom",
|
| ]
|
| +
|
| + # TODO(crbug.com/699569): Convert to use the new JS bindings.
|
| + use_new_js_bindings = false
|
| }
|
|
|