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

Unified Diff: chrome/test/webdriver/chromedriver_paths.py

Issue 7331004: Move chromedriver tests to test subdirectory. Add script to run all chromedriver (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: ... Created 9 years, 5 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 | « chrome/test/webdriver/chromedriver_launcher.py ('k') | chrome/test/webdriver/chromedriver_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/chromedriver_paths.py
diff --git a/chrome/test/webdriver/chromedriver_paths.py b/chrome/test/webdriver/chromedriver_paths.py
deleted file mode 100644
index 68199068d8f00dc1b5b1447c70c53a0348aef1dd..0000000000000000000000000000000000000000
--- a/chrome/test/webdriver/chromedriver_paths.py
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/python
-
-# Copyright (c) 2011 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.
-
-import os
-
-
-def _SetupPaths():
- global SRC_THIRD_PARTY, PYTHON_BINDINGS, WEBDRIVER_TEST_DATA
- start_dir = os.path.abspath(os.path.dirname(__file__))
- J = os.path.join
- SRC_THIRD_PARTY = J(start_dir, os.pardir, os.pardir, os.pardir, 'third_party')
- webdriver = J(SRC_THIRD_PARTY, 'webdriver')
- PYTHON_BINDINGS = J(webdriver, 'python')
- WEBDRIVER_TEST_DATA = J(webdriver, 'test_data')
-
-_SetupPaths()
« no previous file with comments | « chrome/test/webdriver/chromedriver_launcher.py ('k') | chrome/test/webdriver/chromedriver_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698