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

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

Issue 2484973004: [Mac] Refactor Immersive Fullscreen Logic (Closed)
Patch Set: fix for rsesek 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('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/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 2644 matching lines...) Expand 10 before | Expand all | Expand 10 after
2655 "cocoa/full_size_content_window.h", 2655 "cocoa/full_size_content_window.h",
2656 "cocoa/full_size_content_window.mm", 2656 "cocoa/full_size_content_window.mm",
2657 "cocoa/fullscreen/fullscreen_menubar_tracker.h", 2657 "cocoa/fullscreen/fullscreen_menubar_tracker.h",
2658 "cocoa/fullscreen/fullscreen_menubar_tracker.mm", 2658 "cocoa/fullscreen/fullscreen_menubar_tracker.mm",
2659 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.h", 2659 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.h",
2660 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.mm", 2660 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.mm",
2661 "cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.h", 2661 "cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.h",
2662 "cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm", 2662 "cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm",
2663 "cocoa/fullscreen/fullscreen_toolbar_visibility_lock_controller.h", 2663 "cocoa/fullscreen/fullscreen_toolbar_visibility_lock_controller.h",
2664 "cocoa/fullscreen/fullscreen_toolbar_visibility_lock_controller.mm", 2664 "cocoa/fullscreen/fullscreen_toolbar_visibility_lock_controller.mm",
2665 "cocoa/fullscreen/immersive_fullscreen_controller.h",
2666 "cocoa/fullscreen/immersive_fullscreen_controller.mm",
2665 "cocoa/fullscreen_low_power_coordinator.h", 2667 "cocoa/fullscreen_low_power_coordinator.h",
2666 "cocoa/fullscreen_low_power_coordinator.mm", 2668 "cocoa/fullscreen_low_power_coordinator.mm",
2667 "cocoa/fullscreen_toolbar_controller.h", 2669 "cocoa/fullscreen_toolbar_controller.h",
2668 "cocoa/fullscreen_toolbar_controller.mm", 2670 "cocoa/fullscreen_toolbar_controller.mm",
2669 "cocoa/fullscreen_window.h", 2671 "cocoa/fullscreen_window.h",
2670 "cocoa/fullscreen_window.mm", 2672 "cocoa/fullscreen_window.mm",
2671 "cocoa/global_error_bubble_controller.h", 2673 "cocoa/global_error_bubble_controller.h",
2672 "cocoa/global_error_bubble_controller.mm", 2674 "cocoa/global_error_bubble_controller.mm",
2673 "cocoa/gradient_button_cell.h", 2675 "cocoa/gradient_button_cell.h",
2674 "cocoa/gradient_button_cell.mm", 2676 "cocoa/gradient_button_cell.mm",
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
3442 "test/test_confirm_bubble_model.cc", 3444 "test/test_confirm_bubble_model.cc",
3443 "test/test_confirm_bubble_model.h", 3445 "test/test_confirm_bubble_model.h",
3444 ] 3446 ]
3445 deps += [ "//chrome/test:test_support_ui" ] 3447 deps += [ "//chrome/test:test_support_ui" ]
3446 } 3448 }
3447 3449
3448 if (enable_extensions) { 3450 if (enable_extensions) {
3449 deps += [ "//extensions/browser" ] 3451 deps += [ "//extensions/browser" ]
3450 } 3452 }
3451 } 3453 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698