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

Unified Diff: build/android/single_test_runner.py

Issue 9433049: Make sure that chrome/ dir exists for webkit_unit_tests on Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 10 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/single_test_runner.py
diff --git a/build/android/single_test_runner.py b/build/android/single_test_runner.py
index ed422c1f2a386ebdbe53c596a04350f0f95fa902..021f3ff54256775c3e8b4d6096793a1e4119b5e7 100644
--- a/build/android/single_test_runner.py
+++ b/build/android/single_test_runner.py
@@ -187,6 +187,9 @@ class SingleTestRunner(BaseTestRunner):
elif self.test_package.test_suite_basename == 'webkit_unit_tests':
return [
'third_party/WebKit/Source/WebKit/chromium/tests/data',
+ # We need the chrome/ directory to convice webkit_support::
+ # GetWebKitRootDirFilePath() we're in a chrome working dir.
+ 'chrome/VERSION',
Yaron 2012/02/23 17:52:07 Why don't we need this downstream? Is this due to
]
return []
« 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