| Index: chrome/test/webdriver/test/chromedriver_paths.py
|
| diff --git a/chrome/test/webdriver/chromedriver_paths.py b/chrome/test/webdriver/test/chromedriver_paths.py
|
| similarity index 91%
|
| rename from chrome/test/webdriver/chromedriver_paths.py
|
| rename to chrome/test/webdriver/test/chromedriver_paths.py
|
| index 68199068d8f00dc1b5b1447c70c53a0348aef1dd..8311e8f01ab3f48478eef06457010f5824cbb5ff 100644
|
| --- a/chrome/test/webdriver/chromedriver_paths.py
|
| +++ b/chrome/test/webdriver/test/chromedriver_paths.py
|
| @@ -11,7 +11,8 @@ 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')
|
| + SRC_THIRD_PARTY = J(start_dir, os.pardir, 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')
|
|
|