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

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

Issue 768883004: Nukes view_manager_unittests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: merge to trunk 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
« no previous file with comments | « mojo/tools/data/unittests ('k') | services/view_manager/view_manager_unittest.cc » ('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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 7
8 mojo_native_application("view_manager") { 8 mojo_native_application("view_manager") {
9 sources = [ 9 sources = [
10 "main.cc", 10 "main.cc",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 deps = [ 82 deps = [
83 "//base", 83 "//base",
84 "//mojo/common", 84 "//mojo/common",
85 "//mojo/public/cpp/bindings:bindings", 85 "//mojo/public/cpp/bindings:bindings",
86 "//mojo/services/public/cpp/view_manager:common", 86 "//mojo/services/public/cpp/view_manager:common",
87 "//mojo/services/public/interfaces/geometry", 87 "//mojo/services/public/interfaces/geometry",
88 "//mojo/services/public/interfaces/view_manager", 88 "//mojo/services/public/interfaces/view_manager",
89 ] 89 ]
90 } 90 }
91 91
92 test("view_manager_unittests") {
93 sources = [
94 "view_manager_unittest.cc",
95 ]
96
97 deps = [
98 ":test_support",
99 ":view_manager_lib",
100 "//base",
101 "//base/test:test_support",
102 "//mojo/application",
103 "//mojo/application_manager",
104 "//mojo/converters/geometry",
105 "//mojo/converters/input_events",
106 "//mojo/edk/system",
107 "//mojo/environment:chromium",
108 "//mojo/public/cpp/bindings",
109 "//mojo/services/public/cpp/native_viewport:args",
110 "//mojo/services/public/cpp/view_manager",
111 "//mojo/services/public/cpp/view_manager/lib:run_unittests",
112 "//mojo/services/public/interfaces/geometry",
113 "//mojo/services/public/interfaces/view_manager",
114 "//mojo/services/public/interfaces/window_manager",
115 "//mojo/shell:test_support",
116 "//testing/gtest",
117 "//ui/gfx/geometry",
118 ]
119
120 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
121 deps += [ "//third_party/mesa:osmesa" ]
122 }
123 }
124
125 test("view_manager_service_unittests") { 92 test("view_manager_service_unittests") {
126 sources = [ 93 sources = [
127 "view_coordinate_conversions_unittest.cc", 94 "view_coordinate_conversions_unittest.cc",
128 "view_manager_service_unittest.cc", 95 "view_manager_service_unittest.cc",
129 ] 96 ]
130 97
131 deps = [ 98 deps = [
132 ":test_support", 99 ":test_support",
133 ":view_manager_lib", 100 ":view_manager_lib",
134 "//base", 101 "//base",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "//mojo/application", 134 "//mojo/application",
168 "//mojo/application:test_support", 135 "//mojo/application:test_support",
169 "//mojo/common", 136 "//mojo/common",
170 "//mojo/public/c/system:for_shared_library", 137 "//mojo/public/c/system:for_shared_library",
171 "//mojo/public/cpp/bindings", 138 "//mojo/public/cpp/bindings",
172 "//mojo/services/public/interfaces/geometry", 139 "//mojo/services/public/interfaces/geometry",
173 "//mojo/services/public/interfaces/view_manager", 140 "//mojo/services/public/interfaces/view_manager",
174 "//mojo/services/public/interfaces/window_manager", 141 "//mojo/services/public/interfaces/window_manager",
175 ] 142 ]
176 } 143 }
OLDNEW
« no previous file with comments | « mojo/tools/data/unittests ('k') | services/view_manager/view_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698