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

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

Issue 12321085: Android: Add disabled file for content_browsertests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/pylib/gtest/filter/content_browsertests_disabled ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « build/android/pylib/gtest/filter/content_browsertests_disabled ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698