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

Side by Side Diff: mash/wm/BUILD.gn

Issue 1516013002: Revert of mash: Add a couple of apptests for AcceleratorRegistrar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | mash/wm/accelerator_registrar_apptest.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 group("tests") { 10 group("tests") {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "//ui/views/mus:resources", 119 "//ui/views/mus:resources",
120 "//ui/views/resources", 120 "//ui/views/resources",
121 ] 121 ]
122 } 122 }
123 123
124 mojo_native_application("apptests") { 124 mojo_native_application("apptests") {
125 output_name = "mash_wm_apptests" 125 output_name = "mash_wm_apptests"
126 testonly = true 126 testonly = true
127 127
128 sources = [ 128 sources = [
129 "accelerator_registrar_apptest.cc",
130 "window_manager_apptest.cc", 129 "window_manager_apptest.cc",
131 ] 130 ]
132 131
133 deps = [ 132 deps = [
134 "//base", 133 "//base",
135 "//base/test:test_config", 134 "//base/test:test_config",
136 "//components/mus/public/cpp", 135 "//components/mus/public/cpp",
137 "//components/mus/public/cpp/tests:test_support", 136 "//components/mus/public/cpp/tests:test_support",
138 "//components/mus/public/interfaces", 137 "//components/mus/public/interfaces",
139 "//mojo/application/public/cpp:sources", 138 "//mojo/application/public/cpp:sources",
(...skipping 30 matching lines...) Expand all
170 "//testing/gtest", 169 "//testing/gtest",
171 "//third_party/mojo/src/mojo/edk/system", 170 "//third_party/mojo/src/mojo/edk/system",
172 "//ui/base", 171 "//ui/base",
173 "//ui/events", 172 "//ui/events",
174 "//ui/gfx:test_support", 173 "//ui/gfx:test_support",
175 "//ui/gfx/geometry", 174 "//ui/gfx/geometry",
176 "//ui/mojo/geometry:interfaces", 175 "//ui/mojo/geometry:interfaces",
177 "//ui/mojo/geometry:util", 176 "//ui/mojo/geometry:util",
178 ] 177 ]
179 } 178 }
OLDNEW
« no previous file with comments | « no previous file | mash/wm/accelerator_registrar_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698