Chromium Code Reviews| Index: net/interfaces/BUILD.gn |
| diff --git a/net/interfaces/BUILD.gn b/net/interfaces/BUILD.gn |
| index 659103680f37f531813be3eb68f89eda582cfa53..20363ec9f8c7ee29413584a79c4f030fb7cec302 100644 |
| --- a/net/interfaces/BUILD.gn |
| +++ b/net/interfaces/BUILD.gn |
| @@ -13,4 +13,7 @@ mojom("interfaces") { |
| public_deps = [ |
| "//url/mojo:url_mojom_gurl", |
| ] |
| + |
| + # TODO(crbug.com/699569): Convert to use the new JS bindings. |
| + use_new_js_bindings = false |
| } |