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

Unified Diff: build/config/android/rules.gni

Issue 815993004: Run shell tests on android. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: move shell_test_base_android.cc Created 6 years 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 | mojo/tools/data/unittests » ('j') | shell/shell_test_base.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 5075da9e6f6c130f961862faf0153531b4606515..f83d92f1d8c77b2b47312caccedc074dbb9ef20d 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1453,6 +1453,9 @@ template("unittest_apk") {
java_files = [ "//testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java" ]
android_manifest = "//testing/android/java/AndroidManifest.xml"
native_libs = [ unittests_binary ]
+ if (defined(invoker.asset_location)) {
+ asset_location = invoker.asset_location
+ }
deps = [
"//base:base_java",
]
« no previous file with comments | « no previous file | mojo/tools/data/unittests » ('j') | shell/shell_test_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698