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

Side by Side 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, 1 month 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 unified diff | Download patch
« no previous file with comments | « mojo/services/network/BUILD.gn ('k') | mojo/services/surfaces/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # GYP version: mojo/mojo_services.gypi:mojo_surfaces_service
6 shared_library("surfaces") {
7 output_name = "mojo_surfaces_service"
8
9 deps = [
10 "//base",
11 "//cc",
12 "//cc/surfaces",
13 "//ui/gfx/geometry",
14 "//mojo/application",
15 "//mojo/cc",
16 "//mojo/converters/geometry",
17 "//mojo/converters/surfaces",
18 "//mojo/environment:chromium",
19 "//mojo/public/c/system:for_shared_library",
20 "//mojo/public/gles2:for_shared_library",
21 "//mojo/services/public/interfaces/geometry",
22 "//mojo/services/public/interfaces/gpu",
23 "//mojo/services/public/interfaces/surfaces",
24 ]
25
26 sources = [
27 "surfaces_impl.cc",
28 "surfaces_impl.h",
29 "surfaces_service_application.cc",
30 "surfaces_service_application.h",
31 "surfaces_service_impl.cc",
32 "surfaces_service_impl.h",
33 ]
34 }
OLDNEW
« 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