| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 "common/mojo_interface_factory.h", | 126 "common/mojo_interface_factory.h", |
| 127 "common/multi_profile_uma.cc", | 127 "common/multi_profile_uma.cc", |
| 128 "common/multi_profile_uma.h", | 128 "common/multi_profile_uma.h", |
| 129 "common/new_window_controller.cc", | 129 "common/new_window_controller.cc", |
| 130 "common/new_window_controller.h", | 130 "common/new_window_controller.h", |
| 131 "common/palette_delegate.h", | 131 "common/palette_delegate.h", |
| 132 "common/scoped_root_window_for_new_windows.cc", | 132 "common/scoped_root_window_for_new_windows.cc", |
| 133 "common/scoped_root_window_for_new_windows.h", | 133 "common/scoped_root_window_for_new_windows.h", |
| 134 "common/session/session_controller.cc", | 134 "common/session/session_controller.cc", |
| 135 "common/session/session_controller.h", | 135 "common/session/session_controller.h", |
| 136 "common/session/session_state_delegate.cc", | |
| 137 "common/session/session_state_delegate.h", | 136 "common/session/session_state_delegate.h", |
| 138 "common/session/session_state_observer.cc", | 137 "common/session/session_state_observer.cc", |
| 139 "common/session/session_state_observer.h", | 138 "common/session/session_state_observer.h", |
| 140 "common/shelf/app_list_button.cc", | 139 "common/shelf/app_list_button.cc", |
| 141 "common/shelf/app_list_button.h", | 140 "common/shelf/app_list_button.h", |
| 142 "common/shelf/app_list_shelf_item_delegate.cc", | 141 "common/shelf/app_list_shelf_item_delegate.cc", |
| 143 "common/shelf/app_list_shelf_item_delegate.h", | 142 "common/shelf/app_list_shelf_item_delegate.h", |
| 144 "common/shelf/ink_drop_button_listener.h", | 143 "common/shelf/ink_drop_button_listener.h", |
| 145 "common/shelf/overflow_bubble.cc", | 144 "common/shelf/overflow_bubble.cc", |
| 146 "common/shelf/overflow_bubble.h", | 145 "common/shelf/overflow_bubble.h", |
| (...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 994 testonly = true | 993 testonly = true |
| 995 sources = [ | 994 sources = [ |
| 996 "../ui/views/test/test_views_delegate_aura.cc", | 995 "../ui/views/test/test_views_delegate_aura.cc", |
| 997 "shell/app_list.cc", | 996 "shell/app_list.cc", |
| 998 "shell/bubble.cc", | 997 "shell/bubble.cc", |
| 999 "shell/context_menu.cc", | 998 "shell/context_menu.cc", |
| 1000 "shell/context_menu.h", | 999 "shell/context_menu.h", |
| 1001 "shell/example_app_list_presenter.cc", | 1000 "shell/example_app_list_presenter.cc", |
| 1002 "shell/example_app_list_presenter.h", | 1001 "shell/example_app_list_presenter.h", |
| 1003 "shell/example_factory.h", | 1002 "shell/example_factory.h", |
| 1003 "shell/example_session_controller_client.cc", |
| 1004 "shell/example_session_controller_client.h", |
| 1004 "shell/lock_view.cc", | 1005 "shell/lock_view.cc", |
| 1005 "shell/panel_window.cc", | 1006 "shell/panel_window.cc", |
| 1006 "shell/panel_window.h", | 1007 "shell/panel_window.h", |
| 1007 "shell/shell_delegate_impl.cc", | 1008 "shell/shell_delegate_impl.cc", |
| 1008 "shell/shell_delegate_impl.h", | 1009 "shell/shell_delegate_impl.h", |
| 1009 "shell/toplevel_window.cc", | 1010 "shell/toplevel_window.cc", |
| 1010 "shell/toplevel_window.h", | 1011 "shell/toplevel_window.h", |
| 1011 "shell/widgets.cc", | 1012 "shell/widgets.cc", |
| 1012 "shell/window_watcher.cc", | 1013 "shell/window_watcher.cc", |
| 1013 "shell/window_watcher.h", | 1014 "shell/window_watcher.h", |
| (...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1505 "//content/public/app:both", | 1506 "//content/public/app:both", |
| 1506 "//device/bluetooth", | 1507 "//device/bluetooth", |
| 1507 ] | 1508 ] |
| 1508 | 1509 |
| 1509 data_deps = [ | 1510 data_deps = [ |
| 1510 "//ash/strings:ash_test_strings", | 1511 "//ash/strings:ash_test_strings", |
| 1511 "//ash/resources:ash_test_resources_with_content_100_percent", | 1512 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1512 "//ash/resources:ash_test_resources_200_percent", | 1513 "//ash/resources:ash_test_resources_200_percent", |
| 1513 ] | 1514 ] |
| 1514 } | 1515 } |
| OLD | NEW |