Index: build/android/pylib/gtest/test_package.py |
diff --git a/build/android/pylib/gtest/test_package.py b/build/android/pylib/gtest/test_package.py |
index be153a0ddb2f8fddc57e792ab5f33b048531eb10..cde3b39446af4cbf883d86aa5113c56ba9180f0b 100644 |
--- a/build/android/pylib/gtest/test_package.py |
+++ b/build/android/pylib/gtest/test_package.py |
@@ -111,6 +111,11 @@ class TestPackage(object): |
self.adb.PushIfNeeded( |
self.test_suite_dirname + '/linux_dumper_unittest_helper', |
constants.TEST_EXECUTABLE_DIR + '/linux_dumper_unittest_helper') |
+ if self.test_suite_basename == 'content_browsertests': |
+ self.adb.PushIfNeeded( |
+ self.test_suite_dirname + |
+ '/../content_shell/assets/content_shell.pak', |
+ external_storage + '/paks/content_shell.pak') |
def _WatchTestOutput(self, p): |
"""Watches the test output. |