Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(801)

Unified Diff: services/fake_surfaces/BUILD.gn

Issue 1536863002: Delete the Surfaces service. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-4
Patch Set: rebase Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/BUILD.gn ('k') | services/fake_surfaces/fake_surfaces_service_application.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
- ]
-}
« no previous file with comments | « services/BUILD.gn ('k') | services/fake_surfaces/fake_surfaces_service_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698