| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 "system/network/tray_vpn.cc", | 414 "system/network/tray_vpn.cc", |
| 415 "system/network/tray_vpn.h", | 415 "system/network/tray_vpn.h", |
| 416 "system/network/vpn_list.cc", | 416 "system/network/vpn_list.cc", |
| 417 "system/network/vpn_list.h", | 417 "system/network/vpn_list.h", |
| 418 "system/network/vpn_list_view.cc", | 418 "system/network/vpn_list_view.cc", |
| 419 "system/network/vpn_list_view.h", | 419 "system/network/vpn_list_view.h", |
| 420 "system/networking_config_delegate.cc", | 420 "system/networking_config_delegate.cc", |
| 421 "system/networking_config_delegate.h", | 421 "system/networking_config_delegate.h", |
| 422 "system/night_light/night_light_controller.cc", | 422 "system/night_light/night_light_controller.cc", |
| 423 "system/night_light/night_light_controller.h", | 423 "system/night_light/night_light_controller.h", |
| 424 "system/night_light/night_light_toggle_button.cc", |
| 425 "system/night_light/night_light_toggle_button.h", |
| 424 "system/night_light/tray_night_light.cc", | 426 "system/night_light/tray_night_light.cc", |
| 425 "system/night_light/tray_night_light.h", | 427 "system/night_light/tray_night_light.h", |
| 426 "system/overview/overview_button_tray.cc", | 428 "system/overview/overview_button_tray.cc", |
| 427 "system/overview/overview_button_tray.h", | 429 "system/overview/overview_button_tray.h", |
| 428 "system/palette/common_palette_tool.cc", | 430 "system/palette/common_palette_tool.cc", |
| 429 "system/palette/common_palette_tool.h", | 431 "system/palette/common_palette_tool.h", |
| 430 "system/palette/palette_ids.cc", | 432 "system/palette/palette_ids.cc", |
| 431 "system/palette/palette_ids.h", | 433 "system/palette/palette_ids.h", |
| 432 "system/palette/palette_tool.cc", | 434 "system/palette/palette_tool.cc", |
| 433 "system/palette/palette_tool.h", | 435 "system/palette/palette_tool.h", |
| (...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1514 "//content/public/app:both", | 1516 "//content/public/app:both", |
| 1515 "//device/bluetooth", | 1517 "//device/bluetooth", |
| 1516 ] | 1518 ] |
| 1517 | 1519 |
| 1518 data_deps = [ | 1520 data_deps = [ |
| 1519 "//ash/strings:ash_test_strings", | 1521 "//ash/strings:ash_test_strings", |
| 1520 "//ash/resources:ash_test_resources_with_content_100_percent", | 1522 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1521 "//ash/resources:ash_test_resources_200_percent", | 1523 "//ash/resources:ash_test_resources_200_percent", |
| 1522 ] | 1524 ] |
| 1523 } | 1525 } |
| OLD | NEW |