| 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 "system/media_security/multi_profile_media_tray_item.h", | 373 "system/media_security/multi_profile_media_tray_item.h", |
| 374 "system/network/network_icon.cc", | 374 "system/network/network_icon.cc", |
| 375 "system/network/network_icon.h", | 375 "system/network/network_icon.h", |
| 376 "system/network/network_icon_animation.cc", | 376 "system/network/network_icon_animation.cc", |
| 377 "system/network/network_icon_animation.h", | 377 "system/network/network_icon_animation.h", |
| 378 "system/network/network_icon_animation_observer.h", | 378 "system/network/network_icon_animation_observer.h", |
| 379 "system/network/network_info.cc", | 379 "system/network/network_info.cc", |
| 380 "system/network/network_info.h", | 380 "system/network/network_info.h", |
| 381 "system/network/network_list.cc", | 381 "system/network/network_list.cc", |
| 382 "system/network/network_list.h", | 382 "system/network/network_list.h", |
| 383 "system/network/network_list_view_base.cc", | |
| 384 "system/network/network_list_view_base.h", | |
| 385 "system/network/network_observer.h", | 383 "system/network/network_observer.h", |
| 386 "system/network/network_portal_detector_observer.h", | 384 "system/network/network_portal_detector_observer.h", |
| 387 "system/network/network_state_list_detailed_view.cc", | 385 "system/network/network_state_list_detailed_view.cc", |
| 388 "system/network/network_state_list_detailed_view.h", | 386 "system/network/network_state_list_detailed_view.h", |
| 389 "system/network/sms_observer.cc", | 387 "system/network/sms_observer.cc", |
| 390 "system/network/sms_observer.h", | 388 "system/network/sms_observer.h", |
| 391 "system/network/tray_network.cc", | 389 "system/network/tray_network.cc", |
| 392 "system/network/tray_network.h", | 390 "system/network/tray_network.h", |
| 393 "system/network/tray_network_state_observer.cc", | 391 "system/network/tray_network_state_observer.cc", |
| 394 "system/network/tray_network_state_observer.h", | 392 "system/network/tray_network_state_observer.h", |
| (...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1494 "//content/public/app:both", | 1492 "//content/public/app:both", |
| 1495 "//device/bluetooth", | 1493 "//device/bluetooth", |
| 1496 ] | 1494 ] |
| 1497 | 1495 |
| 1498 data_deps = [ | 1496 data_deps = [ |
| 1499 "//ash/strings:ash_test_strings", | 1497 "//ash/strings:ash_test_strings", |
| 1500 "//ash/resources:ash_test_resources_with_content_100_percent", | 1498 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1501 "//ash/resources:ash_test_resources_200_percent", | 1499 "//ash/resources:ash_test_resources_200_percent", |
| 1502 ] | 1500 ] |
| 1503 } | 1501 } |
| OLD | NEW |