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 2921083003: [Mac] Touch Bar Support for Dialogs (Closed)
Patch Set: Added test and renamed methods Created 3 years, 6 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 | chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.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 2662 matching lines...) Expand 10 before | Expand all | Expand 10 after
2673 "cocoa/content_settings/cookies_tree_controller_bridge.h", 2673 "cocoa/content_settings/cookies_tree_controller_bridge.h",
2674 "cocoa/content_settings/cookies_tree_controller_bridge.mm", 2674 "cocoa/content_settings/cookies_tree_controller_bridge.mm",
2675 "cocoa/create_application_shortcut_cocoa.mm", 2675 "cocoa/create_application_shortcut_cocoa.mm",
2676 "cocoa/create_native_web_modal_manager_cocoa.mm", 2676 "cocoa/create_native_web_modal_manager_cocoa.mm",
2677 "cocoa/custom_frame_view.h", 2677 "cocoa/custom_frame_view.h",
2678 "cocoa/custom_frame_view.mm", 2678 "cocoa/custom_frame_view.mm",
2679 "cocoa/dev_tools_controller.h", 2679 "cocoa/dev_tools_controller.h",
2680 "cocoa/dev_tools_controller.mm", 2680 "cocoa/dev_tools_controller.mm",
2681 "cocoa/device_chooser_content_view_cocoa.h", 2681 "cocoa/device_chooser_content_view_cocoa.h",
2682 "cocoa/device_chooser_content_view_cocoa.mm", 2682 "cocoa/device_chooser_content_view_cocoa.mm",
2683 "cocoa/dialog_text_field_editor.h",
2684 "cocoa/dialog_text_field_editor.mm",
2683 "cocoa/download/background_theme.h", 2685 "cocoa/download/background_theme.h",
2684 "cocoa/download/background_theme.mm", 2686 "cocoa/download/background_theme.mm",
2685 "cocoa/download/download_danger_prompt_impl.cc", 2687 "cocoa/download/download_danger_prompt_impl.cc",
2686 "cocoa/download/download_item_button.h", 2688 "cocoa/download/download_item_button.h",
2687 "cocoa/download/download_item_button.mm", 2689 "cocoa/download/download_item_button.mm",
2688 "cocoa/download/download_item_cell.h", 2690 "cocoa/download/download_item_cell.h",
2689 "cocoa/download/download_item_cell.mm", 2691 "cocoa/download/download_item_cell.mm",
2690 "cocoa/download/download_item_controller.h", 2692 "cocoa/download/download_item_controller.h",
2691 "cocoa/download/download_item_controller.mm", 2693 "cocoa/download/download_item_controller.mm",
2692 "cocoa/download/download_item_mac.h", 2694 "cocoa/download/download_item_mac.h",
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
3604 deps += [ 3606 deps += [
3605 "//chrome/test:test_support_ui", 3607 "//chrome/test:test_support_ui",
3606 "//components/zoom", 3608 "//components/zoom",
3607 ] 3609 ]
3608 } 3610 }
3609 3611
3610 if (enable_extensions) { 3612 if (enable_extensions) {
3611 deps += [ "//extensions/browser" ] 3613 deps += [ "//extensions/browser" ]
3612 } 3614 }
3613 } 3615 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698