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

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

Issue 10825234: Revert 150411 - 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
===================================================================
--- build/android/pylib/test_package.py (revision 150448)
+++ build/android/pylib/test_package.py (working copy)
@@ -119,8 +119,11 @@
self.test_suite_dirname + '/resources.pak',
'/data/local/tmp/paks/resources.pak')
self.adb.PushIfNeeded(
- self.test_suite_dirname + '/chrome_100_percent.pak',
- '/data/local/tmp/paks/chrome_100_percent.pak')
+ 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.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