| 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1280 "rotator/screen_rotation_animation_unittest.cc", | 1282 "rotator/screen_rotation_animation_unittest.cc", |
| 1281 "screen_util_unittest.cc", | 1283 "screen_util_unittest.cc", |
| 1282 "shelf/shelf_layout_manager_unittest.cc", | 1284 "shelf/shelf_layout_manager_unittest.cc", |
| 1283 "shelf/shelf_unittest.cc", | 1285 "shelf/shelf_unittest.cc", |
| 1284 "shelf/shelf_view_unittest.cc", | 1286 "shelf/shelf_view_unittest.cc", |
| 1285 "shelf/shelf_widget_unittest.cc", | 1287 "shelf/shelf_widget_unittest.cc", |
| 1286 "shell_unittest.cc", | 1288 "shell_unittest.cc", |
| 1287 "sticky_keys/sticky_keys_overlay_unittest.cc", | 1289 "sticky_keys/sticky_keys_overlay_unittest.cc", |
| 1288 "sticky_keys/sticky_keys_unittest.cc", | 1290 "sticky_keys/sticky_keys_unittest.cc", |
| 1289 "system/chromeos/power/power_event_observer_unittest.cc", | 1291 "system/chromeos/power/power_event_observer_unittest.cc", |
| 1292 "system/chromeos/power/tablet_power_button_controller_unittest.cc", |
| 1290 "system/chromeos/power/video_activity_notifier_unittest.cc", | 1293 "system/chromeos/power/video_activity_notifier_unittest.cc", |
| 1291 "system/chromeos/rotation/tray_rotation_lock_unittest.cc", | 1294 "system/chromeos/rotation/tray_rotation_lock_unittest.cc", |
| 1292 "system/chromeos/screen_layout_observer_unittest.cc", | 1295 "system/chromeos/screen_layout_observer_unittest.cc", |
| 1293 "system/overview/overview_button_tray_unittest.cc", | 1296 "system/overview/overview_button_tray_unittest.cc", |
| 1294 "system/toast/toast_manager_unittest.cc", | 1297 "system/toast/toast_manager_unittest.cc", |
| 1295 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", | 1298 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", |
| 1296 "system/web_notification/web_notification_tray_unittest.cc", | 1299 "system/web_notification/web_notification_tray_unittest.cc", |
| 1297 "test/ash_test_environment_default.cc", | 1300 "test/ash_test_environment_default.cc", |
| 1298 "test/ash_test_helper_unittest.cc", | 1301 "test/ash_test_helper_unittest.cc", |
| 1299 "test/ash_unittests.cc", | 1302 "test/ash_unittests.cc", |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1489 if (is_win) { | 1492 if (is_win) { |
| 1490 configs -= [ "//build/config/win:console" ] | 1493 configs -= [ "//build/config/win:console" ] |
| 1491 configs += [ "//build/config/win:windowed" ] | 1494 configs += [ "//build/config/win:windowed" ] |
| 1492 deps += [ "//sandbox" ] | 1495 deps += [ "//sandbox" ] |
| 1493 } | 1496 } |
| 1494 | 1497 |
| 1495 if (is_chromeos) { | 1498 if (is_chromeos) { |
| 1496 deps += [ "//device/bluetooth" ] | 1499 deps += [ "//device/bluetooth" ] |
| 1497 } | 1500 } |
| 1498 } | 1501 } |
| OLD | NEW |