| 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 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1189 "system/ime/tray_ime_chromeos_unittest.cc", | 1189 "system/ime/tray_ime_chromeos_unittest.cc", |
| 1190 "system/ime_menu/ime_menu_tray_unittest.cc", | 1190 "system/ime_menu/ime_menu_tray_unittest.cc", |
| 1191 "system/media_security/multi_profile_media_tray_item_unittest.cc", | 1191 "system/media_security/multi_profile_media_tray_item_unittest.cc", |
| 1192 "system/network/sms_observer_unittest.cc", | 1192 "system/network/sms_observer_unittest.cc", |
| 1193 "system/network/vpn_list_unittest.cc", | 1193 "system/network/vpn_list_unittest.cc", |
| 1194 "system/overview/overview_button_tray_unittest.cc", | 1194 "system/overview/overview_button_tray_unittest.cc", |
| 1195 "system/palette/mock_palette_tool_delegate.cc", | 1195 "system/palette/mock_palette_tool_delegate.cc", |
| 1196 "system/palette/mock_palette_tool_delegate.h", | 1196 "system/palette/mock_palette_tool_delegate.h", |
| 1197 "system/palette/palette_tool_manager_unittest.cc", | 1197 "system/palette/palette_tool_manager_unittest.cc", |
| 1198 "system/palette/tools/create_note_unittest.cc", | 1198 "system/palette/tools/create_note_unittest.cc", |
| 1199 "system/palette/tools/metalayer_unittest.cc", |
| 1199 "system/palette/tools/screenshot_unittest.cc", | 1200 "system/palette/tools/screenshot_unittest.cc", |
| 1200 "system/power/power_event_observer_unittest.cc", | 1201 "system/power/power_event_observer_unittest.cc", |
| 1201 "system/power/power_status_unittest.cc", | 1202 "system/power/power_status_unittest.cc", |
| 1202 "system/power/power_status_view_unittest.cc", | 1203 "system/power/power_status_view_unittest.cc", |
| 1203 "system/power/tablet_power_button_controller_unittest.cc", | 1204 "system/power/tablet_power_button_controller_unittest.cc", |
| 1204 "system/power/tray_power_unittest.cc", | 1205 "system/power/tray_power_unittest.cc", |
| 1205 "system/power/video_activity_notifier_unittest.cc", | 1206 "system/power/video_activity_notifier_unittest.cc", |
| 1206 "system/screen_security/screen_tray_item_unittest.cc", | 1207 "system/screen_security/screen_tray_item_unittest.cc", |
| 1207 "system/session/logout_confirmation_controller_unittest.cc", | 1208 "system/session/logout_confirmation_controller_unittest.cc", |
| 1208 "system/session/tray_session_length_limit_unittest.cc", | 1209 "system/session/tray_session_length_limit_unittest.cc", |
| (...skipping 284 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 |