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

Unified Diff: mojo/mojo_examples.gypi

Issue 107473002: Make Mojo work on Android again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 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
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 08b889605d59fe4345399f329adba52441bf2018..879682482df7757bf612be304220bade6290b124 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -24,6 +24,13 @@
],
},
{
+ 'target_name': 'package_sample_app',
+ 'variables': {
+ 'app_name': 'sample_app',
+ },
+ 'includes': [ 'build/package_app.gypi' ],
+ },
+ {
'target_name': 'hello_world_bindings',
'type': 'static_library',
'sources': [
« no previous file with comments | « mojo/build/package_app.gypi ('k') | mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/LibraryLoader.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698