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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1112753002: mac: Bump the deployment target of gcapi to 10.5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | 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 # 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 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 'libpeer_target_type%': 'static_library', 8 'libpeer_target_type%': 'static_library',
9 'branding_dir': 'app/theme/<(branding_path_component)', 9 'branding_dir': 'app/theme/<(branding_path_component)',
10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 'installer/gcapi_mac/gcapi.h', 1040 'installer/gcapi_mac/gcapi.h',
1041 'installer/gcapi_mac/gcapi.mm', 1041 'installer/gcapi_mac/gcapi.mm',
1042 ], 1042 ],
1043 'link_settings': { 1043 'link_settings': {
1044 'libraries': [ 1044 'libraries': [
1045 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 1045 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
1046 ], 1046 ],
1047 }, 1047 },
1048 'xcode_settings': { 1048 'xcode_settings': {
1049 'ARCHS': [ 'i386', 'x86_64' ], 1049 'ARCHS': [ 'i386', 'x86_64' ],
1050 'MACOSX_DEPLOYMENT_TARGET': '10.4', 1050 'MACOSX_DEPLOYMENT_TARGET': '10.5',
1051 'GCC_ENABLE_OBJC_GC': 'supported', 1051 'GCC_ENABLE_OBJC_GC': 'supported',
1052 }, 1052 },
1053 }, 1053 },
1054 { 1054 {
1055 'target_name': 'gcapi_example', 1055 'target_name': 'gcapi_example',
1056 'type': 'executable', 1056 'type': 'executable',
1057 'dependencies': [ 1057 'dependencies': [
1058 'gcapi_lib', 1058 'gcapi_lib',
1059 ], 1059 ],
1060 'include_dirs': [ 1060 'include_dirs': [
1061 '..', 1061 '..',
1062 ], 1062 ],
1063 'sources': [ 1063 'sources': [
1064 'installer/gcapi_mac/gcapi_example_client.mm', 1064 'installer/gcapi_mac/gcapi_example_client.mm',
1065 ], 1065 ],
1066 }, 1066 },
1067 ], # targets 1067 ], # targets
1068 }], # OS=="mac" 1068 }], # OS=="mac"
1069 ], 1069 ],
1070 } 1070 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698