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

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: Trybots caught this, but not the local presubmit check. Will investigate. 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
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 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 'browser/ui/cocoa/profiles/profile_menu_controller.h', 1531 'browser/ui/cocoa/profiles/profile_menu_controller.h',
1532 'browser/ui/cocoa/profiles/profile_menu_controller.mm', 1532 'browser/ui/cocoa/profiles/profile_menu_controller.mm',
1533 'browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac.h', 1533 'browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac.h',
1534 'browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac.mm', 1534 'browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac.mm',
1535 'browser/ui/cocoa/status_icons/status_icon_mac.h', 1535 'browser/ui/cocoa/status_icons/status_icon_mac.h',
1536 'browser/ui/cocoa/status_icons/status_icon_mac.mm', 1536 'browser/ui/cocoa/status_icons/status_icon_mac.mm',
1537 'browser/ui/cocoa/status_icons/status_tray_mac.h', 1537 'browser/ui/cocoa/status_icons/status_tray_mac.h',
1538 'browser/ui/cocoa/status_icons/status_tray_mac.mm', 1538 'browser/ui/cocoa/status_icons/status_tray_mac.mm',
1539 'browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h', 1539 'browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h',
1540 'browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm', 1540 'browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm',
1541 'browser/ui/cocoa/tab_contents/sad_tab_controller.h', 1541 'browser/ui/cocoa/tab_contents/sad_tab_mac.mm',
1542 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm',
1543 'browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.h', 1542 'browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.h',
1544 'browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.mm', 1543 'browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.mm',
1545 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h', 1544 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h',
1546 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.mm', 1545 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.mm',
1547 'browser/ui/cocoa/ui_localizer.h', 1546 'browser/ui/cocoa/ui_localizer.h',
1548 'browser/ui/cocoa/ui_localizer.mm', 1547 'browser/ui/cocoa/ui_localizer.mm',
1549 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.h', 1548 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.h',
1550 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.mm', 1549 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.mm',
1551 # TODO(estade): this class should be folded into 1550 # TODO(estade): this class should be folded into
1552 # manage_passwords_decoration.mm 1551 # manage_passwords_decoration.mm
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
3337 ], 3336 ],
3338 'sources': [ 3337 'sources': [
3339 '<@(chrome_browser_ui_non_mobile_sources)', 3338 '<@(chrome_browser_ui_non_mobile_sources)',
3340 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3339 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3341 ], 3340 ],
3342 }], 3341 }],
3343 ], 3342 ],
3344 }, 3343 },
3345 ], 3344 ],
3346 } 3345 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698