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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 "common/wm/default_window_resizer.h", | 451 "common/wm/default_window_resizer.h", |
452 "common/wm/dock/docked_window_layout_manager.cc", | 452 "common/wm/dock/docked_window_layout_manager.cc", |
453 "common/wm/dock/docked_window_layout_manager.h", | 453 "common/wm/dock/docked_window_layout_manager.h", |
454 "common/wm/dock/docked_window_layout_manager_observer.h", | 454 "common/wm/dock/docked_window_layout_manager_observer.h", |
455 "common/wm/dock/docked_window_resizer.cc", | 455 "common/wm/dock/docked_window_resizer.cc", |
456 "common/wm/dock/docked_window_resizer.h", | 456 "common/wm/dock/docked_window_resizer.h", |
457 "common/wm/drag_details.cc", | 457 "common/wm/drag_details.cc", |
458 "common/wm/drag_details.h", | 458 "common/wm/drag_details.h", |
459 "common/wm/focus_rules.cc", | 459 "common/wm/focus_rules.cc", |
460 "common/wm/focus_rules.h", | 460 "common/wm/focus_rules.h", |
461 "common/wm/forwarding_layer_delegate.cc", | |
462 "common/wm/forwarding_layer_delegate.h", | |
463 "common/wm/fullscreen_window_finder.cc", | 461 "common/wm/fullscreen_window_finder.cc", |
464 "common/wm/fullscreen_window_finder.h", | 462 "common/wm/fullscreen_window_finder.h", |
465 "common/wm/immersive_context_ash.cc", | 463 "common/wm/immersive_context_ash.cc", |
466 "common/wm/immersive_context_ash.h", | 464 "common/wm/immersive_context_ash.h", |
467 "common/wm/lock_layout_manager.cc", | 465 "common/wm/lock_layout_manager.cc", |
468 "common/wm/lock_layout_manager.h", | 466 "common/wm/lock_layout_manager.h", |
469 "common/wm/lock_state_observer.h", | 467 "common/wm/lock_state_observer.h", |
470 "common/wm/lock_window_state.cc", | 468 "common/wm/lock_window_state.cc", |
471 "common/wm/lock_window_state.h", | 469 "common/wm/lock_window_state.h", |
472 "common/wm/maximize_mode/maximize_mode_controller.cc", | 470 "common/wm/maximize_mode/maximize_mode_controller.cc", |
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1475 if (is_win) { | 1473 if (is_win) { |
1476 configs -= [ "//build/config/win:console" ] | 1474 configs -= [ "//build/config/win:console" ] |
1477 configs += [ "//build/config/win:windowed" ] | 1475 configs += [ "//build/config/win:windowed" ] |
1478 deps += [ "//sandbox" ] | 1476 deps += [ "//sandbox" ] |
1479 } | 1477 } |
1480 | 1478 |
1481 if (is_chromeos) { | 1479 if (is_chromeos) { |
1482 deps += [ "//device/bluetooth" ] | 1480 deps += [ "//device/bluetooth" ] |
1483 } | 1481 } |
1484 } | 1482 } |
OLD | NEW |