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

Unified Diff: components/webcrypto/BUILD.gn

Issue 2059983002: Remove unnecessary dependencies on mojo/edk/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 6 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 | « components/safe_json/BUILD.gn ('k') | content/child/BUILD.gn » ('j') | 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..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).
« no previous file with comments | « components/safe_json/BUILD.gn ('k') | content/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698