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

Side by Side Diff: ash/BUILD.gn

Issue 2408273002: mash: Port TrayUpdateTest to AshTest (Closed)
Patch Set: WmShellTestApi 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 | « no previous file | ash/common/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 assert(use_aura) 10 assert(use_aura)
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 "common/system/chromeos/power/tray_power_unittest.cc", 1221 "common/system/chromeos/power/tray_power_unittest.cc",
1222 "common/system/chromeos/screen_security/screen_tray_item_unittest.cc", 1222 "common/system/chromeos/screen_security/screen_tray_item_unittest.cc",
1223 "common/system/chromeos/session/logout_confirmation_controller_unittest.cc", 1223 "common/system/chromeos/session/logout_confirmation_controller_unittest.cc",
1224 "common/system/chromeos/session/tray_session_length_limit_unittest.cc", 1224 "common/system/chromeos/session/tray_session_length_limit_unittest.cc",
1225 "common/system/chromeos/supervised/tray_supervised_user_unittest.cc", 1225 "common/system/chromeos/supervised/tray_supervised_user_unittest.cc",
1226 "common/system/date/date_view_unittest.cc", 1226 "common/system/date/date_view_unittest.cc",
1227 "common/system/ime/tray_ime_chromeos_unittest.cc", 1227 "common/system/ime/tray_ime_chromeos_unittest.cc",
1228 "common/system/tiles/tray_tiles_unittest.cc", 1228 "common/system/tiles/tray_tiles_unittest.cc",
1229 "common/system/tray/system_tray_unittest.cc", 1229 "common/system/tray/system_tray_unittest.cc",
1230 "common/system/tray/tray_details_view_unittest.cc", 1230 "common/system/tray/tray_details_view_unittest.cc",
1231 "common/system/update/tray_update_unittest.cc",
1232 "common/system/user/tray_user_unittest.cc", 1231 "common/system/user/tray_user_unittest.cc",
1233 1232
1234 # TODO: convert to use AshTest http://crbug.com/654517. 1233 # TODO: convert to use AshTest http://crbug.com/654517.
1235 "common/wallpaper/wallpaper_controller_unittest.cc", 1234 "common/wallpaper/wallpaper_controller_unittest.cc",
1236 1235
1237 # TODO: convert to use AshTest http://crbug.com/654524. 1236 # TODO: convert to use AshTest http://crbug.com/654524.
1238 "common/wm/overview/cleanup_animation_observer_unittest.cc", 1237 "common/wm/overview/cleanup_animation_observer_unittest.cc",
1239 "dip_unittest.cc", 1238 "dip_unittest.cc",
1240 "display/cursor_window_controller_unittest.cc", 1239 "display/cursor_window_controller_unittest.cc",
1241 "display/display_change_observer_chromeos_unittest.cc", 1240 "display/display_change_observer_chromeos_unittest.cc",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 if (is_win) { 1479 if (is_win) {
1481 configs -= [ "//build/config/win:console" ] 1480 configs -= [ "//build/config/win:console" ]
1482 configs += [ "//build/config/win:windowed" ] 1481 configs += [ "//build/config/win:windowed" ]
1483 deps += [ "//sandbox" ] 1482 deps += [ "//sandbox" ]
1484 } 1483 }
1485 1484
1486 if (is_chromeos) { 1485 if (is_chromeos) {
1487 deps += [ "//device/bluetooth" ] 1486 deps += [ "//device/bluetooth" ]
1488 } 1487 }
1489 } 1488 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698