| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "debug.cc", | 78 "debug.cc", |
| 79 "debug.h", | 79 "debug.h", |
| 80 "default_accessibility_delegate.cc", | 80 "default_accessibility_delegate.cc", |
| 81 "default_accessibility_delegate.h", | 81 "default_accessibility_delegate.h", |
| 82 "default_wallpaper_delegate.cc", | 82 "default_wallpaper_delegate.cc", |
| 83 "default_wallpaper_delegate.h", | 83 "default_wallpaper_delegate.h", |
| 84 "devtools/ash_devtools_css_agent.cc", | 84 "devtools/ash_devtools_css_agent.cc", |
| 85 "devtools/ash_devtools_css_agent.h", | 85 "devtools/ash_devtools_css_agent.h", |
| 86 "devtools/ash_devtools_dom_agent.cc", | 86 "devtools/ash_devtools_dom_agent.cc", |
| 87 "devtools/ash_devtools_dom_agent.h", | 87 "devtools/ash_devtools_dom_agent.h", |
| 88 "devtools/ui_element.cc", | |
| 89 "devtools/ui_element.h", | |
| 90 "devtools/ui_element_delegate.h", | |
| 91 "devtools/view_element.cc", | |
| 92 "devtools/view_element.h", | |
| 93 "devtools/widget_element.cc", | |
| 94 "devtools/widget_element.h", | |
| 95 "devtools/window_element.cc", | |
| 96 "devtools/window_element.h", | |
| 97 "display/cursor_window_controller.cc", | 88 "display/cursor_window_controller.cc", |
| 98 "display/cursor_window_controller.h", | 89 "display/cursor_window_controller.h", |
| 99 "display/display_animator.h", | 90 "display/display_animator.h", |
| 100 "display/display_animator_chromeos.cc", | 91 "display/display_animator_chromeos.cc", |
| 101 "display/display_animator_chromeos.h", | 92 "display/display_animator_chromeos.h", |
| 102 "display/display_color_manager_chromeos.cc", | 93 "display/display_color_manager_chromeos.cc", |
| 103 "display/display_color_manager_chromeos.h", | 94 "display/display_color_manager_chromeos.h", |
| 104 "display/display_configuration_controller.cc", | 95 "display/display_configuration_controller.cc", |
| 105 "display/display_configuration_controller.h", | 96 "display/display_configuration_controller.h", |
| 106 "display/display_error_observer_chromeos.cc", | 97 "display/display_error_observer_chromeos.cc", |
| (...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1498 "//content/public/app:both", | 1489 "//content/public/app:both", |
| 1499 "//device/bluetooth", | 1490 "//device/bluetooth", |
| 1500 ] | 1491 ] |
| 1501 | 1492 |
| 1502 data_deps = [ | 1493 data_deps = [ |
| 1503 "//ash/strings:ash_test_strings", | 1494 "//ash/strings:ash_test_strings", |
| 1504 "//ash/resources:ash_test_resources_with_content_100_percent", | 1495 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1505 "//ash/resources:ash_test_resources_200_percent", | 1496 "//ash/resources:ash_test_resources_200_percent", |
| 1506 ] | 1497 ] |
| 1507 } | 1498 } |
| OLD | NEW |