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

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

Issue 461903002: GN: Add mojo_shell_tests, get more things working on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix up android linking 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/test_service/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")
6
5 component("view_manager") { 7 component("view_manager") {
6 deps = [ 8 deps = [
7 "//base", 9 "//base",
8 "//cc", 10 "//cc",
9 "//mojo/cc", 11 "//mojo/cc",
10 "//mojo/common", 12 "//mojo/common",
11 "//mojo/environment:chromium", 13 "//mojo/environment:chromium",
12 "//mojo/public/cpp/application:chromium", 14 "//mojo/public/cpp/application:chromium",
13 "//mojo/public/cpp/application:main_chromium", 15 "//mojo/public/cpp/application:main_chromium",
14 "//mojo/public/gles2", 16 "//mojo/public/gles2",
15 "//mojo/services/public/cpp/geometry", 17 "//mojo/services/public/cpp/geometry",
16 "//mojo/services/public/cpp/input_events", 18 "//mojo/services/public/cpp/input_events",
17 "//mojo/services/public/cpp/view_manager:common", 19 "//mojo/services/public/cpp/view_manager:common",
18 "//mojo/services/public/interfaces/geometry", 20 "//mojo/services/public/interfaces/geometry",
19 "//mojo/services/public/interfaces/input_events", 21 "//mojo/services/public/interfaces/input_events",
20 "//mojo/services/public/interfaces/native_viewport", 22 "//mojo/services/public/interfaces/native_viewport",
21 "//mojo/services/public/interfaces/view_manager", 23 "//mojo/services/public/interfaces/view_manager",
22 "//skia", 24 "//skia",
23 "//ui/aura", 25 "//ui/aura",
24 "//ui/base", 26 "//ui/base",
25 "//ui/compositor", 27 "//ui/compositor",
26 "//ui/events", 28 "//ui/events",
27 "//ui/events:events_base", 29 "//ui/events:events_base",
28 "//ui/gfx", 30 "//ui/gfx",
29 "//ui/gfx/geometry", 31 "//ui/gfx/geometry",
30 "//ui/gl", 32 "//ui/gl",
31 "//webkit/common/gpu", 33 "//webkit/common/gpu",
32 ] 34 ]
35 deps += mojo_system_for_component
33 36
34 defines = [ 37 defines = [
35 "MOJO_VIEW_MANAGER_IMPLEMENTATION", 38 "MOJO_VIEW_MANAGER_IMPLEMENTATION",
36 ] 39 ]
37 40
38 sources = [ 41 sources = [
39 "access_policy.h", 42 "access_policy.h",
40 "access_policy_delegate.h", 43 "access_policy_delegate.h",
41 "context_factory_impl.cc", 44 "context_factory_impl.cc",
42 "context_factory_impl.h", 45 "context_factory_impl.h",
(...skipping 16 matching lines...) Expand all
59 "view_manager_init_service_context.h", 62 "view_manager_init_service_context.h",
60 "view_manager_init_service_impl.cc", 63 "view_manager_init_service_impl.cc",
61 "view_manager_init_service_impl.h", 64 "view_manager_init_service_impl.h",
62 "view_manager_service_impl.cc", 65 "view_manager_service_impl.cc",
63 "view_manager_service_impl.h", 66 "view_manager_service_impl.h",
64 "window_manager_access_policy.cc", 67 "window_manager_access_policy.cc",
65 "window_manager_access_policy.h", 68 "window_manager_access_policy.h",
66 "window_tree_host_impl.cc", 69 "window_tree_host_impl.cc",
67 "window_tree_host_impl.h", 70 "window_tree_host_impl.h",
68 ] 71 ]
69
70 if (is_component_build) {
71 deps += [ "//mojo/system" ]
72 }
73 } 72 }
OLDNEW
« no previous file with comments | « mojo/services/test_service/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698