Index: sky/services/platform/BUILD.gn |
diff --git a/sky/services/platform/BUILD.gn b/sky/services/platform/BUILD.gn |
deleted file mode 100644 |
index 3a376767b6e654f609bcadaeadbf91b84e35d452..0000000000000000000000000000000000000000 |
--- a/sky/services/platform/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("platform") { |
- sources = [ |
- "platform_impl.cc", |
- "platform_impl.h", |
- ] |
- |
- deps = [ |
- "//base", |
- "//mojo/common", |
- "//mojo/public/cpp/bindings", |
- "//mojo/public/cpp/system", |
- "//mojo/public/cpp/utility", |
- "//sky/engine", |
- "//url", |
- ] |
-} |