Chromium Code Reviews| 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 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1175 "shelf/shelf_widget_unittest.cc", | 1175 "shelf/shelf_widget_unittest.cc", |
| 1176 "shelf/shelf_window_watcher_unittest.cc", | 1176 "shelf/shelf_window_watcher_unittest.cc", |
| 1177 "shell_unittest.cc", | 1177 "shell_unittest.cc", |
| 1178 "sticky_keys/sticky_keys_overlay_unittest.cc", | 1178 "sticky_keys/sticky_keys_overlay_unittest.cc", |
| 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", | |
|
xiyuan
2017/04/26 19:55:12
Seems the file is missed from the CL.
James Cook
2017/04/26 21:04:15
Whoops. Silly me. Done.
| |
| 1185 "system/ime/tray_ime_chromeos_unittest.cc", | 1186 "system/ime/tray_ime_chromeos_unittest.cc", |
| 1186 "system/ime_menu/ime_menu_tray_unittest.cc", | 1187 "system/ime_menu/ime_menu_tray_unittest.cc", |
| 1187 "system/media_security/multi_profile_media_tray_item_unittest.cc", | 1188 "system/media_security/multi_profile_media_tray_item_unittest.cc", |
| 1188 "system/network/sms_observer_unittest.cc", | 1189 "system/network/sms_observer_unittest.cc", |
| 1189 "system/network/vpn_list_unittest.cc", | 1190 "system/network/vpn_list_unittest.cc", |
| 1190 "system/overview/overview_button_tray_unittest.cc", | 1191 "system/overview/overview_button_tray_unittest.cc", |
| 1191 "system/palette/mock_palette_tool_delegate.cc", | 1192 "system/palette/mock_palette_tool_delegate.cc", |
| 1192 "system/palette/mock_palette_tool_delegate.h", | 1193 "system/palette/mock_palette_tool_delegate.h", |
| 1193 "system/palette/palette_tool_manager_unittest.cc", | 1194 "system/palette/palette_tool_manager_unittest.cc", |
| 1194 "system/palette/tools/create_note_unittest.cc", | 1195 "system/palette/tools/create_note_unittest.cc", |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1489 "//content/public/app:both", | 1490 "//content/public/app:both", |
| 1490 "//device/bluetooth", | 1491 "//device/bluetooth", |
| 1491 ] | 1492 ] |
| 1492 | 1493 |
| 1493 data_deps = [ | 1494 data_deps = [ |
| 1494 "//ash/strings:ash_test_strings", | 1495 "//ash/strings:ash_test_strings", |
| 1495 "//ash/resources:ash_test_resources_with_content_100_percent", | 1496 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1496 "//ash/resources:ash_test_resources_200_percent", | 1497 "//ash/resources:ash_test_resources_200_percent", |
| 1497 ] | 1498 ] |
| 1498 } | 1499 } |
| OLD | NEW |