Index: components/resource_provider/public/interfaces/BUILD.gn |
diff --git a/components/resource_provider/public/interfaces/BUILD.gn b/components/resource_provider/public/interfaces/BUILD.gn |
deleted file mode 100644 |
index 138b734187e30b693238da42638079cf786574f9..0000000000000000000000000000000000000000 |
--- a/components/resource_provider/public/interfaces/BUILD.gn |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-# Copyright 2014 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 = [ |
- "resource_provider.mojom", |
- ] |
- |
- deps = [ |
- "//services/shell/public/interfaces", |
- ] |
-} |