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

Unified Diff: sandbox/mac/sandbox_mac.gypi

Issue 439493002: Revert "Make the sandbox code link with the 10.7 SDK." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/mac/BUILD.gn ('k') | sandbox/mac/xpc_stubs.sig » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/sandbox_mac.gypi
diff --git a/sandbox/mac/sandbox_mac.gypi b/sandbox/mac/sandbox_mac.gypi
index 448656092f62941c506a4e65dfb14ddf554fa1cb..a2a616fcfb3df8ebe64747037e089c9dc46ed36d 100644
--- a/sandbox/mac/sandbox_mac.gypi
+++ b/sandbox/mac/sandbox_mac.gypi
@@ -42,11 +42,11 @@
],
},
'conditions': [
- # When the build SDK is earlier than 10.8, generate a dynamic stub loader.
- # When the SDK is higher, then libxpc.dylib will be loaded automatically as
- # part of libSystem, and only forward declarations of private symbols are
+ # When the build SDK is 10.6, generate a dynamic stub loader. When the
+ # SDK is higher, then libxpc.dylib will be loaded automatically as part
+ # of libSystem, and only forward declarations of private symbols are
# necessary.
- ['mac_sdk < "10.8"', {
+ ['mac_sdk == "10.6"', {
'actions': [
{
'variables': {
@@ -82,7 +82,7 @@
'<(generate_stubs_sig_private_path)',
],
'process_outputs_as_sources': 1,
- 'message': 'Generating XPC stubs for 10.6-7 compatability.',
+ 'message': 'Generating XPC stubs for 10.6 compatability.',
},
],
}],
« no previous file with comments | « sandbox/mac/BUILD.gn ('k') | sandbox/mac/xpc_stubs.sig » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698