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

Side by Side Diff: ash/mus/BUILD.gn

Issue 2296973002: Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: add dep to base test suport Created 4 years, 3 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
« no previous file with comments | « ash/content/display/screen_orientation_controller_chromeos_unittest.cc ('k') | ash/test/DEPS » ('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/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//services/shell/public/cpp/service.gni") 7 import("//services/shell/public/cpp/service.gni")
8 import("//services/shell/public/service_manifest.gni") 8 import("//services/shell/public/service_manifest.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "window_manager_unittest.cc", 192 "window_manager_unittest.cc",
193 "wm/container_finder_unittest.cc", 193 "wm/container_finder_unittest.cc",
194 "wm/mru_window_tracker_unittest.cc", 194 "wm/mru_window_tracker_unittest.cc",
195 "workspace/workspace_layout_manager_unittest.cc", 195 "workspace/workspace_layout_manager_unittest.cc",
196 ] 196 ]
197 197
198 deps = [ 198 deps = [
199 ":lib", 199 ":lib",
200 ":resources", 200 ":resources",
201 "//ash", 201 "//ash",
202 "//ash:test_support", 202 "//ash:test_support_without_content",
203 "//ash/public/interfaces", 203 "//ash/public/interfaces",
204 "//base", 204 "//base",
205 "//base/test:test_config", 205 "//base/test:test_config",
206 "//mojo/public/cpp/system", 206 "//mojo/public/cpp/system",
207 "//services/shell/public/cpp:service_test_support", 207 "//services/shell/public/cpp:service_test_support",
208 "//services/ui/common:mus_common", 208 "//services/ui/common:mus_common",
209 "//services/ui/public/cpp", 209 "//services/ui/public/cpp",
210 "//services/ui/public/cpp/tests:test_support", 210 "//services/ui/public/cpp/tests:test_support",
211 "//services/ui/public/cpp/tests:unittest_support", 211 "//services/ui/public/cpp/tests:unittest_support",
212 "//services/ui/public/interfaces", 212 "//services/ui/public/interfaces",
(...skipping 12 matching lines...) Expand all
225 "//ui/views/mus", 225 "//ui/views/mus",
226 ] 226 ]
227 227
228 data_deps = [ 228 data_deps = [
229 ":mus", 229 ":mus",
230 "//mash/quick_launch", 230 "//mash/quick_launch",
231 ] 231 ]
232 232
233 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 233 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
234 } 234 }
OLDNEW
« no previous file with comments | « ash/content/display/screen_orientation_controller_chromeos_unittest.cc ('k') | ash/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698