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

Side by Side Diff: mojo/services/view_manager/public/cpp/BUILD.gn

Issue 790213002: Restructure public side of geometry service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Nits Created 6 years 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("cpp") { 5 source_set("cpp") {
6 sources = [ 6 sources = [
7 "lib/view.cc", 7 "lib/view.cc",
8 "lib/view_manager_client_factory.cc", 8 "lib/view_manager_client_factory.cc",
9 "lib/view_manager_client_impl.cc", 9 "lib/view_manager_client_impl.cc",
10 "lib/view_manager_client_impl.h", 10 "lib/view_manager_client_impl.h",
(...skipping 14 matching lines...) Expand all
25 25
26 public_deps = [ 26 public_deps = [
27 ":common", 27 ":common",
28 ] 28 ]
29 deps = [ 29 deps = [
30 "//base", 30 "//base",
31 "//mojo/public/c/gles2:headers", 31 "//mojo/public/c/gles2:headers",
32 "//mojo/public/cpp/application", 32 "//mojo/public/cpp/application",
33 "//mojo/public/cpp/bindings:bindings", 33 "//mojo/public/cpp/bindings:bindings",
34 "//mojo/public/interfaces/application", 34 "//mojo/public/interfaces/application",
35 "//mojo/services/public/interfaces/geometry", 35 "//mojo/services/geometry/public/interfaces",
36 "//mojo/services/public/interfaces/input_events:input_events", 36 "//mojo/services/public/interfaces/input_events:input_events",
37 "//mojo/services/surfaces/public/interfaces:surface_id", 37 "//mojo/services/surfaces/public/interfaces:surface_id",
38 "//mojo/services/view_manager/public/interfaces", 38 "//mojo/services/view_manager/public/interfaces",
39 "//mojo/services/window_manager/public/interfaces", 39 "//mojo/services/window_manager/public/interfaces",
40 ] 40 ]
41 } 41 }
42 42
43 source_set("common") { 43 source_set("common") {
44 sources = [ 44 sources = [
45 "types.h", 45 "types.h",
46 ] 46 ]
47 } 47 }
OLDNEW
« no previous file with comments | « mojo/services/surfaces/public/interfaces/surfaces.mojom ('k') | mojo/services/view_manager/public/cpp/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698