| 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 "system/palette/tools/capture_region_mode.cc", | 423 "system/palette/tools/capture_region_mode.cc", |
| 424 "system/palette/tools/capture_region_mode.h", | 424 "system/palette/tools/capture_region_mode.h", |
| 425 "system/palette/tools/capture_screen_action.cc", | 425 "system/palette/tools/capture_screen_action.cc", |
| 426 "system/palette/tools/capture_screen_action.h", | 426 "system/palette/tools/capture_screen_action.h", |
| 427 "system/palette/tools/create_note_action.cc", | 427 "system/palette/tools/create_note_action.cc", |
| 428 "system/palette/tools/create_note_action.h", | 428 "system/palette/tools/create_note_action.h", |
| 429 "system/palette/tools/laser_pointer_mode.cc", | 429 "system/palette/tools/laser_pointer_mode.cc", |
| 430 "system/palette/tools/laser_pointer_mode.h", | 430 "system/palette/tools/laser_pointer_mode.h", |
| 431 "system/palette/tools/magnifier_mode.cc", | 431 "system/palette/tools/magnifier_mode.cc", |
| 432 "system/palette/tools/magnifier_mode.h", | 432 "system/palette/tools/magnifier_mode.h", |
| 433 "system/palette/tools/metalayer_mode.cc", |
| 434 "system/palette/tools/metalayer_mode.h", |
| 433 "system/power/battery_notification.cc", | 435 "system/power/battery_notification.cc", |
| 434 "system/power/battery_notification.h", | 436 "system/power/battery_notification.h", |
| 435 "system/power/dual_role_notification.cc", | 437 "system/power/dual_role_notification.cc", |
| 436 "system/power/dual_role_notification.h", | 438 "system/power/dual_role_notification.h", |
| 437 "system/power/power_event_observer.cc", | 439 "system/power/power_event_observer.cc", |
| 438 "system/power/power_event_observer.h", | 440 "system/power/power_event_observer.h", |
| 439 "system/power/power_status.cc", | 441 "system/power/power_status.cc", |
| 440 "system/power/power_status.h", | 442 "system/power/power_status.h", |
| 441 "system/power/power_status_view.cc", | 443 "system/power/power_status_view.cc", |
| 442 "system/power/power_status_view.h", | 444 "system/power/power_status_view.h", |
| (...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1491 "//content/public/app:both", | 1493 "//content/public/app:both", |
| 1492 "//device/bluetooth", | 1494 "//device/bluetooth", |
| 1493 ] | 1495 ] |
| 1494 | 1496 |
| 1495 data_deps = [ | 1497 data_deps = [ |
| 1496 "//ash/strings:ash_test_strings", | 1498 "//ash/strings:ash_test_strings", |
| 1497 "//ash/resources:ash_test_resources_with_content_100_percent", | 1499 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1498 "//ash/resources:ash_test_resources_200_percent", | 1500 "//ash/resources:ash_test_resources_200_percent", |
| 1499 ] | 1501 ] |
| 1500 } | 1502 } |
| OLD | NEW |