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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7461080: [Mac] Respect natural/inverted scroll direction on Lion when gesturing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' 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 2428 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 'browser/ui/cocoa/floating_bar_backing_view.h', 2439 'browser/ui/cocoa/floating_bar_backing_view.h',
2440 'browser/ui/cocoa/floating_bar_backing_view.mm', 2440 'browser/ui/cocoa/floating_bar_backing_view.mm',
2441 'browser/ui/cocoa/focus_tracker.h', 2441 'browser/ui/cocoa/focus_tracker.h',
2442 'browser/ui/cocoa/focus_tracker.mm', 2442 'browser/ui/cocoa/focus_tracker.mm',
2443 'browser/ui/cocoa/framed_browser_window.h', 2443 'browser/ui/cocoa/framed_browser_window.h',
2444 'browser/ui/cocoa/framed_browser_window.mm', 2444 'browser/ui/cocoa/framed_browser_window.mm',
2445 'browser/ui/cocoa/fullscreen_controller.h', 2445 'browser/ui/cocoa/fullscreen_controller.h',
2446 'browser/ui/cocoa/fullscreen_controller.mm', 2446 'browser/ui/cocoa/fullscreen_controller.mm',
2447 'browser/ui/cocoa/fullscreen_window.h', 2447 'browser/ui/cocoa/fullscreen_window.h',
2448 'browser/ui/cocoa/fullscreen_window.mm', 2448 'browser/ui/cocoa/fullscreen_window.mm',
2449 'browser/ui/cocoa/gesture_utils.h',
2450 'browser/ui/cocoa/gesture_utils.mm',
2449 'browser/ui/cocoa/gradient_button_cell.h', 2451 'browser/ui/cocoa/gradient_button_cell.h',
2450 'browser/ui/cocoa/gradient_button_cell.mm', 2452 'browser/ui/cocoa/gradient_button_cell.mm',
2451 'browser/ui/cocoa/history_menu_bridge.h', 2453 'browser/ui/cocoa/history_menu_bridge.h',
2452 'browser/ui/cocoa/history_menu_bridge.mm', 2454 'browser/ui/cocoa/history_menu_bridge.mm',
2453 'browser/ui/cocoa/history_menu_cocoa_controller.h', 2455 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2454 'browser/ui/cocoa/history_menu_cocoa_controller.mm', 2456 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
2455 'browser/ui/cocoa/hover_button.h', 2457 'browser/ui/cocoa/hover_button.h',
2456 'browser/ui/cocoa/hover_button.mm', 2458 'browser/ui/cocoa/hover_button.mm',
2457 'browser/ui/cocoa/hover_close_button.h', 2459 'browser/ui/cocoa/hover_close_button.h',
2458 'browser/ui/cocoa/hover_close_button.mm', 2460 'browser/ui/cocoa/hover_close_button.mm',
(...skipping 2400 matching lines...) Expand 10 before | Expand all | Expand 10 after
4859 ], 4861 ],
4860 'export_dependent_settings': [ 4862 'export_dependent_settings': [
4861 'in_memory_url_index_cache_proto', 4863 'in_memory_url_index_cache_proto',
4862 ], 4864 ],
4863 # This target exports a hard dependency because it includes generated 4865 # This target exports a hard dependency because it includes generated
4864 # header files. 4866 # header files.
4865 'hard_dependency': 1, 4867 'hard_dependency': 1,
4866 }, 4868 },
4867 ], 4869 ],
4868 } 4870 }
OLDNEW
« chrome/browser/ui/cocoa/gesture_utils.h ('K') | « chrome/browser/ui/cocoa/gesture_utils.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698