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

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

Issue 2402643004: Moves most of WorkspaceLayoutManagerTest into ash/common (Closed)
Patch Set: feedback Created 4 years, 2 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
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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "root_window_controller_unittest.cc", 245 "root_window_controller_unittest.cc",
246 "test/ash_test_impl_mus.cc", 246 "test/ash_test_impl_mus.cc",
247 "test/ash_test_impl_mus.h", 247 "test/ash_test_impl_mus.h",
248 "test/wm_test_base.cc", 248 "test/wm_test_base.cc",
249 "test/wm_test_base.h", 249 "test/wm_test_base.h",
250 "test/wm_test_helper.cc", 250 "test/wm_test_helper.cc",
251 "test/wm_test_helper.h", 251 "test/wm_test_helper.h",
252 "window_manager_unittest.cc", 252 "window_manager_unittest.cc",
253 "wm/container_finder_unittest.cc", 253 "wm/container_finder_unittest.cc",
254 "wm/mru_window_tracker_unittest.cc", 254 "wm/mru_window_tracker_unittest.cc",
255 "workspace/workspace_layout_manager_unittest.cc",
256 ] 255 ]
257 256
258 deps = [ 257 deps = [
259 ":lib", 258 ":lib",
260 ":resources", 259 ":resources",
261 "//ash", 260 "//ash",
262 "//ash/common/test:test_support", 261 "//ash/common/test:test_support",
263 "//ash/public/interfaces", 262 "//ash/public/interfaces",
264 "//base", 263 "//base",
265 "//base/test:test_config", 264 "//base/test:test_config",
(...skipping 21 matching lines...) Expand all
287 "//ui/views/mus", 286 "//ui/views/mus",
288 ] 287 ]
289 288
290 data_deps = [ 289 data_deps = [
291 ":mus", 290 ":mus",
292 "//mash/quick_launch", 291 "//mash/quick_launch",
293 ] 292 ]
294 293
295 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 294 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
296 } 295 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698