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

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

Issue 2695493002: [Mac] Touch Bar support for default browser window state (Closed)
Patch Set: Rebased Created 3 years, 10 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
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 2552 matching lines...) Expand 10 before | Expand all | Expand 10 after
2563 "cocoa/browser_window_cocoa.mm", 2563 "cocoa/browser_window_cocoa.mm",
2564 "cocoa/browser_window_controller.h", 2564 "cocoa/browser_window_controller.h",
2565 "cocoa/browser_window_controller.mm", 2565 "cocoa/browser_window_controller.mm",
2566 "cocoa/browser_window_controller_private.h", 2566 "cocoa/browser_window_controller_private.h",
2567 "cocoa/browser_window_controller_private.mm", 2567 "cocoa/browser_window_controller_private.mm",
2568 "cocoa/browser_window_factory_cocoa.mm", 2568 "cocoa/browser_window_factory_cocoa.mm",
2569 "cocoa/browser_window_fullscreen_transition.h", 2569 "cocoa/browser_window_fullscreen_transition.h",
2570 "cocoa/browser_window_fullscreen_transition.mm", 2570 "cocoa/browser_window_fullscreen_transition.mm",
2571 "cocoa/browser_window_layout.h", 2571 "cocoa/browser_window_layout.h",
2572 "cocoa/browser_window_layout.mm", 2572 "cocoa/browser_window_layout.mm",
2573 "cocoa/browser_window_touch_bar.h",
2574 "cocoa/browser_window_touch_bar.mm",
2573 "cocoa/browser_window_utils.h", 2575 "cocoa/browser_window_utils.h",
2574 "cocoa/browser_window_utils.mm", 2576 "cocoa/browser_window_utils.mm",
2575 "cocoa/bubble_combobox.h", 2577 "cocoa/bubble_combobox.h",
2576 "cocoa/bubble_combobox.mm", 2578 "cocoa/bubble_combobox.mm",
2577 "cocoa/bubble_sync_promo_controller.h", 2579 "cocoa/bubble_sync_promo_controller.h",
2578 "cocoa/bubble_sync_promo_controller.mm", 2580 "cocoa/bubble_sync_promo_controller.mm",
2579 "cocoa/bubble_view.h", 2581 "cocoa/bubble_view.h",
2580 "cocoa/bubble_view.mm", 2582 "cocoa/bubble_view.mm",
2581 "cocoa/certificate_viewer_mac_cocoa.h", 2583 "cocoa/certificate_viewer_mac_cocoa.h",
2582 "cocoa/certificate_viewer_mac_cocoa.mm", 2584 "cocoa/certificate_viewer_mac_cocoa.mm",
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
3516 "test/test_confirm_bubble_model.cc", 3518 "test/test_confirm_bubble_model.cc",
3517 "test/test_confirm_bubble_model.h", 3519 "test/test_confirm_bubble_model.h",
3518 ] 3520 ]
3519 deps += [ "//chrome/test:test_support_ui" ] 3521 deps += [ "//chrome/test:test_support_ui" ]
3520 } 3522 }
3521 3523
3522 if (enable_extensions) { 3524 if (enable_extensions) {
3523 deps += [ "//extensions/browser" ] 3525 deps += [ "//extensions/browser" ]
3524 } 3526 }
3525 } 3527 }
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/new_tab_mac_touchbar.icon ('k') | chrome/browser/ui/cocoa/browser_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698