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

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: 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') | content/renderer/renderer.sb » ('J')
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..d945639c2509d676b3d047630cfae9104e213849 100644
--- a/content/common/common.sb
+++ b/content/common/common.sb
@@ -20,6 +20,7 @@
(define permitted-dir "PERMITTED_DIR")
(define lion-or-later "LION_OR_LATER")
Robert Sesek 2015/08/05 22:35:58 Move this down so that all the os version params a
Greg K 2015/08/06 00:17:09 Done.
(define homedir-as-literal "USER_HOMEDIR_AS_LITERAL")
+(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') | content/renderer/renderer.sb » ('J')

Powered by Google App Engine
This is Rietveld 408576698