| 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 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1298 "wm/dock/docked_window_layout_manager_unittest.cc", | 1298 "wm/dock/docked_window_layout_manager_unittest.cc", |
| 1299 "wm/dock/docked_window_resizer_unittest.cc", | 1299 "wm/dock/docked_window_resizer_unittest.cc", |
| 1300 "wm/drag_window_resizer_unittest.cc", | 1300 "wm/drag_window_resizer_unittest.cc", |
| 1301 "wm/gestures/overview_gesture_handler_unittest.cc", | 1301 "wm/gestures/overview_gesture_handler_unittest.cc", |
| 1302 "wm/immersive_fullscreen_controller_unittest.cc", | 1302 "wm/immersive_fullscreen_controller_unittest.cc", |
| 1303 "wm/lock_layout_manager_unittest.cc", | 1303 "wm/lock_layout_manager_unittest.cc", |
| 1304 "wm/lock_state_controller_unittest.cc", | 1304 "wm/lock_state_controller_unittest.cc", |
| 1305 "wm/maximize_mode/accelerometer_test_data_literals.cc", | 1305 "wm/maximize_mode/accelerometer_test_data_literals.cc", |
| 1306 "wm/maximize_mode/maximize_mode_controller_unittest.cc", | 1306 "wm/maximize_mode/maximize_mode_controller_unittest.cc", |
| 1307 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", | 1307 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", |
| 1308 "wm/mru_window_tracker_unittest.cc", | |
| 1309 "wm/overlay_event_filter_unittest.cc", | 1308 "wm/overlay_event_filter_unittest.cc", |
| 1310 "wm/overview/window_selector_unittest.cc", | 1309 "wm/overview/window_selector_unittest.cc", |
| 1311 "wm/panels/panel_layout_manager_unittest.cc", | 1310 "wm/panels/panel_layout_manager_unittest.cc", |
| 1312 "wm/panels/panel_window_resizer_unittest.cc", | 1311 "wm/panels/panel_window_resizer_unittest.cc", |
| 1313 "wm/resize_shadow_and_cursor_unittest.cc", | 1312 "wm/resize_shadow_and_cursor_unittest.cc", |
| 1314 "wm/root_window_layout_manager_unittest.cc", | 1313 "wm/root_window_layout_manager_unittest.cc", |
| 1315 "wm/screen_dimmer_unittest.cc", | 1314 "wm/screen_dimmer_unittest.cc", |
| 1316 "wm/screen_pinning_controller_unittest.cc", | 1315 "wm/screen_pinning_controller_unittest.cc", |
| 1317 "wm/session_state_animator_impl_unittest.cc", | 1316 "wm/session_state_animator_impl_unittest.cc", |
| 1318 "wm/stacking_controller_unittest.cc", | 1317 "wm/stacking_controller_unittest.cc", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1480 if (is_win) { | 1479 if (is_win) { |
| 1481 configs -= [ "//build/config/win:console" ] | 1480 configs -= [ "//build/config/win:console" ] |
| 1482 configs += [ "//build/config/win:windowed" ] | 1481 configs += [ "//build/config/win:windowed" ] |
| 1483 deps += [ "//sandbox" ] | 1482 deps += [ "//sandbox" ] |
| 1484 } | 1483 } |
| 1485 | 1484 |
| 1486 if (is_chromeos) { | 1485 if (is_chromeos) { |
| 1487 deps += [ "//device/bluetooth" ] | 1486 deps += [ "//device/bluetooth" ] |
| 1488 } | 1487 } |
| 1489 } | 1488 } |
| OLD | NEW |