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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6893046: added CTRL+Click and SHIFT+Click handler for context menu, Back and Forward. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: make event_utils::DispositionFromEventFlags not view-specific. Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after
2156 'browser/ui/blocked_content/blocked_content_tab_helper.cc', 2156 'browser/ui/blocked_content/blocked_content_tab_helper.cc',
2157 'browser/ui/blocked_content/blocked_content_tab_helper.h', 2157 'browser/ui/blocked_content/blocked_content_tab_helper.h',
2158 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', 2158 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc',
2159 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', 2159 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h',
2160 'browser/ui/bookmarks/bookmark_tab_helper.cc', 2160 'browser/ui/bookmarks/bookmark_tab_helper.cc',
2161 'browser/ui/bookmarks/bookmark_tab_helper.h', 2161 'browser/ui/bookmarks/bookmark_tab_helper.h',
2162 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', 2162 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc',
2163 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', 2163 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h',
2164 'browser/ui/browser.cc', 2164 'browser/ui/browser.cc',
2165 'browser/ui/browser.h', 2165 'browser/ui/browser.h',
2166 'browser/ui/browser_back_forward_navigator.cc',
2167 'browser/ui/browser_back_forward_navigator.h',
2166 'browser/ui/browser_dialogs.h', 2168 'browser/ui/browser_dialogs.h',
2167 'browser/ui/browser_init.cc', 2169 'browser/ui/browser_init.cc',
2168 'browser/ui/browser_init.h', 2170 'browser/ui/browser_init.h',
2169 'browser/ui/browser_list.cc', 2171 'browser/ui/browser_list.cc',
2170 'browser/ui/browser_list.h', 2172 'browser/ui/browser_list.h',
2171 'browser/ui/browser_list_gtk.cc', 2173 'browser/ui/browser_list_gtk.cc',
2172 'browser/ui/browser_list_mac.mm', 2174 'browser/ui/browser_list_mac.mm',
2173 'browser/ui/browser_list_stub.cc', 2175 'browser/ui/browser_list_stub.cc',
2174 'browser/ui/browser_list_win.cc', 2176 'browser/ui/browser_list_win.cc',
2175 'browser/ui/browser_navigator.cc', 2177 'browser/ui/browser_navigator.cc',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
2613 'browser/ui/content_settings/content_setting_combo_model.h', 2615 'browser/ui/content_settings/content_setting_combo_model.h',
2614 'browser/ui/content_settings/content_setting_image_model.cc', 2616 'browser/ui/content_settings/content_setting_image_model.cc',
2615 'browser/ui/content_settings/content_setting_image_model.h', 2617 'browser/ui/content_settings/content_setting_image_model.h',
2616 'browser/ui/crypto_module_password_dialog.h', 2618 'browser/ui/crypto_module_password_dialog.h',
2617 'browser/ui/crypto_module_password_dialog_nss.cc', 2619 'browser/ui/crypto_module_password_dialog_nss.cc',
2618 'browser/ui/crypto_module_password_dialog_openssl.cc', 2620 'browser/ui/crypto_module_password_dialog_openssl.cc',
2619 'browser/ui/download/download_tab_helper.cc', 2621 'browser/ui/download/download_tab_helper.cc',
2620 'browser/ui/download/download_tab_helper.h', 2622 'browser/ui/download/download_tab_helper.h',
2621 'browser/ui/download/download_tab_helper_delegate.cc', 2623 'browser/ui/download/download_tab_helper_delegate.cc',
2622 'browser/ui/download/download_tab_helper_delegate.h', 2624 'browser/ui/download/download_tab_helper_delegate.h',
2625 'browser/ui/event_disposition_utils.cc',
2626 'browser/ui/event_disposition_utils.h',
2623 'browser/ui/find_bar/find_bar.h', 2627 'browser/ui/find_bar/find_bar.h',
2624 'browser/ui/find_bar/find_bar_controller.cc', 2628 'browser/ui/find_bar/find_bar_controller.cc',
2625 'browser/ui/find_bar/find_bar_controller.h', 2629 'browser/ui/find_bar/find_bar_controller.h',
2626 'browser/ui/find_bar/find_bar_state.cc', 2630 'browser/ui/find_bar/find_bar_state.cc',
2627 'browser/ui/find_bar/find_bar_state.h', 2631 'browser/ui/find_bar/find_bar_state.h',
2628 'browser/ui/find_bar/find_notification_details.h', 2632 'browser/ui/find_bar/find_notification_details.h',
2629 'browser/ui/find_bar/find_tab_helper.h', 2633 'browser/ui/find_bar/find_tab_helper.h',
2630 'browser/ui/find_bar/find_tab_helper.cc', 2634 'browser/ui/find_bar/find_tab_helper.cc',
2631 'browser/ui/gtk/about_chrome_dialog.cc', 2635 'browser/ui/gtk/about_chrome_dialog.cc',
2632 'browser/ui/gtk/about_chrome_dialog.h', 2636 'browser/ui/gtk/about_chrome_dialog.h',
(...skipping 1979 matching lines...) Expand 10 before | Expand all | Expand 10 after
4612 'hard_dependency': 1, 4616 'hard_dependency': 1,
4613 }, 4617 },
4614 ], 4618 ],
4615 } 4619 }
4616 4620
4617 # Local Variables: 4621 # Local Variables:
4618 # tab-width:2 4622 # tab-width:2
4619 # indent-tabs-mode:nil 4623 # indent-tabs-mode:nil
4620 # End: 4624 # End:
4621 # vim: set expandtab tabstop=2 shiftwidth=2: 4625 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698