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

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

Issue 1179953006: [Merge to M44] Chromium changes to statically link ffmpeg. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2403
Patch Set: 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 automated UI tests. 7 # A script to setup symbolic links needed for Chrome's automated UI tests.
8 # Should be run on test image after installing the 'chrome_test' and 8 # Should be run on test image after installing the 'chrome_test' and
9 # 'pyauto_dep' dependencies. 9 # 'pyauto_dep' dependencies.
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 link_from_pyauto_dep \ 47 link_from_pyauto_dep \
48 "$pyauto_dep_dir/test_src/chrome/browser/resources/gaia_auth" \ 48 "$pyauto_dep_dir/test_src/chrome/browser/resources/gaia_auth" \
49 "$pyauto_dep_dir/test_src/chrome/test/pyautolib" \ 49 "$pyauto_dep_dir/test_src/chrome/test/pyautolib" \
50 "$pyauto_dep_dir/test_src/net/tools/testserver" \ 50 "$pyauto_dep_dir/test_src/net/tools/testserver" \
51 "$pyauto_dep_dir/test_src/out/Release/chromedriver" \ 51 "$pyauto_dep_dir/test_src/out/Release/chromedriver" \
52 "$pyauto_dep_dir/test_src/out/Release/pyautolib.py" \ 52 "$pyauto_dep_dir/test_src/out/Release/pyautolib.py" \
53 "$pyauto_dep_dir/test_src/out/Release/pyproto" \ 53 "$pyauto_dep_dir/test_src/out/Release/pyproto" \
54 "$pyauto_dep_dir/test_src/out/Release/suid-python" \ 54 "$pyauto_dep_dir/test_src/out/Release/suid-python" \
55 "$pyauto_dep_dir/test_src/out/Release/_pyautolib.so" \ 55 "$pyauto_dep_dir/test_src/out/Release/_pyautolib.so" \
56 "$pyauto_dep_dir/test_src/out/Release/libffmpegsumo.so" \
57 "$pyauto_dep_dir/test_src/third_party"/* 56 "$pyauto_dep_dir/test_src/third_party"/*
58 57
59 # Make sure the test files are owned by chronos as some browser_tests emit 58 # Make sure the test files are owned by chronos as some browser_tests emit
60 # temporary files into the directories. 59 # temporary files into the directories.
61 chown -R chronos "$chrome_test_dep_dir" 60 chown -R chronos "$chrome_test_dep_dir"
62 61
OLDNEW
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/setup_test_links.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698