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

Unified Diff: build/android/test_package_executable.py

Issue 9963086: Build and push chrome.pak for ui_unittests on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix a typo Created 8 years, 9 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
« build/all_android.gyp ('K') | « build/android/single_test_runner.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 dae8408b902a174126941e3f7aa4df26f9fc1177..40de8393b4d4928b59dc854176bf53c65755b38d 100644
--- a/build/android/test_package_executable.py
+++ b/build/android/test_package_executable.py
@@ -154,3 +154,9 @@ class TestPackageExecutable(TestPackage):
cmd_helper.RunCmd([strip, self.test_suite, '-o', target_name])
test_binary = '/data/local/' + self.test_suite_basename
self.adb.PushIfNeeded(target_name, test_binary)
+ self.adb.PushIfNeeded(self.test_suite_dirname + '/chrome.pak',
John Grabowski 2012/04/03 23:07:53 comment which test suite these are for. only push
Xianzhu 2012/04/04 00:13:48 Done.
+ '/data/local/tmp/paks/chrome.pak')
+ self.adb.PushIfNeeded(self.test_suite_dirname + '/locales/en-US.pak',
+ '/data/local/tmp/paks/en-US.pak')
+ self.adb.PushIfNeeded(self.test_suite_dirname + '/resources.pak',
+ '/data/local/tmp/paks/resources.pak')
« build/all_android.gyp ('K') | « build/android/single_test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698