Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9619)

Unified Diff: components/webcrypto/BUILD.gn

Issue 1860503003: Temporary fix for fuzzer build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698