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

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

Issue 18358005: Adds modules_unittest to ndk-apk script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: I changed the location of the resource files according to a comment by andrew. This cl matches that. Created 7 years, 5 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 | 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_runner.py
diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
index a487214797c89ac1540db78fea807c1c67a8bfba..bc7ad8116ea277fb17d647b10c56c79128e43764 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -230,6 +230,11 @@ def _GetDataFilesForTestSuite(product_dir, test_suite_basename):
'content/test/data/media',
'third_party/webgl_conformance',
]
+ elif test_suite_basename == 'modules_unittests':
+ return [
+ 'resources',
+ 'data',
+ ]
return []
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698