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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1367 "//build/config/compiler:no_size_t_to_int_warning", | 1370 "//build/config/compiler:no_size_t_to_int_warning", |
1368 ] | 1371 ] |
1369 | 1372 |
1370 deps = [ | 1373 deps = [ |
1371 ":ash", | 1374 ":ash", |
1372 "//ash/autoclick/common:autoclick", | 1375 "//ash/autoclick/common:autoclick", |
1373 "//ash/common:unittests", | 1376 "//ash/common:unittests", |
1374 "//ash/common/strings", | 1377 "//ash/common/strings", |
1375 "//ash/common/test:test_support", | 1378 "//ash/common/test:test_support", |
1376 "//ash/public/cpp", | 1379 "//ash/public/cpp", |
| 1380 "//ash/public/interfaces", |
1377 "//ash/resources", | 1381 "//ash/resources", |
1378 "//ash/test:ash_with_aura_test_support", | 1382 "//ash/test:ash_with_aura_test_support", |
1379 "//ash/test:test_support_without_content", | 1383 "//ash/test:test_support_without_content", |
1380 "//ash/touch_hud", | 1384 "//ash/touch_hud", |
1381 "//base", | 1385 "//base", |
1382 "//base/test:test_support", | 1386 "//base/test:test_support", |
1383 "//components/signin/core/account_id", | 1387 "//components/signin/core/account_id", |
1384 "//components/user_manager", | 1388 "//components/user_manager", |
1385 "//mojo/edk/system", | 1389 "//mojo/edk/system", |
1386 "//services/ui/public/interfaces", | 1390 "//services/ui/public/interfaces", |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1508 if (is_win) { | 1512 if (is_win) { |
1509 configs -= [ "//build/config/win:console" ] | 1513 configs -= [ "//build/config/win:console" ] |
1510 configs += [ "//build/config/win:windowed" ] | 1514 configs += [ "//build/config/win:windowed" ] |
1511 deps += [ "//sandbox" ] | 1515 deps += [ "//sandbox" ] |
1512 } | 1516 } |
1513 | 1517 |
1514 if (is_chromeos) { | 1518 if (is_chromeos) { |
1515 deps += [ "//device/bluetooth" ] | 1519 deps += [ "//device/bluetooth" ] |
1516 } | 1520 } |
1517 } | 1521 } |
OLD | NEW |