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

Unified Diff: components/webcrypto/BUILD.gn

Issue 1890703003: Remove dependency on mojo bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-blink-headers
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 7e1f7500980b68c3028ce730aa949a34ee141091..d824d54ca21c1a1823b18f3212d8243cd36233fb 100644
--- a/components/webcrypto/BUILD.gn
+++ b/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.
« 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