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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
458 "common/wallpaper/wallpaper_controller.cc", | 458 "common/wallpaper/wallpaper_controller.cc", |
459 "common/wallpaper/wallpaper_controller.h", | 459 "common/wallpaper/wallpaper_controller.h", |
460 "common/wallpaper/wallpaper_controller_observer.h", | 460 "common/wallpaper/wallpaper_controller_observer.h", |
461 "common/wallpaper/wallpaper_delegate.h", | 461 "common/wallpaper/wallpaper_delegate.h", |
462 "common/wallpaper/wallpaper_view.cc", | 462 "common/wallpaper/wallpaper_view.cc", |
463 "common/wallpaper/wallpaper_view.h", | 463 "common/wallpaper/wallpaper_view.h", |
464 "common/wallpaper/wallpaper_widget_controller.cc", | 464 "common/wallpaper/wallpaper_widget_controller.cc", |
465 "common/wallpaper/wallpaper_widget_controller.h", | 465 "common/wallpaper/wallpaper_widget_controller.h", |
466 "common/wm/always_on_top_controller.cc", | 466 "common/wm/always_on_top_controller.cc", |
467 "common/wm/always_on_top_controller.h", | 467 "common/wm/always_on_top_controller.h", |
468 "common/wm/background_animator.cc", | |
469 "common/wm/background_animator.h", | |
James Cook
2017/02/08 00:31:27
Was this file actually deleted in this CL?
bruthig
2017/02/10 18:49:09
Whoops, don't know how that happened. Good catch,
| |
470 "common/wm/container_finder.cc", | 468 "common/wm/container_finder.cc", |
471 "common/wm/container_finder.h", | 469 "common/wm/container_finder.h", |
472 "common/wm/default_state.cc", | 470 "common/wm/default_state.cc", |
473 "common/wm/default_state.h", | 471 "common/wm/default_state.h", |
474 "common/wm/default_window_resizer.cc", | 472 "common/wm/default_window_resizer.cc", |
475 "common/wm/default_window_resizer.h", | 473 "common/wm/default_window_resizer.h", |
476 "common/wm/dock/docked_window_layout_manager.cc", | 474 "common/wm/dock/docked_window_layout_manager.cc", |
477 "common/wm/dock/docked_window_layout_manager.h", | 475 "common/wm/dock/docked_window_layout_manager.h", |
478 "common/wm/dock/docked_window_layout_manager_observer.h", | 476 "common/wm/dock/docked_window_layout_manager_observer.h", |
479 "common/wm/dock/docked_window_resizer.cc", | 477 "common/wm/dock/docked_window_resizer.cc", |
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1422 "//content/public/app:both", | 1420 "//content/public/app:both", |
1423 "//device/bluetooth", | 1421 "//device/bluetooth", |
1424 ] | 1422 ] |
1425 | 1423 |
1426 data_deps = [ | 1424 data_deps = [ |
1427 "//ash/common/strings:ash_test_strings", | 1425 "//ash/common/strings:ash_test_strings", |
1428 "//ash/resources:ash_test_resources_with_content_100_percent", | 1426 "//ash/resources:ash_test_resources_with_content_100_percent", |
1429 "//ash/resources:ash_test_resources_200_percent", | 1427 "//ash/resources:ash_test_resources_200_percent", |
1430 ] | 1428 ] |
1431 } | 1429 } |
OLD | NEW |