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_controller.cc", | 130 "common/new_window_controller.cc", |
131 "common/new_window_controller.h", | 131 "common/new_window_controller.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 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1209 "accelerators/accelerator_commands_unittest.cc", | 1211 "accelerators/accelerator_commands_unittest.cc", |
1210 "accelerators/accelerator_controller_unittest.cc", | 1212 "accelerators/accelerator_controller_unittest.cc", |
1211 "accelerators/accelerator_filter_unittest.cc", | 1213 "accelerators/accelerator_filter_unittest.cc", |
1212 "accelerators/magnifier_key_scroller_unittest.cc", | 1214 "accelerators/magnifier_key_scroller_unittest.cc", |
1213 "accelerators/spoken_feedback_toggler_unittest.cc", | 1215 "accelerators/spoken_feedback_toggler_unittest.cc", |
1214 "app_list/app_list_presenter_delegate_unittest.cc", | 1216 "app_list/app_list_presenter_delegate_unittest.cc", |
1215 "ash_touch_exploration_manager_chromeos_unittest.cc", | 1217 "ash_touch_exploration_manager_chromeos_unittest.cc", |
1216 "aura/pointer_watcher_adapter_unittest.cc", | 1218 "aura/pointer_watcher_adapter_unittest.cc", |
1217 "autoclick/autoclick_unittest.cc", | 1219 "autoclick/autoclick_unittest.cc", |
1218 "common/devtools/ash_devtools_unittest.cc", | 1220 "common/devtools/ash_devtools_unittest.cc", |
| 1221 "common/session/session_controller_unittest.cc", |
1219 | 1222 |
1220 # TODO: convert to use AshTest http://crbug.com/654489. | 1223 # TODO: convert to use AshTest http://crbug.com/654489. |
1221 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c
c", | 1224 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c
c", |
1222 "common/frame/custom_frame_view_ash_unittest.cc", | 1225 "common/frame/custom_frame_view_ash_unittest.cc", |
1223 "common/frame/default_header_painter_unittest.cc", | 1226 "common/frame/default_header_painter_unittest.cc", |
1224 | 1227 |
1225 # TODO: convert to use AshTest http://crbug.com/654491. | 1228 # TODO: convert to use AshTest http://crbug.com/654491. |
1226 "common/material_design/material_design_controller_unittest.cc", | 1229 "common/material_design/material_design_controller_unittest.cc", |
1227 | 1230 |
1228 # TODO: convert to use AshTest http://crbug.com/654492. | 1231 # TODO: convert to use AshTest http://crbug.com/654492. |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1369 "//build/config/compiler:no_size_t_to_int_warning", | 1372 "//build/config/compiler:no_size_t_to_int_warning", |
1370 ] | 1373 ] |
1371 | 1374 |
1372 deps = [ | 1375 deps = [ |
1373 ":ash", | 1376 ":ash", |
1374 "//ash/autoclick/common:autoclick", | 1377 "//ash/autoclick/common:autoclick", |
1375 "//ash/common:unittests", | 1378 "//ash/common:unittests", |
1376 "//ash/common/strings", | 1379 "//ash/common/strings", |
1377 "//ash/common/test:test_support", | 1380 "//ash/common/test:test_support", |
1378 "//ash/public/cpp", | 1381 "//ash/public/cpp", |
| 1382 "//ash/public/interfaces", |
1379 "//ash/resources", | 1383 "//ash/resources", |
1380 "//ash/test:ash_with_aura_test_support", | 1384 "//ash/test:ash_with_aura_test_support", |
1381 "//ash/test:test_support_without_content", | 1385 "//ash/test:test_support_without_content", |
1382 "//ash/touch_hud", | 1386 "//ash/touch_hud", |
1383 "//base", | 1387 "//base", |
1384 "//base/test:test_support", | 1388 "//base/test:test_support", |
1385 "//components/signin/core/account_id", | 1389 "//components/signin/core/account_id", |
1386 "//components/user_manager", | 1390 "//components/user_manager", |
1387 "//mojo/edk/system", | 1391 "//mojo/edk/system", |
1388 "//services/ui/public/interfaces", | 1392 "//services/ui/public/interfaces", |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1511 if (is_win) { | 1515 if (is_win) { |
1512 configs -= [ "//build/config/win:console" ] | 1516 configs -= [ "//build/config/win:console" ] |
1513 configs += [ "//build/config/win:windowed" ] | 1517 configs += [ "//build/config/win:windowed" ] |
1514 deps += [ "//sandbox" ] | 1518 deps += [ "//sandbox" ] |
1515 } | 1519 } |
1516 | 1520 |
1517 if (is_chromeos) { | 1521 if (is_chromeos) { |
1518 deps += [ "//device/bluetooth" ] | 1522 deps += [ "//device/bluetooth" ] |
1519 } | 1523 } |
1520 } | 1524 } |
OLD | NEW |