Chromium Code Reviews| 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", |
| + ] |
| +} |