Index: components/resource_provider/public/cpp/BUILD.gn |
diff --git a/components/resource_provider/public/cpp/BUILD.gn b/components/resource_provider/public/cpp/BUILD.gn |
deleted file mode 100644 |
index cd43772e46a2bd2c58bf1cb941e5fd0df05d4d4a..0000000000000000000000000000000000000000 |
--- a/components/resource_provider/public/cpp/BUILD.gn |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-# Copyright 2015 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. |
- |
-source_set("cpp") { |
- sources = [ |
- "resource_loader.cc", |
- "resource_loader.h", |
- ] |
- |
- deps = [ |
- "../interfaces", |
- "//base", |
- "//mojo/common", |
- "//mojo/platform_handle", |
- "//mojo/public/cpp/bindings", |
- "//mojo/public/cpp/system", |
- "//services/shell/public/cpp", |
- "//services/shell/public/interfaces", |
- ] |
-} |