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

Unified Diff: mojo/public/mojo_application.gni

Issue 898853006: Java content handler for Android. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
Index: mojo/public/mojo_application.gni
diff --git a/mojo/public/mojo_application.gni b/mojo/public/mojo_application.gni
index 19abf7410ab3e4370a43b21094ab69e43395d62e..766538ca716e4540e669357d4ad5862755197493 100644
--- a/mojo/public/mojo_application.gni
+++ b/mojo/public/mojo_application.gni
@@ -161,8 +161,8 @@ if (is_android) {
# input_dex_jar: the .dex.jar file to bundle
# output_name (optional): override for the output file name
template("mojo_android_application") {
- assert(defined(invoker.input_so))
assert(defined(invoker.input_dex_jar))
qsr 2015/02/06 17:16:14 Can you revert the changes on this file?
etiennej 2015/02/09 14:09:52 Done.
+ assert(defined(invoker.input_so))
zip_action_name = "${target_name}_zip"
zip_action_output = "$target_gen_dir/${target_name}.zip"

Powered by Google App Engine
This is Rietveld 408576698