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

Side by Side Diff: chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/setup_test_links.sh

Issue 1141703002: Chromium changes for static linking ffmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll DEPS to fix cros, rebase. Created 5 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 unified diff | Download patch
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 # 2 #
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 # 6 #
7 # A script to setup symbolic links needed for Chrome's PyAuto framework. 7 # A script to setup symbolic links needed for Chrome's PyAuto framework.
8 8
9 ln -f -s /opt/google/chrome/chrome $(dirname $0)/chrome 9 ln -f -s /opt/google/chrome/chrome $(dirname $0)/chrome
10 [ -L $(dirname $0)/locales ] || ln -f -s /opt/google/chrome/locales \ 10 [ -L $(dirname $0)/locales ] || ln -f -s /opt/google/chrome/locales \
11 $(dirname $0)/locales 11 $(dirname $0)/locales
12 [ -L $(dirname $0)/resources ] || ln -f -s /opt/google/chrome/resources \ 12 [ -L $(dirname $0)/resources ] || ln -f -s /opt/google/chrome/resources \
13 $(dirname $0)/resources 13 $(dirname $0)/resources
14 ln -f -s /opt/google/chrome/*.pak $(dirname $0)/ 14 ln -f -s /opt/google/chrome/*.pak $(dirname $0)/
15 ln -f -s /opt/google/chrome/libffmpegsumo.so $(dirname $0)/libffmpegsumo.so
OLDNEW
« no previous file with comments | « chrome/test/chromeos/autotest/files/client/deps/chrome_test/setup_test_links.sh ('k') | chrome/tools/build/chromeos/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698