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

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

Issue 2694623016: chromeos: Makes AshTestBase/Helper target mash when appropriate (Closed)
Patch Set: feedback Created 3 years, 10 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
(Empty)
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
3 # found in the LICENSE file.
4
5 assert(is_chromeos)
6
7 source_set("unittests") {
8 testonly = true
9 sources = [
10 "accelerators/accelerator_table_unittest.cc",
11 "drag_drop/drag_image_view_unittest.cc",
12 "mus_property_mirror_ash_unittest.cc",
13 "system/chromeos/audio/tray_audio_unittest.cc",
14 "system/chromeos/brightness/tray_brightness_unittest.cc",
15 "system/chromeos/network/vpn_list_unittest.cc",
16 "system/chromeos/screen_security/screen_tray_item_unittest.cc",
17 "system/chromeos/supervised/tray_supervised_user_unittest.cc",
18 "system/date/date_view_unittest.cc",
19 "system/update/tray_update_unittest.cc",
20 "wm/container_finder_unittest.cc",
21 "wm/mru_window_tracker_unittest.cc",
22 "wm/workspace/workspace_layout_manager_unittest.cc",
23 "wm_window_unittest.cc",
24 "wm_window_user_data_unittest.cc",
25 ]
26 deps = [
27 "//ash",
28 "//ash/common/test:test_support",
29 "//ash/public/cpp:ash_public_cpp",
30 "//ash/public/interfaces",
31 "//ash/test:test_support_without_content",
32 "//ui/aura",
33 "//ui/base",
34 "//ui/display",
35 "//ui/keyboard",
36 "//ui/message_center",
37 "//ui/views",
38 "//ui/wm",
39 ]
40 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/common/system/tray/tray_details_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698