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

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

Issue 2261793002: Bring the feedback button to the Mac sad tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Address second wave of comments, turn off feedback in non-Chrome builds Created 4 years, 3 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/tab_contents/sad_tab_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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 2242 matching lines...) Expand 10 before | Expand all | Expand 10 after
2253 "cocoa/profiles/profile_menu_controller.h", 2253 "cocoa/profiles/profile_menu_controller.h",
2254 "cocoa/profiles/profile_menu_controller.mm", 2254 "cocoa/profiles/profile_menu_controller.mm",
2255 "cocoa/renderer_context_menu/render_view_context_menu_mac.h", 2255 "cocoa/renderer_context_menu/render_view_context_menu_mac.h",
2256 "cocoa/renderer_context_menu/render_view_context_menu_mac.mm", 2256 "cocoa/renderer_context_menu/render_view_context_menu_mac.mm",
2257 "cocoa/status_icons/status_icon_mac.h", 2257 "cocoa/status_icons/status_icon_mac.h",
2258 "cocoa/status_icons/status_icon_mac.mm", 2258 "cocoa/status_icons/status_icon_mac.mm",
2259 "cocoa/status_icons/status_tray_mac.h", 2259 "cocoa/status_icons/status_tray_mac.h",
2260 "cocoa/status_icons/status_tray_mac.mm", 2260 "cocoa/status_icons/status_tray_mac.mm",
2261 "cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h", 2261 "cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h",
2262 "cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm", 2262 "cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm",
2263 "cocoa/tab_contents/sad_tab_controller.h", 2263 "cocoa/tab_contents/sad_tab_mac.mm",
2264 "cocoa/tab_contents/sad_tab_controller.mm",
2265 "cocoa/tab_contents/sad_tab_view_cocoa.h", 2264 "cocoa/tab_contents/sad_tab_view_cocoa.h",
2266 "cocoa/tab_contents/sad_tab_view_cocoa.mm", 2265 "cocoa/tab_contents/sad_tab_view_cocoa.mm",
2267 "cocoa/tab_contents/web_drag_bookmark_handler_mac.h", 2266 "cocoa/tab_contents/web_drag_bookmark_handler_mac.h",
2268 "cocoa/tab_contents/web_drag_bookmark_handler_mac.mm", 2267 "cocoa/tab_contents/web_drag_bookmark_handler_mac.mm",
2269 "cocoa/ui_localizer.h", 2268 "cocoa/ui_localizer.h",
2270 "cocoa/ui_localizer.mm", 2269 "cocoa/ui_localizer.mm",
2271 "cocoa/web_contents_modal_dialog_host_cocoa.h", 2270 "cocoa/web_contents_modal_dialog_host_cocoa.h",
2272 "cocoa/web_contents_modal_dialog_host_cocoa.mm", 2271 "cocoa/web_contents_modal_dialog_host_cocoa.mm",
2273 2272
2274 # TODO(estade): this class should be folded into 2273 # TODO(estade): this class should be folded into
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
3360 "passwords/passwords_model_delegate_mock.cc", 3359 "passwords/passwords_model_delegate_mock.cc",
3361 "passwords/passwords_model_delegate_mock.h", 3360 "passwords/passwords_model_delegate_mock.h",
3362 ] 3361 ]
3363 deps += [ "//chrome/test:test_support_ui" ] 3362 deps += [ "//chrome/test:test_support_ui" ]
3364 } 3363 }
3365 3364
3366 if (enable_extensions) { 3365 if (enable_extensions) {
3367 deps += [ "//extensions/browser" ] 3366 deps += [ "//extensions/browser" ]
3368 } 3367 }
3369 } 3368 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698