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

Side by Side Diff: ash/BUILD.gn

Issue 2420783002: mustash: Convert TraySupervisedUserTest to AshTest (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 | « 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 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 "common/system/chromeos/palette/mock_palette_tool_delegate.h", 1215 "common/system/chromeos/palette/mock_palette_tool_delegate.h",
1216 "common/system/chromeos/palette/palette_tool_manager_unittest.cc", 1216 "common/system/chromeos/palette/palette_tool_manager_unittest.cc",
1217 "common/system/chromeos/palette/tools/create_note_unittest.cc", 1217 "common/system/chromeos/palette/tools/create_note_unittest.cc",
1218 "common/system/chromeos/palette/tools/screenshot_unittest.cc", 1218 "common/system/chromeos/palette/tools/screenshot_unittest.cc",
1219 "common/system/chromeos/power/power_status_unittest.cc", 1219 "common/system/chromeos/power/power_status_unittest.cc",
1220 "common/system/chromeos/power/power_status_view_unittest.cc", 1220 "common/system/chromeos/power/power_status_view_unittest.cc",
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",
1226 "common/system/ime/tray_ime_chromeos_unittest.cc", 1225 "common/system/ime/tray_ime_chromeos_unittest.cc",
1227 "common/system/tiles/tray_tiles_unittest.cc", 1226 "common/system/tiles/tray_tiles_unittest.cc",
1228 "common/system/tray/system_tray_unittest.cc", 1227 "common/system/tray/system_tray_unittest.cc",
1229 "common/system/tray/tray_details_view_unittest.cc", 1228 "common/system/tray/tray_details_view_unittest.cc",
1230 "common/system/user/tray_user_unittest.cc", 1229 "common/system/user/tray_user_unittest.cc",
1231 1230
1232 # TODO: convert to use AshTest http://crbug.com/654517. 1231 # TODO: convert to use AshTest http://crbug.com/654517.
1233 "common/wallpaper/wallpaper_controller_unittest.cc", 1232 "common/wallpaper/wallpaper_controller_unittest.cc",
1234 1233
1235 # TODO: convert to use AshTest http://crbug.com/654524. 1234 # TODO: convert to use AshTest http://crbug.com/654524.
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 if (is_win) { 1476 if (is_win) {
1478 configs -= [ "//build/config/win:console" ] 1477 configs -= [ "//build/config/win:console" ]
1479 configs += [ "//build/config/win:windowed" ] 1478 configs += [ "//build/config/win:windowed" ]
1480 deps += [ "//sandbox" ] 1479 deps += [ "//sandbox" ]
1481 } 1480 }
1482 1481
1483 if (is_chromeos) { 1482 if (is_chromeos) {
1484 deps += [ "//device/bluetooth" ] 1483 deps += [ "//device/bluetooth" ]
1485 } 1484 }
1486 } 1485 }
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