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

Unified Diff: third_party/WebKit/public/platform/modules/webauth/BUILD.gn

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Export authenticator_impl Created 3 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
Index: third_party/WebKit/public/platform/modules/webauth/BUILD.gn
diff --git a/third_party/WebKit/public/platform/modules/webauth/BUILD.gn b/third_party/WebKit/public/platform/modules/webauth/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..76318f57fa2d623006004c991e210ad59d6efa4e
--- /dev/null
+++ b/third_party/WebKit/public/platform/modules/webauth/BUILD.gn
@@ -0,0 +1,9 @@
+mojom("webauth") {
+ sources = [
+ "authenticator.mojom",
+ ]
+
+ public_deps = [
+ "//mojo/common:common_custom_types",
+ ]
+}
« no previous file with comments | « third_party/WebKit/public/platform/WebRuntimeFeatures.h ('k') | third_party/WebKit/public/platform/modules/webauth/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698