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

Unified Diff: sandbox/mac/BUILD.gn

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 | « no previous file | sandbox/mac/sandbox_mac.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/BUILD.gn
diff --git a/sandbox/mac/BUILD.gn b/sandbox/mac/BUILD.gn
index 53e429d0c0e8bd5f2190fabcb4fc8a5c09560f91..3833b8a608af68e799c234be639367af555b57cb 100644
--- a/sandbox/mac/BUILD.gn
+++ b/sandbox/mac/BUILD.gn
@@ -32,11 +32,11 @@ component("sandbox") {
"//base",
]
- # 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.
- if (mac_sdk_version < "10.8") {
+ if (mac_sdk_version == "10.6") {
deps += [ ":generate_stubs" ]
}
}
« no previous file with comments | « no previous file | sandbox/mac/sandbox_mac.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698