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

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

Issue 485523004: GN: Mojo wget, sample_app, surfaces app and component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/services/surfaces/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import("//mojo/system.gni") 5 import("//mojo/system.gni")
6 6
7 # GYP version: mojo/mojo_services.gypi:mojo_view_manager
7 component("view_manager") { 8 component("view_manager") {
8 deps = [ 9 deps = [
9 "//base", 10 "//base",
10 "//cc", 11 "//cc",
11 "//mojo/cc", 12 "//mojo/cc",
12 "//mojo/common", 13 "//mojo/common",
13 "//mojo/environment:chromium", 14 "//mojo/environment:chromium",
14 "//mojo/public/cpp/application:chromium", 15 "//mojo/public/cpp/application:chromium",
15 "//mojo/public/cpp/application:main_chromium", 16 "//mojo/public/cpp/application:main_chromium",
16 "//mojo/public/gles2",
17 "//mojo/services/public/cpp/geometry", 17 "//mojo/services/public/cpp/geometry",
18 "//mojo/services/public/cpp/input_events", 18 "//mojo/services/public/cpp/input_events",
19 "//mojo/services/public/cpp/view_manager:common", 19 "//mojo/services/public/cpp/view_manager:common",
20 "//mojo/services/public/interfaces/geometry", 20 "//mojo/services/public/interfaces/geometry",
21 "//mojo/services/public/interfaces/input_events", 21 "//mojo/services/public/interfaces/input_events",
22 "//mojo/services/public/interfaces/native_viewport", 22 "//mojo/services/public/interfaces/native_viewport",
23 "//mojo/services/public/interfaces/view_manager", 23 "//mojo/services/public/interfaces/view_manager",
24 "//skia", 24 "//skia",
25 "//ui/aura", 25 "//ui/aura",
26 "//ui/base", 26 "//ui/base",
27 "//ui/compositor", 27 "//ui/compositor",
28 "//ui/events", 28 "//ui/events",
29 "//ui/events:events_base", 29 "//ui/events:events_base",
30 "//ui/gfx", 30 "//ui/gfx",
31 "//ui/gfx/geometry", 31 "//ui/gfx/geometry",
32 "//ui/gl", 32 "//ui/gl",
33 "//webkit/common/gpu", 33 "//webkit/common/gpu",
34 ] 34 ] + mojo_system_for_component + mojo_gles2_for_component
35 deps += mojo_system_for_component
36 35
37 defines = [ 36 defines = [
38 "MOJO_VIEW_MANAGER_IMPLEMENTATION", 37 "MOJO_VIEW_MANAGER_IMPLEMENTATION",
39 ] 38 ]
40 39
41 sources = [ 40 sources = [
42 "access_policy.h", 41 "access_policy.h",
43 "access_policy_delegate.h", 42 "access_policy_delegate.h",
44 "context_factory_impl.cc", 43 "context_factory_impl.cc",
45 "context_factory_impl.h", 44 "context_factory_impl.h",
(...skipping 17 matching lines...) Expand all
63 "view_manager_init_service_impl.cc", 62 "view_manager_init_service_impl.cc",
64 "view_manager_init_service_impl.h", 63 "view_manager_init_service_impl.h",
65 "view_manager_service_impl.cc", 64 "view_manager_service_impl.cc",
66 "view_manager_service_impl.h", 65 "view_manager_service_impl.h",
67 "window_manager_access_policy.cc", 66 "window_manager_access_policy.cc",
68 "window_manager_access_policy.h", 67 "window_manager_access_policy.h",
69 "window_tree_host_impl.cc", 68 "window_tree_host_impl.cc",
70 "window_tree_host_impl.h", 69 "window_tree_host_impl.h",
71 ] 70 ]
72 } 71 }
OLDNEW
« no previous file with comments | « mojo/services/surfaces/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698