Index: components/password_manager/content/public/interfaces/BUILD.gn |
diff --git a/components/password_manager/content/public/interfaces/BUILD.gn b/components/password_manager/content/public/interfaces/BUILD.gn |
deleted file mode 100644 |
index 4c29ae10207615e07e6378ba25b8b8b3d00cd020..0000000000000000000000000000000000000000 |
--- a/components/password_manager/content/public/interfaces/BUILD.gn |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-# Copyright 2016 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("interfaces") { |
- sources = [ |
- "credential_manager.mojom", |
- ] |
- |
- typemaps = [ "//url/mojo/origin.typemap" ] |
- |
- public_deps = [ |
- "//url/mojo:url_mojom_origin", |
- ] |
-} |