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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10800011: [Mac] Changes to the behavior of Lion+ fullscreen and presentation mode. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: YES Created 8 years, 5 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
« no previous file with comments | « chrome/browser/ui/cocoa/presentation_mode_prefs.mm ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2815 matching lines...) Expand 10 before | Expand all | Expand 10 after
2826 'browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h', 2826 'browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h',
2827 'browser/ui/cocoa/omnibox/omnibox_popup_view_mac.mm', 2827 'browser/ui/cocoa/omnibox/omnibox_popup_view_mac.mm',
2828 'browser/ui/cocoa/omnibox/omnibox_view_mac.h', 2828 'browser/ui/cocoa/omnibox/omnibox_view_mac.h',
2829 'browser/ui/cocoa/omnibox/omnibox_view_mac.mm', 2829 'browser/ui/cocoa/omnibox/omnibox_view_mac.mm',
2830 'browser/ui/cocoa/one_click_signin_bubble_controller.h', 2830 'browser/ui/cocoa/one_click_signin_bubble_controller.h',
2831 'browser/ui/cocoa/one_click_signin_bubble_controller.mm', 2831 'browser/ui/cocoa/one_click_signin_bubble_controller.mm',
2832 'browser/ui/cocoa/page_info_bubble_controller.h', 2832 'browser/ui/cocoa/page_info_bubble_controller.h',
2833 'browser/ui/cocoa/page_info_bubble_controller.mm', 2833 'browser/ui/cocoa/page_info_bubble_controller.mm',
2834 'browser/ui/cocoa/presentation_mode_controller.h', 2834 'browser/ui/cocoa/presentation_mode_controller.h',
2835 'browser/ui/cocoa/presentation_mode_controller.mm', 2835 'browser/ui/cocoa/presentation_mode_controller.mm',
2836 'browser/ui/cocoa/presentation_mode_prefs.h',
2837 'browser/ui/cocoa/presentation_mode_prefs.mm',
2838 'browser/ui/cocoa/profile_menu_controller.h', 2836 'browser/ui/cocoa/profile_menu_controller.h',
2839 'browser/ui/cocoa/profile_menu_controller.mm', 2837 'browser/ui/cocoa/profile_menu_controller.mm',
2840 'browser/ui/cocoa/restart_browser.h', 2838 'browser/ui/cocoa/restart_browser.h',
2841 'browser/ui/cocoa/restart_browser.mm', 2839 'browser/ui/cocoa/restart_browser.mm',
2842 'browser/ui/cocoa/simple_message_box_mac.mm', 2840 'browser/ui/cocoa/simple_message_box_mac.mm',
2843 'browser/ui/cocoa/speech_recognition_bubble_cocoa.mm', 2841 'browser/ui/cocoa/speech_recognition_bubble_cocoa.mm',
2844 'browser/ui/cocoa/speech_recognition_window_controller.h', 2842 'browser/ui/cocoa/speech_recognition_window_controller.h',
2845 'browser/ui/cocoa/speech_recognition_window_controller.mm', 2843 'browser/ui/cocoa/speech_recognition_window_controller.mm',
2846 'browser/ui/cocoa/ssl_client_certificate_selector.mm', 2844 'browser/ui/cocoa/ssl_client_certificate_selector.mm',
2847 'browser/ui/cocoa/status_bubble_mac.h', 2845 'browser/ui/cocoa/status_bubble_mac.h',
(...skipping 2623 matching lines...) Expand 10 before | Expand all | Expand 10 after
5471 'variables': { 5469 'variables': {
5472 'jni_gen_dir': 'chrome', 5470 'jni_gen_dir': 'chrome',
5473 }, 5471 },
5474 'includes': [ '../build/jni_generator.gypi' ], 5472 'includes': [ '../build/jni_generator.gypi' ],
5475 }, 5473 },
5476 ], 5474 ],
5477 }, 5475 },
5478 ], 5476 ],
5479 ], 5477 ],
5480 } 5478 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/presentation_mode_prefs.mm ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698