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

Unified Diff: build/android/test_package_executable.py

Issue 10658003: Push pak files for APK tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « build/android/test_package.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_package_executable.py
diff --git a/build/android/test_package_executable.py b/build/android/test_package_executable.py
index bf341cbe98e5b2b8355d8e835e7845a1c15e5db1..270b90ec87a55461526deceb0a4ad8b716f05c87 100644
--- a/build/android/test_package_executable.py
+++ b/build/android/test_package_executable.py
@@ -152,12 +152,6 @@ class TestPackageExecutable(TestPackage):
test_binary = '/data/local/tmp/' + self.test_suite_basename
self.adb.PushIfNeeded(target_name, test_binary)
- if self.test_suite_basename == 'ui_unittests':
- self.adb.PushIfNeeded(self.test_suite_dirname + '/chrome.pak',
- '/data/local/tmp/paks/chrome.pak')
- self.adb.PushIfNeeded(self.test_suite_dirname + '/locales/en-US.pak',
- '/data/local/tmp/paks/en-US.pak')
-
def _GetTestSuiteBaseName(self):
"""Returns the base name of the test suite."""
return os.path.basename(self.test_suite)
« no previous file with comments | « build/android/test_package.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698