Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Side by Side Diff: ash/BUILD.gn

Issue 2410633002: Moves PanelFrameView to common (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ash/common/wm/panels/panel_frame_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "common/wm/overview/scoped_transform_overview_window.cc", 489 "common/wm/overview/scoped_transform_overview_window.cc",
490 "common/wm/overview/scoped_transform_overview_window.h", 490 "common/wm/overview/scoped_transform_overview_window.h",
491 "common/wm/overview/window_grid.cc", 491 "common/wm/overview/window_grid.cc",
492 "common/wm/overview/window_grid.h", 492 "common/wm/overview/window_grid.h",
493 "common/wm/overview/window_selector.cc", 493 "common/wm/overview/window_selector.cc",
494 "common/wm/overview/window_selector.h", 494 "common/wm/overview/window_selector.h",
495 "common/wm/overview/window_selector_controller.cc", 495 "common/wm/overview/window_selector_controller.cc",
496 "common/wm/overview/window_selector_controller.h", 496 "common/wm/overview/window_selector_controller.h",
497 "common/wm/overview/window_selector_item.cc", 497 "common/wm/overview/window_selector_item.cc",
498 "common/wm/overview/window_selector_item.h", 498 "common/wm/overview/window_selector_item.h",
499 "common/wm/panels/panel_frame_view.cc",
500 "common/wm/panels/panel_frame_view.h",
499 "common/wm/panels/panel_layout_manager.cc", 501 "common/wm/panels/panel_layout_manager.cc",
500 "common/wm/panels/panel_layout_manager.h", 502 "common/wm/panels/panel_layout_manager.h",
501 "common/wm/panels/panel_window_resizer.cc", 503 "common/wm/panels/panel_window_resizer.cc",
502 "common/wm/panels/panel_window_resizer.h", 504 "common/wm/panels/panel_window_resizer.h",
503 "common/wm/root_window_finder.cc", 505 "common/wm/root_window_finder.cc",
504 "common/wm/root_window_finder.h", 506 "common/wm/root_window_finder.h",
505 "common/wm/root_window_layout_manager.cc", 507 "common/wm/root_window_layout_manager.cc",
506 "common/wm/root_window_layout_manager.h", 508 "common/wm/root_window_layout_manager.h",
507 "common/wm/screen_dimmer.cc", 509 "common/wm/screen_dimmer.cc",
508 "common/wm/screen_dimmer.h", 510 "common/wm/screen_dimmer.h",
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", 768 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc",
767 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", 769 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
768 "wm/overlay_event_filter.cc", 770 "wm/overlay_event_filter.cc",
769 "wm/overlay_event_filter.h", 771 "wm/overlay_event_filter.h",
770 "wm/overview/scoped_overview_animation_settings_aura.cc", 772 "wm/overview/scoped_overview_animation_settings_aura.cc",
771 "wm/overview/scoped_overview_animation_settings_aura.h", 773 "wm/overview/scoped_overview_animation_settings_aura.h",
772 "wm/overview/scoped_overview_animation_settings_factory_aura.cc", 774 "wm/overview/scoped_overview_animation_settings_factory_aura.cc",
773 "wm/overview/scoped_overview_animation_settings_factory_aura.h", 775 "wm/overview/scoped_overview_animation_settings_factory_aura.h",
774 "wm/panels/attached_panel_window_targeter.cc", 776 "wm/panels/attached_panel_window_targeter.cc",
775 "wm/panels/attached_panel_window_targeter.h", 777 "wm/panels/attached_panel_window_targeter.h",
776 "wm/panels/panel_frame_view.cc",
777 "wm/panels/panel_frame_view.h",
778 "wm/panels/panel_window_event_handler.cc", 778 "wm/panels/panel_window_event_handler.cc",
779 "wm/panels/panel_window_event_handler.h", 779 "wm/panels/panel_window_event_handler.h",
780 "wm/power_button_controller.cc", 780 "wm/power_button_controller.cc",
781 "wm/power_button_controller.h", 781 "wm/power_button_controller.h",
782 "wm/resize_handle_window_targeter.cc", 782 "wm/resize_handle_window_targeter.cc",
783 "wm/resize_handle_window_targeter.h", 783 "wm/resize_handle_window_targeter.h",
784 "wm/resize_shadow.cc", 784 "wm/resize_shadow.cc",
785 "wm/resize_shadow.h", 785 "wm/resize_shadow.h",
786 "wm/resize_shadow_controller.cc", 786 "wm/resize_shadow_controller.cc",
787 "wm/resize_shadow_controller.h", 787 "wm/resize_shadow_controller.h",
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
1466 if (is_win) { 1466 if (is_win) {
1467 configs -= [ "//build/config/win:console" ] 1467 configs -= [ "//build/config/win:console" ]
1468 configs += [ "//build/config/win:windowed" ] 1468 configs += [ "//build/config/win:windowed" ]
1469 deps += [ "//sandbox" ] 1469 deps += [ "//sandbox" ]
1470 } 1470 }
1471 1471
1472 if (is_chromeos) { 1472 if (is_chromeos) {
1473 deps += [ "//device/bluetooth" ] 1473 deps += [ "//device/bluetooth" ]
1474 } 1474 }
1475 } 1475 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/wm/panels/panel_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698