Index: components/profile_service/public/interfaces/BUILD.gn |
diff --git a/components/profile_service/public/interfaces/BUILD.gn b/components/profile_service/public/interfaces/BUILD.gn |
deleted file mode 100644 |
index 32c85b10c1eacad6444e174094efc658a7900554..0000000000000000000000000000000000000000 |
--- a/components/profile_service/public/interfaces/BUILD.gn |
+++ /dev/null |
@@ -1,15 +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 = [ |
- "profile.mojom", |
- ] |
- |
- deps = [ |
- "//components/filesystem/public/interfaces", |
- ] |
-} |