Index: skia/public/BUILD.gn |
diff --git a/skia/public/BUILD.gn b/skia/public/BUILD.gn |
deleted file mode 100644 |
index bcc7a289dd85af9a26b51c87cb5b57de50926b8d..0000000000000000000000000000000000000000 |
--- a/skia/public/BUILD.gn |
+++ /dev/null |
@@ -1,20 +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("public") { |
- sources = [ |
- "type_converters.cc", |
- "type_converters.h", |
- ] |
- |
- public_deps = [ |
- "//skia/public/interfaces", |
- ] |
- |
- deps = [ |
- "//base", |
- "//mojo/public/cpp/bindings", |
- "//skia", |
- ] |
-} |