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

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

Issue 728553002: Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 # GYP version: mojo/mojo_services.gypi:mojo_view_manager_lib 5 # GYP version: mojo/mojo_services.gypi:mojo_view_manager_lib
6 source_set("view_manager") { 6 source_set("view_manager") {
7 sources = [ 7 sources = [
8 "lib/view.cc", 8 "lib/view.cc",
9 "lib/view_manager_client_factory.cc", 9 "lib/view_manager_client_factory.cc",
10 "lib/view_manager_client_impl.cc", 10 "lib/view_manager_client_impl.cc",
11 "lib/view_manager_client_impl.h", 11 "lib/view_manager_client_impl.h",
12 "lib/view_manager_context.cc", 12 "lib/view_manager_context.cc",
13 "lib/view_observer.cc", 13 "lib/view_observer.cc",
14 "lib/view_private.cc", 14 "lib/view_private.cc",
15 "lib/view_private.h", 15 "lib/view_private.h",
16 "view.h", 16 "view.h",
17 "view_manager.h", 17 "view_manager.h",
18 "view_manager_client_factory.h", 18 "view_manager_client_factory.h",
19 "view_manager_context.h", 19 "view_manager_context.h",
20 "view_manager_delegate.h", 20 "view_manager_delegate.h",
21 "view_observer.h", 21 "view_observer.h",
22 "view_tracker.cc",
23 "view_tracker.h",
22 "window_manager_delegate.h", 24 "window_manager_delegate.h",
23 ] 25 ]
24 26
25 public_deps = [ 27 public_deps = [
26 ":common", 28 ":common",
27 ] 29 ]
28 deps = [ 30 deps = [
29 "//base", 31 "//base",
30 "//mojo/public/c/gles2", 32 "//mojo/public/c/gles2",
31 "//mojo/public/cpp/bindings:bindings", 33 "//mojo/public/cpp/bindings:bindings",
32 "//mojo/public/interfaces/application", 34 "//mojo/public/interfaces/application",
33 "//mojo/services/public/interfaces/geometry", 35 "//mojo/services/public/interfaces/geometry",
34 "//mojo/services/public/interfaces/input_events:input_events", 36 "//mojo/services/public/interfaces/input_events:input_events",
35 "//mojo/services/public/interfaces/surfaces:surface_id", 37 "//mojo/services/public/interfaces/surfaces:surface_id",
36 "//mojo/services/public/interfaces/view_manager", 38 "//mojo/services/public/interfaces/view_manager",
37 "//mojo/services/public/interfaces/window_manager", 39 "//mojo/services/public/interfaces/window_manager",
38 ] 40 ]
39 } 41 }
40 42
41 source_set("common") { 43 source_set("common") {
42 sources = [ 44 sources = [
43 "ids.h", 45 "ids.h",
44 "types.h", 46 "types.h",
45 ] 47 ]
46 public_deps = [ 48 public_deps = [
47 "//base", 49 "//base",
48 ] 50 ]
49 } 51 }
OLDNEW
« no previous file with comments | « mojo/public/tools/bindings/mojom_list_outputs.py ('k') | mojo/services/public/cpp/view_manager/lib/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698