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

Unified Diff: chrome/chrome_browser.gypi

Issue 7618036: mac: Only let two-finger-scrolling trigger history if web doesn't swallow gesture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: TestRenderViewHost Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/cocoa/gesture_utils.mm ('k') | content/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 076be2e897c24f1cdec32a20341e7b02a8d9797f..6f4021e488f8ff5648fd7bcf608ebe722a8bd4b5 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2511,8 +2511,6 @@
'browser/ui/cocoa/framed_browser_window.mm',
'browser/ui/cocoa/fullscreen_window.h',
'browser/ui/cocoa/fullscreen_window.mm',
- 'browser/ui/cocoa/gesture_utils.h',
- 'browser/ui/cocoa/gesture_utils.mm',
'browser/ui/cocoa/gradient_button_cell.h',
'browser/ui/cocoa/gradient_button_cell.mm',
'browser/ui/cocoa/history_menu_bridge.h',
@@ -4129,6 +4127,9 @@
'browser/nacl_loader.sb',
],
},
+ 'dependencies': [
+ 'closure_blocks_leopard_compat',
+ ],
'actions': [
{
# This action is used to extract the localization data from xib
« no previous file with comments | « chrome/browser/ui/cocoa/gesture_utils.mm ('k') | content/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698