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.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 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 'dependencies': [ 10 'dependencies': [
(...skipping 2493 matching lines...) Expand 10 before | Expand all | Expand 10 after
2504 'browser/ui/cocoa/first_run_dialog.h', 2504 'browser/ui/cocoa/first_run_dialog.h',
2505 'browser/ui/cocoa/first_run_dialog.mm', 2505 'browser/ui/cocoa/first_run_dialog.mm',
2506 'browser/ui/cocoa/floating_bar_backing_view.h', 2506 'browser/ui/cocoa/floating_bar_backing_view.h',
2507 'browser/ui/cocoa/floating_bar_backing_view.mm', 2507 'browser/ui/cocoa/floating_bar_backing_view.mm',
2508 'browser/ui/cocoa/focus_tracker.h', 2508 'browser/ui/cocoa/focus_tracker.h',
2509 'browser/ui/cocoa/focus_tracker.mm', 2509 'browser/ui/cocoa/focus_tracker.mm',
2510 'browser/ui/cocoa/framed_browser_window.h', 2510 'browser/ui/cocoa/framed_browser_window.h',
2511 'browser/ui/cocoa/framed_browser_window.mm', 2511 'browser/ui/cocoa/framed_browser_window.mm',
2512 'browser/ui/cocoa/fullscreen_window.h', 2512 'browser/ui/cocoa/fullscreen_window.h',
2513 'browser/ui/cocoa/fullscreen_window.mm', 2513 'browser/ui/cocoa/fullscreen_window.mm',
2514 'browser/ui/cocoa/gesture_utils.h',
2515 'browser/ui/cocoa/gesture_utils.mm',
2516 'browser/ui/cocoa/gradient_button_cell.h', 2514 'browser/ui/cocoa/gradient_button_cell.h',
2517 'browser/ui/cocoa/gradient_button_cell.mm', 2515 'browser/ui/cocoa/gradient_button_cell.mm',
2518 'browser/ui/cocoa/history_menu_bridge.h', 2516 'browser/ui/cocoa/history_menu_bridge.h',
2519 'browser/ui/cocoa/history_menu_bridge.mm', 2517 'browser/ui/cocoa/history_menu_bridge.mm',
2520 'browser/ui/cocoa/history_menu_cocoa_controller.h', 2518 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2521 'browser/ui/cocoa/history_menu_cocoa_controller.mm', 2519 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
2522 'browser/ui/cocoa/hover_button.h', 2520 'browser/ui/cocoa/hover_button.h',
2523 'browser/ui/cocoa/hover_button.mm', 2521 'browser/ui/cocoa/hover_button.mm',
2524 'browser/ui/cocoa/hover_close_button.h', 2522 'browser/ui/cocoa/hover_close_button.h',
2525 'browser/ui/cocoa/hover_close_button.mm', 2523 'browser/ui/cocoa/hover_close_button.mm',
(...skipping 1596 matching lines...) Expand 10 before | Expand all | Expand 10 after
4122 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', 4120 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
4123 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 4121 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
4124 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 4122 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
4125 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 4123 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
4126 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 4124 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
4127 ], 4125 ],
4128 'mac_bundle_resources': [ 4126 'mac_bundle_resources': [
4129 'browser/nacl_loader.sb', 4127 'browser/nacl_loader.sb',
4130 ], 4128 ],
4131 }, 4129 },
4130 'dependencies': [
4131 'closure_blocks_leopard_compat',
4132 ],
4132 'actions': [ 4133 'actions': [
4133 { 4134 {
4134 # This action is used to extract the localization data from xib 4135 # This action is used to extract the localization data from xib
4135 # files and generate table for the ui localizer from it. 4136 # files and generate table for the ui localizer from it.
4136 'variables': { 4137 'variables': {
4137 'xib_localizer_tool_path': 4138 'xib_localizer_tool_path':
4138 'tools/build/mac/generate_localizer', 4139 'tools/build/mac/generate_localizer',
4139 'xib_files_to_scan': [ 4140 'xib_files_to_scan': [
4140 # The xibs that need localization 4141 # The xibs that need localization
4141 'app/nibs/About.xib', 4142 'app/nibs/About.xib',
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
5026 # weak imports in dependents, who still must #include 5027 # weak imports in dependents, who still must #include
5027 # closure_blocks_leopard_compat.h to get weak imports. 5028 # closure_blocks_leopard_compat.h to get weak imports.
5028 'type': 'none', 5029 'type': 'none',
5029 }], 5030 }],
5030 ], 5031 ],
5031 }, 5032 },
5032 ], 5033 ],
5033 }], 5034 }],
5034 ], 5035 ],
5035 } 5036 }
OLDNEW
« 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