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

Unified Diff: chrome/test/chromeos/autotest/files/client/deps/chrome_test/setup_test_links.sh

Issue 10545071: Create symlinks to nacl resources when running tests on chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
« 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/test/chromeos/autotest/files/client/deps/chrome_test/setup_test_links.sh
diff --git a/chrome/test/chromeos/autotest/files/client/deps/chrome_test/setup_test_links.sh b/chrome/test/chromeos/autotest/files/client/deps/chrome_test/setup_test_links.sh
index 97bdd5db27d10e81e8d4fb0761d4bd83edf389ec..c6e653c165c47b1ba16eae1bf3dee395528ebbf3 100755
--- a/chrome/test/chromeos/autotest/files/client/deps/chrome_test/setup_test_links.sh
+++ b/chrome/test/chromeos/autotest/files/client/deps/chrome_test/setup_test_links.sh
@@ -17,6 +17,12 @@ this_dir="$(readlink -f $(dirname $0))"
"$this_dir/resources"
ln -f -s /opt/google/chrome/*.pak "$this_dir/"
+# NaCl symlinks.
+ln -f -s /opt/google/chrome/nacl_helper "$this_dir/"
+ln -f -s /opt/google/chrome/nacl_helper_bootstrap "$this_dir/"
+ln -f -s /opt/google/chrome/nacl_irt_*.nexe "$this_dir/"
+ln -f -s /opt/google/chrome/libppGoogleNaClPluginChrome.so "$this_dir/"
+
mkdir -p "$this_dir/chromeos"
ln -f -s "/opt/google/chrome/chromeos/libcros.so" \
"$this_dir/chromeos/libcros.so"
« 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