Index: services/fake_surfaces/BUILD.gn |
diff --git a/services/fake_surfaces/BUILD.gn b/services/fake_surfaces/BUILD.gn |
deleted file mode 100644 |
index 187952e08c708142f13b87c1105aba03e2fd946b..0000000000000000000000000000000000000000 |
--- a/services/fake_surfaces/BUILD.gn |
+++ /dev/null |
@@ -1,23 +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/mojo_application.gni") |
- |
-mojo_native_application("fake_surfaces") { |
- output_name = "fake_surfaces_service" |
- sources = [ |
- "fake_surfaces_service_application.cc", |
- "fake_surfaces_service_application.h", |
- ] |
- |
- deps = [ |
- "//base", |
- "//mojo/application", |
- "//mojo/common:tracing_impl", |
- "//mojo/environment:chromium", |
- "//mojo/public/cpp/bindings", |
- "//mojo/services/gpu/interfaces", |
- "//mojo/services/surfaces/interfaces", |
- ] |
-} |