OLD | NEW |
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 # Historical note: Ash shipped on Windows for a couple years to support | 10 # Historical note: Ash shipped on Windows for a couple years to support |
(...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1180 "system/audio/tray_audio_unittest.cc", | 1180 "system/audio/tray_audio_unittest.cc", |
1181 "system/bluetooth/tray_bluetooth_helper_unittest.cc", | 1181 "system/bluetooth/tray_bluetooth_helper_unittest.cc", |
1182 "system/brightness/tray_brightness_unittest.cc", | 1182 "system/brightness/tray_brightness_unittest.cc", |
1183 "system/date/date_view_unittest.cc", | 1183 "system/date/date_view_unittest.cc", |
1184 "system/date/system_info_default_view_unittest.cc", | 1184 "system/date/system_info_default_view_unittest.cc", |
1185 "system/enterprise/tray_enterprise_unittest.cc", | 1185 "system/enterprise/tray_enterprise_unittest.cc", |
1186 "system/ime/tray_ime_chromeos_unittest.cc", | 1186 "system/ime/tray_ime_chromeos_unittest.cc", |
1187 "system/ime_menu/ime_menu_tray_unittest.cc", | 1187 "system/ime_menu/ime_menu_tray_unittest.cc", |
1188 "system/media_security/multi_profile_media_tray_item_unittest.cc", | 1188 "system/media_security/multi_profile_media_tray_item_unittest.cc", |
1189 "system/network/sms_observer_unittest.cc", | 1189 "system/network/sms_observer_unittest.cc", |
| 1190 "system/network/tray_network_unittest.cc", |
1190 "system/network/vpn_list_unittest.cc", | 1191 "system/network/vpn_list_unittest.cc", |
1191 "system/overview/overview_button_tray_unittest.cc", | 1192 "system/overview/overview_button_tray_unittest.cc", |
1192 "system/palette/mock_palette_tool_delegate.cc", | 1193 "system/palette/mock_palette_tool_delegate.cc", |
1193 "system/palette/mock_palette_tool_delegate.h", | 1194 "system/palette/mock_palette_tool_delegate.h", |
1194 "system/palette/palette_tool_manager_unittest.cc", | 1195 "system/palette/palette_tool_manager_unittest.cc", |
1195 "system/palette/tools/create_note_unittest.cc", | 1196 "system/palette/tools/create_note_unittest.cc", |
1196 "system/palette/tools/metalayer_unittest.cc", | 1197 "system/palette/tools/metalayer_unittest.cc", |
1197 "system/palette/tools/screenshot_unittest.cc", | 1198 "system/palette/tools/screenshot_unittest.cc", |
1198 "system/power/power_event_observer_unittest.cc", | 1199 "system/power/power_event_observer_unittest.cc", |
1199 "system/power/power_status_unittest.cc", | 1200 "system/power/power_status_unittest.cc", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1260 "//ash/mus:lib", | 1261 "//ash/mus:lib", |
1261 "//ash/public/cpp:ash_public_cpp", | 1262 "//ash/public/cpp:ash_public_cpp", |
1262 "//ash/public/cpp:unit_tests", | 1263 "//ash/public/cpp:unit_tests", |
1263 "//ash/resources/vector_icons", | 1264 "//ash/resources/vector_icons", |
1264 "//ash/test:test_support_without_content", | 1265 "//ash/test:test_support_without_content", |
1265 "//base", | 1266 "//base", |
1266 "//base/test:test_support", | 1267 "//base/test:test_support", |
1267 "//chromeos", | 1268 "//chromeos", |
1268 "//chromeos:power_manager_proto", | 1269 "//chromeos:power_manager_proto", |
1269 "//chromeos:test_support_without_gmock", | 1270 "//chromeos:test_support_without_gmock", |
| 1271 "//components/prefs:test_support", |
1270 "//device/bluetooth", | 1272 "//device/bluetooth", |
1271 "//services/ui/public/interfaces", | 1273 "//services/ui/public/interfaces", |
1272 "//testing/gmock", | 1274 "//testing/gmock", |
1273 "//ui/accessibility", | 1275 "//ui/accessibility", |
1274 "//ui/app_list/presenter", | 1276 "//ui/app_list/presenter", |
1275 "//ui/app_list/presenter:test_support", | 1277 "//ui/app_list/presenter:test_support", |
1276 "//ui/aura", | 1278 "//ui/aura", |
1277 "//ui/aura:test_support", | 1279 "//ui/aura:test_support", |
1278 "//ui/base", | 1280 "//ui/base", |
1279 "//ui/base:test_support", | 1281 "//ui/base:test_support", |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1491 "//content/public/app:both", | 1493 "//content/public/app:both", |
1492 "//device/bluetooth", | 1494 "//device/bluetooth", |
1493 ] | 1495 ] |
1494 | 1496 |
1495 data_deps = [ | 1497 data_deps = [ |
1496 "//ash/strings:ash_test_strings", | 1498 "//ash/strings:ash_test_strings", |
1497 "//ash/resources:ash_test_resources_with_content_100_percent", | 1499 "//ash/resources:ash_test_resources_with_content_100_percent", |
1498 "//ash/resources:ash_test_resources_200_percent", | 1500 "//ash/resources:ash_test_resources_200_percent", |
1499 ] | 1501 ] |
1500 } | 1502 } |
OLD | NEW |