| Index: components/webcrypto/BUILD.gn
|
| diff --git a/components/webcrypto/BUILD.gn b/components/webcrypto/BUILD.gn
|
| index d824d54ca21c1a1823b18f3212d8243cd36233fb..7e1f7500980b68c3028ce730aa949a34ee141091 100644
|
| --- a/components/webcrypto/BUILD.gn
|
| +++ b/components/webcrypto/BUILD.gn
|
| @@ -118,6 +118,13 @@ source_set("fuzzer_support") {
|
| # PartitionAlloc initialization).
|
| "//components/test_runner:test_runner",
|
| ]
|
| +
|
| + # These should be generated by the blink_headers target but they don't yet.
|
| + # TODO(ortuno): Remove once blink_headers generates bindings.
|
| + # http://crbug.com/600384
|
| + public_deps = [
|
| + "//third_party/WebKit/public:mojo_bindings",
|
| + ]
|
| }
|
|
|
| # Tests the import of PKCS8 formatted EC keys.
|
|
|