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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2261793002: Bring the feedback button to the Mac sad tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Make a cast which only takes enums and numbers, fix nits Created 4 years, 4 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after
1522 'browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac.h', 1522 'browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac.h',
1523 'browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac.mm', 1523 'browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac.mm',
1524 'browser/ui/cocoa/single_web_contents_dialog_manager_cocoa.h', 1524 'browser/ui/cocoa/single_web_contents_dialog_manager_cocoa.h',
1525 'browser/ui/cocoa/single_web_contents_dialog_manager_cocoa.mm', 1525 'browser/ui/cocoa/single_web_contents_dialog_manager_cocoa.mm',
1526 'browser/ui/cocoa/status_icons/status_icon_mac.h', 1526 'browser/ui/cocoa/status_icons/status_icon_mac.h',
1527 'browser/ui/cocoa/status_icons/status_icon_mac.mm', 1527 'browser/ui/cocoa/status_icons/status_icon_mac.mm',
1528 'browser/ui/cocoa/status_icons/status_tray_mac.h', 1528 'browser/ui/cocoa/status_icons/status_tray_mac.h',
1529 'browser/ui/cocoa/status_icons/status_tray_mac.mm', 1529 'browser/ui/cocoa/status_icons/status_tray_mac.mm',
1530 'browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h', 1530 'browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h',
1531 'browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm', 1531 'browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm',
1532 'browser/ui/cocoa/tab_contents/sad_tab_controller.h', 1532 'browser/ui/cocoa/tab_contents/sad_tab_mac.mm',
1533 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm',
1534 'browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.h', 1533 'browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.h',
1535 'browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.mm', 1534 'browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.mm',
1536 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h', 1535 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h',
1537 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.mm', 1536 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.mm',
1538 'browser/ui/cocoa/ui_localizer.h', 1537 'browser/ui/cocoa/ui_localizer.h',
1539 'browser/ui/cocoa/ui_localizer.mm', 1538 'browser/ui/cocoa/ui_localizer.mm',
1540 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.h', 1539 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.h',
1541 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.mm', 1540 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.mm',
1542 # TODO(estade): this class should be folded into 1541 # TODO(estade): this class should be folded into
1543 # manage_passwords_decoration.mm 1542 # manage_passwords_decoration.mm
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
3328 ], 3327 ],
3329 'sources': [ 3328 'sources': [
3330 '<@(chrome_browser_ui_non_mobile_sources)', 3329 '<@(chrome_browser_ui_non_mobile_sources)',
3331 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3330 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3332 ], 3331 ],
3333 }], 3332 }],
3334 ], 3333 ],
3335 }, 3334 },
3336 ], 3335 ],
3337 } 3336 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698