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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1017473002: [Merge] Make mouse buttons 8 - 11 navigate forward and back in history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2311
Patch Set: Created 5 years, 9 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 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after
2085 'browser/ui/views/extensions/extension_popup.h', 2085 'browser/ui/views/extensions/extension_popup.h',
2086 'browser/ui/views/extensions/extension_uninstall_dialog_view.cc', 2086 'browser/ui/views/extensions/extension_uninstall_dialog_view.cc',
2087 'browser/ui/views/extensions/extension_view_views.cc', 2087 'browser/ui/views/extensions/extension_view_views.cc',
2088 'browser/ui/views/extensions/extension_view_views.h', 2088 'browser/ui/views/extensions/extension_view_views.h',
2089 'browser/ui/views/extensions/media_galleries_dialog_views.cc', 2089 'browser/ui/views/extensions/media_galleries_dialog_views.cc',
2090 'browser/ui/views/extensions/media_galleries_dialog_views.h', 2090 'browser/ui/views/extensions/media_galleries_dialog_views.h',
2091 'browser/ui/views/extensions/media_gallery_checkbox_view.cc', 2091 'browser/ui/views/extensions/media_gallery_checkbox_view.cc',
2092 'browser/ui/views/extensions/media_gallery_checkbox_view.h', 2092 'browser/ui/views/extensions/media_gallery_checkbox_view.h',
2093 'browser/ui/views/first_run_bubble.cc', 2093 'browser/ui/views/first_run_bubble.cc',
2094 'browser/ui/views/first_run_bubble.h', 2094 'browser/ui/views/first_run_bubble.h',
2095 'browser/ui/views/frame/browser_command_handler_linux.cc',
2096 'browser/ui/views/frame/browser_command_handler_linux.h',
2095 'browser/ui/views/frame/browser_frame.cc', 2097 'browser/ui/views/frame/browser_frame.cc',
2096 'browser/ui/views/frame/browser_frame.h', 2098 'browser/ui/views/frame/browser_frame.h',
2097 'browser/ui/views/frame/browser_frame_common_win.cc', 2099 'browser/ui/views/frame/browser_frame_common_win.cc',
2098 'browser/ui/views/frame/browser_frame_common_win.h', 2100 'browser/ui/views/frame/browser_frame_common_win.h',
2099 'browser/ui/views/frame/browser_frame_mac.h', 2101 'browser/ui/views/frame/browser_frame_mac.h',
2100 'browser/ui/views/frame/browser_frame_mac.mm', 2102 'browser/ui/views/frame/browser_frame_mac.mm',
2101 'browser/ui/views/frame/browser_non_client_frame_view.cc', 2103 'browser/ui/views/frame/browser_non_client_frame_view.cc',
2102 'browser/ui/views/frame/browser_non_client_frame_view.h', 2104 'browser/ui/views/frame/browser_non_client_frame_view.h',
2103 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', 2105 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc',
2104 'browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm', 2106 'browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
2321 'browser/ui/views/network_profile_bubble_view.h', 2323 'browser/ui/views/network_profile_bubble_view.h',
2322 'browser/ui/views/uninstall_view.cc', 2324 'browser/ui/views/uninstall_view.cc',
2323 'browser/ui/views/uninstall_view.h', 2325 'browser/ui/views/uninstall_view.h',
2324 'browser/ui/webui/conflicts_ui.cc', 2326 'browser/ui/webui/conflicts_ui.cc',
2325 'browser/ui/webui/conflicts_ui.h', 2327 'browser/ui/webui/conflicts_ui.h',
2326 'browser/ui/webui/set_as_default_browser_ui.cc', 2328 'browser/ui/webui/set_as_default_browser_ui.cc',
2327 'browser/ui/webui/set_as_default_browser_ui.h', 2329 'browser/ui/webui/set_as_default_browser_ui.h',
2328 ], 2330 ],
2329 # Compiled for X11: desktop Linux and ChromeOS. We assume aura/views/ash. 2331 # Compiled for X11: desktop Linux and ChromeOS. We assume aura/views/ash.
2330 'chrome_browser_ui_x11_sources': [ 2332 'chrome_browser_ui_x11_sources': [
2331 'browser/ui/views/frame/browser_command_handler_x11.cc',
2332 'browser/ui/views/frame/browser_command_handler_x11.h',
2333 'browser/ui/views/javascript_app_modal_event_blocker_x11.cc', 2333 'browser/ui/views/javascript_app_modal_event_blocker_x11.cc',
2334 'browser/ui/views/javascript_app_modal_event_blocker_x11.h', 2334 'browser/ui/views/javascript_app_modal_event_blocker_x11.h',
2335 'browser/ui/views/tabs/window_finder_x11.cc', 2335 'browser/ui/views/tabs/window_finder_x11.cc',
2336 ], 2336 ],
2337 2337
2338 ### Feature-based sources ### 2338 ### Feature-based sources ###
2339 # Variables should generally be alphabetical within this section. 2339 # Variables should generally be alphabetical within this section.
2340 2340
2341 # Note that we assume app list is enabled on all views builds, so the 2341 # Note that we assume app list is enabled on all views builds, so the
2342 # views-specific app list files are in the views section. 2342 # views-specific app list files are in the views section.
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
3130 ], 3130 ],
3131 'sources': [ 3131 'sources': [
3132 '<@(chrome_browser_ui_non_mobile_sources)', 3132 '<@(chrome_browser_ui_non_mobile_sources)',
3133 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3133 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3134 ], 3134 ],
3135 }], 3135 }],
3136 ], 3136 ],
3137 }, 3137 },
3138 ], 3138 ],
3139 } 3139 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame.cc ('k') | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698