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

Unified Diff: build/android/pylib/gtest/test_runner.py

Issue 19832003: Update the new path to WebKit tests data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/test_runner.py
diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
index ffbe14e6f01af408e46c3ef21ce3eb7163855284..3a1463c12c947aa9b8cd0e5227cd6705766414af 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -115,10 +115,10 @@ class TestRunner(base_test_runner.BaseTestRunner):
webkit_src = os.path.join(constants.DIR_SOURCE_ROOT, '..', '..', '..')
self.adb.PushIfNeeded(
- os.path.join(webkit_src, 'Source/WebKit/chromium/tests/data'),
+ os.path.join(webkit_src, 'Source/web/tests/data'),
os.path.join(
self.adb.GetExternalStorage(),
- 'third_party/WebKit/Source/WebKit/chromium/tests/data'))
+ 'third_party/WebKit/Source/web/tests/data'))
self.adb.PushIfNeeded(
os.path.join(constants.DIR_SOURCE_ROOT,
'third_party/hyphen/hyph_en_US.dic'),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698