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

Unified Diff: build/android/pylib/test_package.py

Issue 10825111: Repack separate 100 / 200 / touch_100 / touch_200 files into single pak files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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 | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/test_package.py
diff --git a/build/android/pylib/test_package.py b/build/android/pylib/test_package.py
index afba7bd91483be5534f912ad31bbe6e1da091666..a6c7217dddd11d08f493696869473389bdcadf11 100644
--- a/build/android/pylib/test_package.py
+++ b/build/android/pylib/test_package.py
@@ -119,11 +119,8 @@ class TestPackage(object):
self.test_suite_dirname + '/resources.pak',
'/data/local/tmp/paks/resources.pak')
self.adb.PushIfNeeded(
- self.test_suite_dirname + '/theme_resources_100_percent.pak',
- '/data/local/tmp/paks/theme_resources_100_percent.pak')
- self.adb.PushIfNeeded(
- self.test_suite_dirname + '/ui_resources_100_percent.pak',
- '/data/local/tmp/paks/ui_resources_100_percent.pak')
+ self.test_suite_dirname + '/chrome_100_percent.pak',
+ '/data/local/tmp/paks/chrome_100_percent.pak')
self.adb.PushIfNeeded(self.test_suite_dirname + '/test_data',
'/data/local/tmp/test_data')
if self.test_suite_basename == 'content_unittests':
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698