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

Unified Diff: content/common/common.sb

Issue 1280443003: Allow OpenCL to open libraries in /usr/lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per code review Created 5 years, 4 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 | content/common/sandbox_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/common.sb
diff --git a/content/common/common.sb b/content/common/common.sb
index a3cf89b96c2b002bc846c086c2ffeffaa76f83ee..ef69f83620e46b0cc24d698080cbd55ec1053ea2 100644
--- a/content/common/common.sb
+++ b/content/common/common.sb
@@ -18,8 +18,9 @@
(define enable-logging "ENABLE_LOGGING")
(define component-build-workaround "COMPONENT_BUILD_WORKAROUND")
(define permitted-dir "PERMITTED_DIR")
-(define lion-or-later "LION_OR_LATER")
(define homedir-as-literal "USER_HOMEDIR_AS_LITERAL")
+(define lion-or-later "LION_OR_LATER")
+(define elcap-or-later "ELCAP_OR_LATER")
; Consumes a subpath and appends it to the user's homedir path.
(define (user-homedir-path subpath) (string-append (param homedir-as-literal) subpath))
« no previous file with comments | « no previous file | content/common/sandbox_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698