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

Unified Diff: mojo/mojo_examples.gypi

Issue 423963004: First cut at "content handling" support in Mojo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create a dedicated demo app instead of using wget Created 6 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
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index f51de2dfc52717fe8a8e11b7022cc0b28e03d310..16d1f592b1e8b1e4bb5cfba8b35e67aac89d9c88 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -85,6 +85,21 @@
],
},
{
+ 'target_name': 'mojo_content_handler_demo',
+ 'type': 'loadable_module',
+ 'dependencies': [
+ 'mojo_application',
+ 'mojo_cpp_bindings',
+ 'mojo_environment_standalone',
+ 'mojo_utility',
+ '<(mojo_system_for_loadable_module)',
+ ],
+ 'sources': [
+ 'examples/content_handler_demo/content_handler_demo.cc',
+ 'public/cpp/application/lib/mojo_main_standalone.cc',
+ ],
+ },
+ {
'target_name': 'package_mojo_wget',
'variables': {
'app_name': 'mojo_wget',

Powered by Google App Engine
This is Rietveld 408576698