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

Side by Side Diff: ash/common/test/BUILD.gn

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: rebase 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
« no previous file with comments | « ash/common/system/web_notification/web_notification_tray.cc ('k') | ash/common/test/ash_test.h » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 static_library("test_support") { 5 static_library("test_support") {
6 testonly = true 6 testonly = true
7 sources = [ 7 sources = [
8 "ash_test.cc", 8 "ash_test.cc",
9 "ash_test.h", 9 "ash_test.h",
10 "ash_test_impl.h", 10 "ash_test_impl.h",
(...skipping 12 matching lines...) Expand all
23 "workspace_event_handler_test_helper.cc", 23 "workspace_event_handler_test_helper.cc",
24 "workspace_event_handler_test_helper.h", 24 "workspace_event_handler_test_helper.h",
25 ] 25 ]
26 configs += [ "//build/config:precompiled_headers" ] 26 configs += [ "//build/config:precompiled_headers" ]
27 27
28 public_deps = [ 28 public_deps = [
29 "//testing/gtest", 29 "//testing/gtest",
30 ] 30 ]
31 deps = [ 31 deps = [
32 "//ash", 32 "//ash",
33 "//ash/public/cpp",
33 "//base", 34 "//base",
34 "//components/signin/core/account_id", 35 "//components/signin/core/account_id",
35 "//components/user_manager", 36 "//components/user_manager",
36 37
37 # TODO: this is for ui/wm/public/window_types.h, which is in aura. 38 # TODO: this is for ui/wm/public/window_types.h, which is in aura.
38 # http://crbug.com/654078. 39 # http://crbug.com/654078.
39 "//ui/aura", 40 "//ui/aura",
40 "//ui/display", 41 "//ui/display",
41 "//ui/gfx/geometry", 42 "//ui/gfx/geometry",
42 "//ui/views", 43 "//ui/views",
43 "//ui/wm", 44 "//ui/wm",
44 ] 45 ]
45 } 46 }
OLDNEW
« no previous file with comments | « ash/common/system/web_notification/web_notification_tray.cc ('k') | ash/common/test/ash_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698