| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 "new_window_controller.h", | 229 "new_window_controller.h", |
| 230 "palette_delegate.h", | 230 "palette_delegate.h", |
| 231 "root_window_controller.cc", | 231 "root_window_controller.cc", |
| 232 "root_window_controller.h", | 232 "root_window_controller.h", |
| 233 "root_window_settings.cc", | 233 "root_window_settings.cc", |
| 234 "root_window_settings.h", | 234 "root_window_settings.h", |
| 235 "rotator/screen_rotation_animation.cc", | 235 "rotator/screen_rotation_animation.cc", |
| 236 "rotator/screen_rotation_animation.h", | 236 "rotator/screen_rotation_animation.h", |
| 237 "rotator/screen_rotation_animator.cc", | 237 "rotator/screen_rotation_animator.cc", |
| 238 "rotator/screen_rotation_animator.h", | 238 "rotator/screen_rotation_animator.h", |
| 239 "rotator/screen_rotation_animator_lock.cc", |
| 240 "rotator/screen_rotation_animator_lock.h", |
| 239 "rotator/screen_rotation_animator_observer.h", | 241 "rotator/screen_rotation_animator_observer.h", |
| 240 "rotator/window_rotation.cc", | 242 "rotator/window_rotation.cc", |
| 241 "rotator/window_rotation.h", | 243 "rotator/window_rotation.h", |
| 242 "scoped_root_window_for_new_windows.cc", | 244 "scoped_root_window_for_new_windows.cc", |
| 243 "scoped_root_window_for_new_windows.h", | 245 "scoped_root_window_for_new_windows.h", |
| 244 "screen_util.cc", | 246 "screen_util.cc", |
| 245 "screen_util.h", | 247 "screen_util.h", |
| 246 "screenshot_delegate.h", | 248 "screenshot_delegate.h", |
| 247 "session/session_controller.cc", | 249 "session/session_controller.cc", |
| 248 "session/session_controller.h", | 250 "session/session_controller.h", |
| (...skipping 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1492 "//content/public/app:both", | 1494 "//content/public/app:both", |
| 1493 "//device/bluetooth", | 1495 "//device/bluetooth", |
| 1494 ] | 1496 ] |
| 1495 | 1497 |
| 1496 data_deps = [ | 1498 data_deps = [ |
| 1497 "//ash/strings:ash_test_strings", | 1499 "//ash/strings:ash_test_strings", |
| 1498 "//ash/resources:ash_test_resources_with_content_100_percent", | 1500 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1499 "//ash/resources:ash_test_resources_200_percent", | 1501 "//ash/resources:ash_test_resources_200_percent", |
| 1500 ] | 1502 ] |
| 1501 } | 1503 } |
| OLD | NEW |