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 7bf8e85c27f753d12ba66d0f529771382323b3d4..0000000000000000000000000000000000000000 |
--- a/components/resource_provider/public/interfaces/BUILD.gn |
+++ /dev/null |
@@ -1,14 +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("//build/module_args/mojo.gni") |
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
- |
-mojom("interfaces") { |
- sources = [ |
- "resource_provider.mojom", |
- ] |
- |
- mojo_sdk_deps = [ "mojo/public/interfaces/application" ] |
-} |