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

Unified Diff: content/content_common.gypi

Issue 1186233004: Refactor OS X sandbox processing and audit sandbox files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up the component build workaround. Created 5 years, 6 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 3bf73a45eca95ec2d82724811fd4cffc85ed9b85..2515e69d146ef85f6c7b0dcd766a2cb4495d3d9b 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -669,6 +669,7 @@
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
'$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
+ '$(SDKROOT)/usr/lib/libsandbox.dylib',
],
},
'variables': {

Powered by Google App Engine
This is Rietveld 408576698