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

Unified Diff: chrome/installer/linux/common/wrapper

Issue 2297993003: [linux] remove dependency between nacl_helper and media (Closed)
Patch Set: export NACL_ENV_PASSTHROUGH in initial shell script Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/common/wrapper
diff --git a/chrome/installer/linux/common/wrapper b/chrome/installer/linux/common/wrapper
index 83c2ba44c63ed045d6ccc6dcc995ae3839bf6504..7d4208c32637e58cd5f19511bbc0e13312393c4d 100755
--- a/chrome/installer/linux/common/wrapper
+++ b/chrome/installer/linux/common/wrapper
@@ -34,6 +34,9 @@ else
fi
export LD_LIBRARY_PATH
+# Pass LD_LIBRARY_PATH to nacl_helper
+export NACL_ENV_PASSTHROUGH=LD_LIBRARY_PATH
+
export CHROME_VERSION_EXTRA="@@CHANNEL@@"
# We don't want bug-buddy intercepting our crashes. http://crbug.com/24120
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698