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

Unified Diff: client/deps/chrome_test/setup_test_links.sh

Issue 3209004: Moved chrome autotests to chromium depot (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: updates Created 10 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/deps/chrome_test/control ('k') | client/deps/chrome_test/sync_password.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/chrome_test/setup_test_links.sh
diff --git a/client/deps/chrome_test/setup_test_links.sh b/client/deps/chrome_test/setup_test_links.sh
deleted file mode 100755
index a938868f4f3ceee848d9068088070216d00d7505..0000000000000000000000000000000000000000
--- a/client/deps/chrome_test/setup_test_links.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-#
-# Copyright (c) 2009 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 automated UI tests.
-
-ln -f -s /opt/google/chrome/chrome $(dirname $0)/chrome
-ln -f -s /opt/google/chrome/chrome.pak $(dirname $0)/chrome.pak
-ln -f -s /opt/google/chrome/locales $(dirname $0)/locales
-ln -f -s /opt/google/chrome/resources $(dirname $0)/resources
-
-mkdir -p $(dirname $0)/chromeos
-ln -f -s /opt/google/chrome/chromeos/libcros.so \
- $(dirname $0)/chromeos/libcros.so
« no previous file with comments | « client/deps/chrome_test/control ('k') | client/deps/chrome_test/sync_password.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698