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

Unified Diff: components/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
« no previous file with comments | « no previous file | components/webauth/OWNERS » ('j') | no next file with comments »
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
deleted file mode 100644
index 80da9afb1b310f04d338c8860971810f173bcacf..0000000000000000000000000000000000000000
--- a/components/webauth/BUILD.gn
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2017 The Chromium Authors. All rights reserved.
-# 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698