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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2505653003: [Mac[ FullscreenToolbarController Refactor (Closed)
Patch Set: nits Created 4 years, 1 month 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2651 matching lines...) Expand 10 before | Expand all | Expand 10 after
2662 "cocoa/floating_bar_backing_view.h", 2662 "cocoa/floating_bar_backing_view.h",
2663 "cocoa/floating_bar_backing_view.mm", 2663 "cocoa/floating_bar_backing_view.mm",
2664 "cocoa/framed_browser_window.h", 2664 "cocoa/framed_browser_window.h",
2665 "cocoa/framed_browser_window.mm", 2665 "cocoa/framed_browser_window.mm",
2666 "cocoa/full_size_content_window.h", 2666 "cocoa/full_size_content_window.h",
2667 "cocoa/full_size_content_window.mm", 2667 "cocoa/full_size_content_window.mm",
2668 "cocoa/fullscreen/fullscreen_menubar_tracker.h", 2668 "cocoa/fullscreen/fullscreen_menubar_tracker.h",
2669 "cocoa/fullscreen/fullscreen_menubar_tracker.mm", 2669 "cocoa/fullscreen/fullscreen_menubar_tracker.mm",
2670 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.h", 2670 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.h",
2671 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.mm", 2671 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.mm",
2672 "cocoa/fullscreen/fullscreen_toolbar_controller.h",
2673 "cocoa/fullscreen/fullscreen_toolbar_controller.mm",
2672 "cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.h", 2674 "cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.h",
2673 "cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm", 2675 "cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm",
2674 "cocoa/fullscreen/fullscreen_toolbar_visibility_lock_controller.h", 2676 "cocoa/fullscreen/fullscreen_toolbar_visibility_lock_controller.h",
2675 "cocoa/fullscreen/fullscreen_toolbar_visibility_lock_controller.mm", 2677 "cocoa/fullscreen/fullscreen_toolbar_visibility_lock_controller.mm",
2676 "cocoa/fullscreen/immersive_fullscreen_controller.h", 2678 "cocoa/fullscreen/immersive_fullscreen_controller.h",
2677 "cocoa/fullscreen/immersive_fullscreen_controller.mm", 2679 "cocoa/fullscreen/immersive_fullscreen_controller.mm",
2678 "cocoa/fullscreen_low_power_coordinator.h", 2680 "cocoa/fullscreen_low_power_coordinator.h",
2679 "cocoa/fullscreen_low_power_coordinator.mm", 2681 "cocoa/fullscreen_low_power_coordinator.mm",
2680 "cocoa/fullscreen_toolbar_controller.h",
2681 "cocoa/fullscreen_toolbar_controller.mm",
2682 "cocoa/fullscreen_window.h", 2682 "cocoa/fullscreen_window.h",
2683 "cocoa/fullscreen_window.mm", 2683 "cocoa/fullscreen_window.mm",
2684 "cocoa/global_error_bubble_controller.h", 2684 "cocoa/global_error_bubble_controller.h",
2685 "cocoa/global_error_bubble_controller.mm", 2685 "cocoa/global_error_bubble_controller.mm",
2686 "cocoa/gradient_button_cell.h", 2686 "cocoa/gradient_button_cell.h",
2687 "cocoa/gradient_button_cell.mm", 2687 "cocoa/gradient_button_cell.mm",
2688 "cocoa/has_weak_browser_pointer.h", 2688 "cocoa/has_weak_browser_pointer.h",
2689 "cocoa/hover_close_button.h", 2689 "cocoa/hover_close_button.h",
2690 "cocoa/hover_close_button.mm", 2690 "cocoa/hover_close_button.mm",
2691 "cocoa/hung_renderer_controller.h", 2691 "cocoa/hung_renderer_controller.h",
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
3463 "test/test_confirm_bubble_model.cc", 3463 "test/test_confirm_bubble_model.cc",
3464 "test/test_confirm_bubble_model.h", 3464 "test/test_confirm_bubble_model.h",
3465 ] 3465 ]
3466 deps += [ "//chrome/test:test_support_ui" ] 3466 deps += [ "//chrome/test:test_support_ui" ]
3467 } 3467 }
3468 3468
3469 if (enable_extensions) { 3469 if (enable_extensions) {
3470 deps += [ "//extensions/browser" ] 3470 deps += [ "//extensions/browser" ]
3471 } 3471 }
3472 } 3472 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698