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

Unified Diff: mojo/services/surfaces/BUILD.gn

Issue 687433002: Remove mojo/shell and (most) service implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove mojo/gles2, disable mojo apps in component build Created 6 years, 2 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 | « mojo/services/network/BUILD.gn ('k') | mojo/services/surfaces/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/surfaces/BUILD.gn
diff --git a/mojo/services/surfaces/BUILD.gn b/mojo/services/surfaces/BUILD.gn
deleted file mode 100644
index 40103eaca40be8f99f8755970ef076014857c257..0000000000000000000000000000000000000000
--- a/mojo/services/surfaces/BUILD.gn
+++ /dev/null
@@ -1,34 +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.
-
-# GYP version: mojo/mojo_services.gypi:mojo_surfaces_service
-shared_library("surfaces") {
- output_name = "mojo_surfaces_service"
-
- deps = [
- "//base",
- "//cc",
- "//cc/surfaces",
- "//ui/gfx/geometry",
- "//mojo/application",
- "//mojo/cc",
- "//mojo/converters/geometry",
- "//mojo/converters/surfaces",
- "//mojo/environment:chromium",
- "//mojo/public/c/system:for_shared_library",
- "//mojo/public/gles2:for_shared_library",
- "//mojo/services/public/interfaces/geometry",
- "//mojo/services/public/interfaces/gpu",
- "//mojo/services/public/interfaces/surfaces",
- ]
-
- sources = [
- "surfaces_impl.cc",
- "surfaces_impl.h",
- "surfaces_service_application.cc",
- "surfaces_service_application.h",
- "surfaces_service_impl.cc",
- "surfaces_service_impl.h",
- ]
-}
« no previous file with comments | « mojo/services/network/BUILD.gn ('k') | mojo/services/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698