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

Side by Side Diff: client/deps/chrome_test/setup_test_links.sh

Issue 661476: Chrome's UI automation tests (browser_test) added as autotest (Closed)
Patch Set: minor fixes Created 10 years, 9 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
« no previous file with comments | « client/deps/chrome_test/control ('k') | client/site_tests/desktopui_BrowserTest/control » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2 #
3 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6 #
7 # A script to setup symbolic links needed for Chrome's automated UI tests.
8
9 ln -f -s /opt/google/chrome/chrome $(dirname $0)/chrome
10 ln -f -s /opt/google/chrome/chrome.pak $(dirname $0)/chrome.pak
11 ln -f -s /opt/google/chrome/locales $(dirname $0)/locales
12 ln -f -s /opt/google/chrome/resources $(dirname $0)/resources
13
14 mkdir -p $(dirname $0)/chromeos
15 ln -f -s /opt/google/chrome/chromeos/libcros.so \
16 $(dirname $0)/chromeos/libcros.so
OLDNEW
« no previous file with comments | « client/deps/chrome_test/control ('k') | client/site_tests/desktopui_BrowserTest/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698