| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 "laser/laser_segment_utils.cc", | 198 "laser/laser_segment_utils.cc", |
| 199 "laser/laser_segment_utils.h", | 199 "laser/laser_segment_utils.h", |
| 200 "link_handler_model.cc", | 200 "link_handler_model.cc", |
| 201 "link_handler_model.h", | 201 "link_handler_model.h", |
| 202 "link_handler_model_factory.cc", | 202 "link_handler_model_factory.cc", |
| 203 "link_handler_model_factory.h", | 203 "link_handler_model_factory.h", |
| 204 "login/views/lock_contents_view.cc", | 204 "login/views/lock_contents_view.cc", |
| 205 "login/views/lock_contents_view.h", | 205 "login/views/lock_contents_view.h", |
| 206 "login/views/lock_screen.cc", | 206 "login/views/lock_screen.cc", |
| 207 "login/views/lock_screen.h", | 207 "login/views/lock_screen.h", |
| 208 "login/views/lock_window.cc", |
| 209 "login/views/lock_window.h", |
| 208 "login_status.h", | 210 "login_status.h", |
| 209 "magnifier/magnification_controller.cc", | 211 "magnifier/magnification_controller.cc", |
| 210 "magnifier/magnification_controller.h", | 212 "magnifier/magnification_controller.h", |
| 211 "magnifier/partial_magnification_controller.cc", | 213 "magnifier/partial_magnification_controller.cc", |
| 212 "magnifier/partial_magnification_controller.h", | 214 "magnifier/partial_magnification_controller.h", |
| 213 "media_controller.cc", | 215 "media_controller.cc", |
| 214 "media_controller.h", | 216 "media_controller.h", |
| 215 "metrics/desktop_task_switch_metric_recorder.cc", | 217 "metrics/desktop_task_switch_metric_recorder.cc", |
| 216 "metrics/desktop_task_switch_metric_recorder.h", | 218 "metrics/desktop_task_switch_metric_recorder.h", |
| 217 "metrics/gesture_action_type.h", | 219 "metrics/gesture_action_type.h", |
| (...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 "//components/ui_devtools", | 844 "//components/ui_devtools", |
| 843 "//components/user_manager", | 845 "//components/user_manager", |
| 844 "//components/wallpaper", | 846 "//components/wallpaper", |
| 845 "//device/bluetooth", | 847 "//device/bluetooth", |
| 846 "//gpu/command_buffer/client", | 848 "//gpu/command_buffer/client", |
| 847 "//gpu/command_buffer/client:gles2_interface", | 849 "//gpu/command_buffer/client:gles2_interface", |
| 848 "//media", | 850 "//media", |
| 849 "//net", | 851 "//net", |
| 850 "//services/preferences/public/cpp", | 852 "//services/preferences/public/cpp", |
| 851 "//services/service_manager/public/cpp", | 853 "//services/service_manager/public/cpp", |
| 854 "//services/ui/public/cpp", |
| 852 "//services/ui/public/interfaces", | 855 "//services/ui/public/interfaces", |
| 853 "//skia", | 856 "//skia", |
| 854 | 857 |
| 855 # TODO(msw): Remove this; only ash_with_content should depend on webkit. | 858 # TODO(msw): Remove this; only ash_with_content should depend on webkit. |
| 856 "//third_party/WebKit/public:blink_headers", | 859 "//third_party/WebKit/public:blink_headers", |
| 857 "//third_party/icu", | 860 "//third_party/icu", |
| 858 "//third_party/qcms", | 861 "//third_party/qcms", |
| 859 "//ui/accessibility", | 862 "//ui/accessibility", |
| 860 "//ui/app_list/presenter", | 863 "//ui/app_list/presenter", |
| 861 "//ui/aura", | 864 "//ui/aura", |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1501 "//content/public/app:both", | 1504 "//content/public/app:both", |
| 1502 "//device/bluetooth", | 1505 "//device/bluetooth", |
| 1503 ] | 1506 ] |
| 1504 | 1507 |
| 1505 data_deps = [ | 1508 data_deps = [ |
| 1506 "//ash/strings:ash_test_strings", | 1509 "//ash/strings:ash_test_strings", |
| 1507 "//ash/resources:ash_test_resources_with_content_100_percent", | 1510 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1508 "//ash/resources:ash_test_resources_200_percent", | 1511 "//ash/resources:ash_test_resources_200_percent", |
| 1509 ] | 1512 ] |
| 1510 } | 1513 } |
| OLD | NEW |