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

Unified Diff: components/webauth/BUILD.gn

Issue 2702653002: Patch #1 of multiple. Add webauth .mojom and initial usage of makeCredential. (Closed)
Patch Set: Capitalizing mojom interface method Created 3 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 | components/webauth/OWNERS » ('j') | components/webauth/authenticator.mojom » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webauth/BUILD.gn
diff --git a/components/webauth/BUILD.gn b/components/webauth/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..047ea805294f3ed7543dc0efcf271e235f5b0064
--- /dev/null
+++ b/components/webauth/BUILD.gn
@@ -0,0 +1,15 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
ikilpatrick 2017/04/24 22:11:44 2017
kpaulhamus 2017/04/25 00:03:08 Done.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//mojo/public/tools/bindings/mojom.gni")
+
+mojom("authenticator") {
+ sources = [
+ "authenticator.mojom",
+ ]
+
+ public_deps = [
+ "//mojo/common:common_custom_types",
+ ]
+}
« no previous file with comments | « no previous file | components/webauth/OWNERS » ('j') | components/webauth/authenticator.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698