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 assert(use_aura) | 10 assert(use_aura) |
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 "shell.cc", | 727 "shell.cc", |
728 "shell.h", | 728 "shell.h", |
729 "shell_init_params.h", | 729 "shell_init_params.h", |
730 "sticky_keys/sticky_keys_controller.cc", | 730 "sticky_keys/sticky_keys_controller.cc", |
731 "sticky_keys/sticky_keys_controller.h", | 731 "sticky_keys/sticky_keys_controller.h", |
732 "sticky_keys/sticky_keys_overlay.cc", | 732 "sticky_keys/sticky_keys_overlay.cc", |
733 "sticky_keys/sticky_keys_overlay.h", | 733 "sticky_keys/sticky_keys_overlay.h", |
734 "sticky_keys/sticky_keys_state.h", | 734 "sticky_keys/sticky_keys_state.h", |
735 "system/chromeos/power/power_event_observer.cc", | 735 "system/chromeos/power/power_event_observer.cc", |
736 "system/chromeos/power/power_event_observer.h", | 736 "system/chromeos/power/power_event_observer.h", |
| 737 "system/chromeos/power/tablet_power_button_controller.cc", |
| 738 "system/chromeos/power/tablet_power_button_controller.h", |
737 "system/chromeos/power/video_activity_notifier.cc", | 739 "system/chromeos/power/video_activity_notifier.cc", |
738 "system/chromeos/power/video_activity_notifier.h", | 740 "system/chromeos/power/video_activity_notifier.h", |
739 "system/chromeos/rotation/tray_rotation_lock.cc", | 741 "system/chromeos/rotation/tray_rotation_lock.cc", |
740 "system/chromeos/rotation/tray_rotation_lock.h", | 742 "system/chromeos/rotation/tray_rotation_lock.h", |
741 "system/chromeos/screen_layout_observer.cc", | 743 "system/chromeos/screen_layout_observer.cc", |
742 "system/chromeos/screen_layout_observer.h", | 744 "system/chromeos/screen_layout_observer.h", |
743 "touch/touch_hud_debug.cc", | 745 "touch/touch_hud_debug.cc", |
744 "touch/touch_hud_debug.h", | 746 "touch/touch_hud_debug.h", |
745 "touch/touch_hud_projection.cc", | 747 "touch/touch_hud_projection.cc", |
746 "touch/touch_hud_projection.h", | 748 "touch/touch_hud_projection.h", |
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1281 "rotator/screen_rotation_animation_unittest.cc", | 1283 "rotator/screen_rotation_animation_unittest.cc", |
1282 "screen_util_unittest.cc", | 1284 "screen_util_unittest.cc", |
1283 "shelf/shelf_layout_manager_unittest.cc", | 1285 "shelf/shelf_layout_manager_unittest.cc", |
1284 "shelf/shelf_unittest.cc", | 1286 "shelf/shelf_unittest.cc", |
1285 "shelf/shelf_view_unittest.cc", | 1287 "shelf/shelf_view_unittest.cc", |
1286 "shelf/shelf_widget_unittest.cc", | 1288 "shelf/shelf_widget_unittest.cc", |
1287 "shell_unittest.cc", | 1289 "shell_unittest.cc", |
1288 "sticky_keys/sticky_keys_overlay_unittest.cc", | 1290 "sticky_keys/sticky_keys_overlay_unittest.cc", |
1289 "sticky_keys/sticky_keys_unittest.cc", | 1291 "sticky_keys/sticky_keys_unittest.cc", |
1290 "system/chromeos/power/power_event_observer_unittest.cc", | 1292 "system/chromeos/power/power_event_observer_unittest.cc", |
| 1293 "system/chromeos/power/tablet_power_button_controller_unittest.cc", |
1291 "system/chromeos/power/video_activity_notifier_unittest.cc", | 1294 "system/chromeos/power/video_activity_notifier_unittest.cc", |
1292 "system/chromeos/rotation/tray_rotation_lock_unittest.cc", | 1295 "system/chromeos/rotation/tray_rotation_lock_unittest.cc", |
1293 "system/chromeos/screen_layout_observer_unittest.cc", | 1296 "system/chromeos/screen_layout_observer_unittest.cc", |
1294 "system/overview/overview_button_tray_unittest.cc", | 1297 "system/overview/overview_button_tray_unittest.cc", |
1295 "system/toast/toast_manager_unittest.cc", | 1298 "system/toast/toast_manager_unittest.cc", |
1296 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", | 1299 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", |
1297 "system/web_notification/web_notification_tray_unittest.cc", | 1300 "system/web_notification/web_notification_tray_unittest.cc", |
1298 "test/ash_test_environment_default.cc", | 1301 "test/ash_test_environment_default.cc", |
1299 "test/ash_test_helper_unittest.cc", | 1302 "test/ash_test_helper_unittest.cc", |
1300 "test/ash_unittests.cc", | 1303 "test/ash_unittests.cc", |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1490 if (is_win) { | 1493 if (is_win) { |
1491 configs -= [ "//build/config/win:console" ] | 1494 configs -= [ "//build/config/win:console" ] |
1492 configs += [ "//build/config/win:windowed" ] | 1495 configs += [ "//build/config/win:windowed" ] |
1493 deps += [ "//sandbox" ] | 1496 deps += [ "//sandbox" ] |
1494 } | 1497 } |
1495 | 1498 |
1496 if (is_chromeos) { | 1499 if (is_chromeos) { |
1497 deps += [ "//device/bluetooth" ] | 1500 deps += [ "//device/bluetooth" ] |
1498 } | 1501 } |
1499 } | 1502 } |
OLD | NEW |