| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_status.h", | 204 "login_status.h", |
| 205 "magnifier/magnification_controller.cc", | 205 "magnifier/magnification_controller.cc", |
| 206 "magnifier/magnification_controller.h", | 206 "magnifier/magnification_controller.h", |
| 207 "magnifier/partial_magnification_controller.cc", | 207 "magnifier/partial_magnification_controller.cc", |
| 208 "magnifier/partial_magnification_controller.h", | 208 "magnifier/partial_magnification_controller.h", |
| 209 "material_design/material_design_controller.cc", | |
| 210 "material_design/material_design_controller.h", | |
| 211 "media_controller.cc", | 209 "media_controller.cc", |
| 212 "media_controller.h", | 210 "media_controller.h", |
| 213 "metrics/desktop_task_switch_metric_recorder.cc", | 211 "metrics/desktop_task_switch_metric_recorder.cc", |
| 214 "metrics/desktop_task_switch_metric_recorder.h", | 212 "metrics/desktop_task_switch_metric_recorder.h", |
| 215 "metrics/gesture_action_type.h", | 213 "metrics/gesture_action_type.h", |
| 216 "metrics/pointer_metrics_recorder.cc", | 214 "metrics/pointer_metrics_recorder.cc", |
| 217 "metrics/pointer_metrics_recorder.h", | 215 "metrics/pointer_metrics_recorder.h", |
| 218 "metrics/task_switch_metrics_recorder.cc", | 216 "metrics/task_switch_metrics_recorder.cc", |
| 219 "metrics/task_switch_metrics_recorder.h", | 217 "metrics/task_switch_metrics_recorder.h", |
| 220 "metrics/task_switch_source.h", | 218 "metrics/task_switch_source.h", |
| (...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1492 "//content/public/app:both", | 1490 "//content/public/app:both", |
| 1493 "//device/bluetooth", | 1491 "//device/bluetooth", |
| 1494 ] | 1492 ] |
| 1495 | 1493 |
| 1496 data_deps = [ | 1494 data_deps = [ |
| 1497 "//ash/strings:ash_test_strings", | 1495 "//ash/strings:ash_test_strings", |
| 1498 "//ash/resources:ash_test_resources_with_content_100_percent", | 1496 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1499 "//ash/resources:ash_test_resources_200_percent", | 1497 "//ash/resources:ash_test_resources_200_percent", |
| 1500 ] | 1498 ] |
| 1501 } | 1499 } |
| OLD | NEW |