| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "common/mojo_interface_factory.h", | 127 "common/mojo_interface_factory.h", |
| 128 "common/multi_profile_uma.cc", | 128 "common/multi_profile_uma.cc", |
| 129 "common/multi_profile_uma.h", | 129 "common/multi_profile_uma.h", |
| 130 "common/new_window_client_proxy.cc", | 130 "common/new_window_client_proxy.cc", |
| 131 "common/new_window_client_proxy.h", | 131 "common/new_window_client_proxy.h", |
| 132 "common/palette_delegate.h", | 132 "common/palette_delegate.h", |
| 133 "common/popup_message.cc", | 133 "common/popup_message.cc", |
| 134 "common/popup_message.h", | 134 "common/popup_message.h", |
| 135 "common/scoped_root_window_for_new_windows.cc", | 135 "common/scoped_root_window_for_new_windows.cc", |
| 136 "common/scoped_root_window_for_new_windows.h", | 136 "common/scoped_root_window_for_new_windows.h", |
| 137 "common/session/session_controller.cc", |
| 138 "common/session/session_controller.h", |
| 137 "common/session/session_state_delegate.cc", | 139 "common/session/session_state_delegate.cc", |
| 138 "common/session/session_state_delegate.h", | 140 "common/session/session_state_delegate.h", |
| 139 "common/session/session_state_observer.cc", | 141 "common/session/session_state_observer.cc", |
| 140 "common/session/session_state_observer.h", | 142 "common/session/session_state_observer.h", |
| 141 "common/shelf/app_list_button.cc", | 143 "common/shelf/app_list_button.cc", |
| 142 "common/shelf/app_list_button.h", | 144 "common/shelf/app_list_button.h", |
| 143 "common/shelf/app_list_shelf_item_delegate.cc", | 145 "common/shelf/app_list_shelf_item_delegate.cc", |
| 144 "common/shelf/app_list_shelf_item_delegate.h", | 146 "common/shelf/app_list_shelf_item_delegate.h", |
| 145 "common/shelf/ink_drop_button_listener.h", | 147 "common/shelf/ink_drop_button_listener.h", |
| 146 "common/shelf/overflow_bubble.cc", | 148 "common/shelf/overflow_bubble.cc", |
| (...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 "accelerators/accelerator_commands_unittest.cc", | 1209 "accelerators/accelerator_commands_unittest.cc", |
| 1208 "accelerators/accelerator_controller_unittest.cc", | 1210 "accelerators/accelerator_controller_unittest.cc", |
| 1209 "accelerators/accelerator_filter_unittest.cc", | 1211 "accelerators/accelerator_filter_unittest.cc", |
| 1210 "accelerators/magnifier_key_scroller_unittest.cc", | 1212 "accelerators/magnifier_key_scroller_unittest.cc", |
| 1211 "accelerators/spoken_feedback_toggler_unittest.cc", | 1213 "accelerators/spoken_feedback_toggler_unittest.cc", |
| 1212 "app_list/app_list_presenter_delegate_unittest.cc", | 1214 "app_list/app_list_presenter_delegate_unittest.cc", |
| 1213 "ash_touch_exploration_manager_chromeos_unittest.cc", | 1215 "ash_touch_exploration_manager_chromeos_unittest.cc", |
| 1214 "aura/pointer_watcher_adapter_unittest.cc", | 1216 "aura/pointer_watcher_adapter_unittest.cc", |
| 1215 "autoclick/autoclick_unittest.cc", | 1217 "autoclick/autoclick_unittest.cc", |
| 1216 "common/devtools/ash_devtools_unittest.cc", | 1218 "common/devtools/ash_devtools_unittest.cc", |
| 1219 "common/session/session_controller_unittest.cc", |
| 1217 | 1220 |
| 1218 # TODO: convert to use AshTest http://crbug.com/654489. | 1221 # TODO: convert to use AshTest http://crbug.com/654489. |
| 1219 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c
c", | 1222 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c
c", |
| 1220 "common/frame/custom_frame_view_ash_unittest.cc", | 1223 "common/frame/custom_frame_view_ash_unittest.cc", |
| 1221 "common/frame/default_header_painter_unittest.cc", | 1224 "common/frame/default_header_painter_unittest.cc", |
| 1222 | 1225 |
| 1223 # TODO: convert to use AshTest http://crbug.com/654491. | 1226 # TODO: convert to use AshTest http://crbug.com/654491. |
| 1224 "common/material_design/material_design_controller_unittest.cc", | 1227 "common/material_design/material_design_controller_unittest.cc", |
| 1225 | 1228 |
| 1226 # TODO: convert to use AshTest http://crbug.com/654492. | 1229 # TODO: convert to use AshTest http://crbug.com/654492. |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1508 if (is_win) { | 1511 if (is_win) { |
| 1509 configs -= [ "//build/config/win:console" ] | 1512 configs -= [ "//build/config/win:console" ] |
| 1510 configs += [ "//build/config/win:windowed" ] | 1513 configs += [ "//build/config/win:windowed" ] |
| 1511 deps += [ "//sandbox" ] | 1514 deps += [ "//sandbox" ] |
| 1512 } | 1515 } |
| 1513 | 1516 |
| 1514 if (is_chromeos) { | 1517 if (is_chromeos) { |
| 1515 deps += [ "//device/bluetooth" ] | 1518 deps += [ "//device/bluetooth" ] |
| 1516 } | 1519 } |
| 1517 } | 1520 } |
| OLD | NEW |