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 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1179 "sticky_keys/sticky_keys_unittest.cc", | 1179 "sticky_keys/sticky_keys_unittest.cc", |
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/network_icon_unittest.cc", |
1189 "system/network/sms_observer_unittest.cc", | 1190 "system/network/sms_observer_unittest.cc", |
1190 "system/network/tray_network_unittest.cc", | 1191 "system/network/tray_network_unittest.cc", |
1191 "system/network/vpn_list_unittest.cc", | 1192 "system/network/vpn_list_unittest.cc", |
1192 "system/overview/overview_button_tray_unittest.cc", | 1193 "system/overview/overview_button_tray_unittest.cc", |
1193 "system/palette/mock_palette_tool_delegate.cc", | 1194 "system/palette/mock_palette_tool_delegate.cc", |
1194 "system/palette/mock_palette_tool_delegate.h", | 1195 "system/palette/mock_palette_tool_delegate.h", |
1195 "system/palette/palette_tool_manager_unittest.cc", | 1196 "system/palette/palette_tool_manager_unittest.cc", |
1196 "system/palette/tools/create_note_unittest.cc", | 1197 "system/palette/tools/create_note_unittest.cc", |
1197 "system/palette/tools/metalayer_unittest.cc", | 1198 "system/palette/tools/metalayer_unittest.cc", |
1198 "system/palette/tools/screenshot_unittest.cc", | 1199 "system/palette/tools/screenshot_unittest.cc", |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1493 "//content/public/app:both", | 1494 "//content/public/app:both", |
1494 "//device/bluetooth", | 1495 "//device/bluetooth", |
1495 ] | 1496 ] |
1496 | 1497 |
1497 data_deps = [ | 1498 data_deps = [ |
1498 "//ash/strings:ash_test_strings", | 1499 "//ash/strings:ash_test_strings", |
1499 "//ash/resources:ash_test_resources_with_content_100_percent", | 1500 "//ash/resources:ash_test_resources_with_content_100_percent", |
1500 "//ash/resources:ash_test_resources_200_percent", | 1501 "//ash/resources:ash_test_resources_200_percent", |
1501 ] | 1502 ] |
1502 } | 1503 } |
OLD | NEW |