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': [ |