| Index: components/webcrypto/BUILD.gn
|
| diff --git a/components/webcrypto/BUILD.gn b/components/webcrypto/BUILD.gn
|
| index d824d54ca21c1a1823b18f3212d8243cd36233fb..91ad2c8468a9d8049601cf8f903cd4f28a068224 100644
|
| --- a/components/webcrypto/BUILD.gn
|
| +++ b/components/webcrypto/BUILD.gn
|
| @@ -109,10 +109,7 @@ source_set("fuzzer_support") {
|
| ":webcrypto",
|
| "//crypto",
|
| "//crypto:platform",
|
| -
|
| - # The "blink_for_unittests" includes a dependency on Mojo, which otherwise
|
| - # public:blink lacks and would result in a linker error.
|
| - "//third_party/WebKit/public:blink_for_unittests",
|
| + "//third_party/WebKit/public:blink",
|
|
|
| # This contains a helper function for initializing Blink (needed for
|
| # PartitionAlloc initialization).
|
|
|