| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "common/frame/header_painter.h", | 101 "common/frame/header_painter.h", |
| 102 "common/frame/header_painter_util.cc", | 102 "common/frame/header_painter_util.cc", |
| 103 "common/frame/header_painter_util.h", | 103 "common/frame/header_painter_util.h", |
| 104 "common/frame/header_view.cc", | 104 "common/frame/header_view.cc", |
| 105 "common/frame/header_view.h", | 105 "common/frame/header_view.h", |
| 106 "common/gpu_support.h", | 106 "common/gpu_support.h", |
| 107 "common/gpu_support_stub.cc", | 107 "common/gpu_support_stub.cc", |
| 108 "common/gpu_support_stub.h", | 108 "common/gpu_support_stub.h", |
| 109 "common/key_event_watcher.cc", | 109 "common/key_event_watcher.cc", |
| 110 "common/key_event_watcher.h", | 110 "common/key_event_watcher.h", |
| 111 "common/keyboard/keyboard_observer_register.cc", |
| 112 "common/keyboard/keyboard_observer_register.h", |
| 111 "common/keyboard/keyboard_ui.cc", | 113 "common/keyboard/keyboard_ui.cc", |
| 112 "common/keyboard/keyboard_ui.h", | 114 "common/keyboard/keyboard_ui.h", |
| 113 "common/keyboard/keyboard_ui_observer.h", | 115 "common/keyboard/keyboard_ui_observer.h", |
| 114 "common/login_status.h", | 116 "common/login_status.h", |
| 115 "common/material_design/material_design_controller.cc", | 117 "common/material_design/material_design_controller.cc", |
| 116 "common/material_design/material_design_controller.h", | 118 "common/material_design/material_design_controller.h", |
| 117 "common/media_controller.cc", | 119 "common/media_controller.cc", |
| 118 "common/media_controller.h", | 120 "common/media_controller.h", |
| 119 "common/metrics/gesture_action_type.h", | 121 "common/metrics/gesture_action_type.h", |
| 120 "common/metrics/pointer_metrics_recorder.cc", | 122 "common/metrics/pointer_metrics_recorder.cc", |
| (...skipping 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1504 "//content/public/app:both", | 1506 "//content/public/app:both", |
| 1505 "//device/bluetooth", | 1507 "//device/bluetooth", |
| 1506 ] | 1508 ] |
| 1507 | 1509 |
| 1508 data_deps = [ | 1510 data_deps = [ |
| 1509 "//ash/strings:ash_test_strings", | 1511 "//ash/strings:ash_test_strings", |
| 1510 "//ash/resources:ash_test_resources_with_content_100_percent", | 1512 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1511 "//ash/resources:ash_test_resources_200_percent", | 1513 "//ash/resources:ash_test_resources_200_percent", |
| 1512 ] | 1514 ] |
| 1513 } | 1515 } |
| OLD | NEW |