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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11697004: Switch to Cocoa APIs for fullscreen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: BOOL Created 7 years, 12 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
« no previous file with comments | « chrome/browser/fullscreen_mac.mm ('k') | chrome/chrome_browser_ui.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2846 matching lines...) Expand 10 before | Expand all | Expand 10 after
2857 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 2857 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
2858 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 2858 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
2859 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 2859 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
2860 ], 2860 ],
2861 }, 2861 },
2862 'dependencies': [ 2862 'dependencies': [
2863 '../third_party/icon_family/icon_family.gyp:icon_family', 2863 '../third_party/icon_family/icon_family.gyp:icon_family',
2864 ], 2864 ],
2865 'sources': [ 2865 'sources': [
2866 # Build the necessary GTM sources 2866 # Build the necessary GTM sources
2867 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h',
2868 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m',
2867 '../third_party/GTM/Foundation/GTMServiceManagement.h', 2869 '../third_party/GTM/Foundation/GTMServiceManagement.h',
2868 '../third_party/GTM/Foundation/GTMServiceManagement.c', 2870 '../third_party/GTM/Foundation/GTMServiceManagement.c',
2869 ], 2871 ],
2870 'include_dirs': [ 2872 'include_dirs': [
2871 '../third_party/GTM', 2873 '../third_party/GTM',
2874 '../third_party/GTM/DebugUtils',
2872 '../third_party/GTM/Foundation', 2875 '../third_party/GTM/Foundation',
2873 ], 2876 ],
2874 }], 2877 }],
2875 ['enable_rlz==1', { 2878 ['enable_rlz==1', {
2876 'dependencies': [ 2879 'dependencies': [
2877 '../rlz/rlz.gyp:rlz_lib', 2880 '../rlz/rlz.gyp:rlz_lib',
2878 ], 2881 ],
2879 }, { # enable_rlz!=1 2882 }, { # enable_rlz!=1
2880 'sources/': [ 2883 'sources/': [
2881 # Exclude all of rlz. 2884 # Exclude all of rlz.
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
3157 'proto_in_dir': '../third_party/cros_system_api/dbus', 3160 'proto_in_dir': '../third_party/cros_system_api/dbus',
3158 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3161 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3159 }, 3162 },
3160 'includes': ['../build/protoc.gypi'], 3163 'includes': ['../build/protoc.gypi'],
3161 }, 3164 },
3162 ], 3165 ],
3163 }, 3166 },
3164 ], 3167 ],
3165 ], 3168 ],
3166 } 3169 }
OLDNEW
« no previous file with comments | « chrome/browser/fullscreen_mac.mm ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698