Home | History | Annotate | Download | only in chrome_test

Lines Matching refs:this_dir

12 this_dir="$(readlink -f $(dirname $0))"
13 [ -f "$this_dir/chrome" ] || cp "/opt/google/chrome/chrome" "$this_dir/chrome"
14 [ -L "$this_dir/locales" ] || ln -f -s "/opt/google/chrome/locales" \
15 "$this_dir/locales"
16 [ -L "$this_dir/resources" ] || ln -f -s "/opt/google/chrome/resources" \
17 "$this_dir/resources"
18 ln -f -s /opt/google/chrome/*.pak "$this_dir/"
21 ln -f -s /opt/google/chrome/nacl_helper "$this_dir/"
22 ln -f -s /opt/google/chrome/nacl_helper_bootstrap "$this_dir/"
23 ln -f -s /opt/google/chrome/nacl_irt_*.nexe "$this_dir/"
27 chrome_test_dep_dir=$(readlink -f "$this_dir/../../..")