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

Unified Diff: chromecast/chromecast.gyp

Issue 876373004: Chromecast: rpath for loading NSS module in cast_shell directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 60de9bf17eb546e0bfb7a18bfc7c15d532ec050a..35cbc1c5d17fce14442641c1506861a6aac9992d 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -520,6 +520,11 @@
'sources': [
'app/cast_main.cc',
],
+ # TODO(dougsteed): remove when Chromecast moves to boringssl.
+ # Allow the cast shell to find the NSS module in the same directory.
+ 'ldflags': [
+ '-Wl,-rpath=\$$ORIGIN'
+ ],
},
], # end of targets
}],
« 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