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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1983803002: Added notification when user presses backspace to use new shortcut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@subtle-notification-view-refactor
Patch Set: Fix alphabetical order in chrome_browser_ui.gypi. Created 4 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
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 2113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2124 'browser/ui/views/extensions/extension_install_dialog_view.cc', 2124 'browser/ui/views/extensions/extension_install_dialog_view.cc',
2125 'browser/ui/views/extensions/extension_keybinding_registry_views.cc', 2125 'browser/ui/views/extensions/extension_keybinding_registry_views.cc',
2126 'browser/ui/views/extensions/extension_keybinding_registry_views.h', 2126 'browser/ui/views/extensions/extension_keybinding_registry_views.h',
2127 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.h', 2127 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.h',
2128 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.mm', 2128 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.mm',
2129 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc', 2129 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc',
2130 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.h', 2130 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.h',
2131 'browser/ui/views/login_handler_views.cc', 2131 'browser/ui/views/login_handler_views.cc',
2132 'browser/ui/views/login_view.cc', 2132 'browser/ui/views/login_view.cc',
2133 'browser/ui/views/login_view.h', 2133 'browser/ui/views/login_view.h',
2134 'browser/ui/views/new_back_shortcut_bubble.cc',
2135 'browser/ui/views/new_back_shortcut_bubble.h',
2134 'browser/ui/views/new_task_manager_view.cc', 2136 'browser/ui/views/new_task_manager_view.cc',
2135 'browser/ui/views/new_task_manager_view.h', 2137 'browser/ui/views/new_task_manager_view.h',
2136 'browser/ui/views/subtle_notification_view.cc', 2138 'browser/ui/views/subtle_notification_view.cc',
2137 'browser/ui/views/subtle_notification_view.h', 2139 'browser/ui/views/subtle_notification_view.h',
2138 'browser/ui/views/sync/bubble_sync_promo_view.cc', 2140 'browser/ui/views/sync/bubble_sync_promo_view.cc',
2139 'browser/ui/views/sync/bubble_sync_promo_view.h', 2141 'browser/ui/views/sync/bubble_sync_promo_view.h',
2140 'browser/ui/views/website_settings/chosen_object_view.cc', 2142 'browser/ui/views/website_settings/chosen_object_view.cc',
2141 'browser/ui/views/website_settings/chosen_object_view.h', 2143 'browser/ui/views/website_settings/chosen_object_view.h',
2142 'browser/ui/views/website_settings/permission_selector_view.cc', 2144 'browser/ui/views/website_settings/permission_selector_view.cc',
2143 'browser/ui/views/website_settings/permission_selector_view.h', 2145 'browser/ui/views/website_settings/permission_selector_view.h',
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
3321 ], 3323 ],
3322 'sources': [ 3324 'sources': [
3323 '<@(chrome_browser_ui_non_mobile_sources)', 3325 '<@(chrome_browser_ui_non_mobile_sources)',
3324 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3326 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3325 ], 3327 ],
3326 }], 3328 }],
3327 ], 3329 ],
3328 }, 3330 },
3329 ], 3331 ],
3330 } 3332 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/subtle_notification_view.cc ('k') | chrome/test/base/test_browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698