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