summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/setup_test_links.sh
blob: 2be6bd2ca48b34d0e2ccb1f03de90aa9ce7088a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
#
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# A script to setup symbolic links needed for Chrome's PyAuto framework.

ln -f -s /opt/google/chrome/chrome $(dirname $0)/chrome
[ -L $(dirname $0)/locales ] || ln -f -s /opt/google/chrome/locales \
    $(dirname $0)/locales
[ -L $(dirname $0)/resources ] || ln -f -s /opt/google/chrome/resources \
    $(dirname $0)/resources
ln -f -s /opt/google/chrome/*.pak $(dirname $0)/
ln -f -s /opt/google/chrome/libffmpegsumo.so $(dirname $0)/libffmpegsumo.so