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

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

Issue 2446313005: [Mac] Refactor the fullscreen toolbar mouse tracker (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.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/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 2625 matching lines...) Expand 10 before | Expand all | Expand 10 after
2636 "cocoa/floating_bar_backing_view.h", 2636 "cocoa/floating_bar_backing_view.h",
2637 "cocoa/floating_bar_backing_view.mm", 2637 "cocoa/floating_bar_backing_view.mm",
2638 "cocoa/framed_browser_window.h", 2638 "cocoa/framed_browser_window.h",
2639 "cocoa/framed_browser_window.mm", 2639 "cocoa/framed_browser_window.mm",
2640 "cocoa/full_size_content_window.h", 2640 "cocoa/full_size_content_window.h",
2641 "cocoa/full_size_content_window.mm", 2641 "cocoa/full_size_content_window.mm",
2642 "cocoa/fullscreen/fullscreen_menubar_tracker.h", 2642 "cocoa/fullscreen/fullscreen_menubar_tracker.h",
2643 "cocoa/fullscreen/fullscreen_menubar_tracker.mm", 2643 "cocoa/fullscreen/fullscreen_menubar_tracker.mm",
2644 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.h", 2644 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.h",
2645 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.mm", 2645 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.mm",
2646 "cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.h",
2647 "cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm",
2646 "cocoa/fullscreen_low_power_coordinator.h", 2648 "cocoa/fullscreen_low_power_coordinator.h",
2647 "cocoa/fullscreen_low_power_coordinator.mm", 2649 "cocoa/fullscreen_low_power_coordinator.mm",
2648 "cocoa/fullscreen_toolbar_controller.h", 2650 "cocoa/fullscreen_toolbar_controller.h",
2649 "cocoa/fullscreen_toolbar_controller.mm", 2651 "cocoa/fullscreen_toolbar_controller.mm",
2650 "cocoa/fullscreen_window.h", 2652 "cocoa/fullscreen_window.h",
2651 "cocoa/fullscreen_window.mm", 2653 "cocoa/fullscreen_window.mm",
2652 "cocoa/global_error_bubble_controller.h", 2654 "cocoa/global_error_bubble_controller.h",
2653 "cocoa/global_error_bubble_controller.mm", 2655 "cocoa/global_error_bubble_controller.mm",
2654 "cocoa/gradient_button_cell.h", 2656 "cocoa/gradient_button_cell.h",
2655 "cocoa/gradient_button_cell.mm", 2657 "cocoa/gradient_button_cell.mm",
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
3416 "test/test_confirm_bubble_model.cc", 3418 "test/test_confirm_bubble_model.cc",
3417 "test/test_confirm_bubble_model.h", 3419 "test/test_confirm_bubble_model.h",
3418 ] 3420 ]
3419 deps += [ "//chrome/test:test_support_ui" ] 3421 deps += [ "//chrome/test:test_support_ui" ]
3420 } 3422 }
3421 3423
3422 if (enable_extensions) { 3424 if (enable_extensions) {
3423 deps += [ "//extensions/browser" ] 3425 deps += [ "//extensions/browser" ]
3424 } 3426 }
3425 } 3427 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698