summaryrefslogtreecommitdiff
path: root/chromium/components/webcrypto/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/webcrypto/BUILD.gn')
-rw-r--r--chromium/components/webcrypto/BUILD.gn7
1 files changed, 0 insertions, 7 deletions
diff --git a/chromium/components/webcrypto/BUILD.gn b/chromium/components/webcrypto/BUILD.gn
index 7e1f7500980..d824d54ca21 100644
--- a/chromium/components/webcrypto/BUILD.gn
+++ b/chromium/components/webcrypto/BUILD.gn
@@ -118,13 +118,6 @@ 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.