diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 09:27:30 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 09:27:30 +0000 |
commit | dd6ee450f95406f6d033dbe716229078adfc000b (patch) | |
tree | 4151d9595c4d57e9569f1d97090533dfdc101594 /mojo/mojo_examples.gypi | |
parent | 2d6251ff1c9ce19585c57e2ee693e3f035ada062 (diff) | |
download | chromium_src-dd6ee450f95406f6d033dbe716229078adfc000b.zip chromium_src-dd6ee450f95406f6d033dbe716229078adfc000b.tar.gz chromium_src-dd6ee450f95406f6d033dbe716229078adfc000b.tar.bz2 |
Mojo: Initial network service w/ URLLoader interface.
BUG=378150
Review URL: https://codereview.chromium.org/306143002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r-- | mojo/mojo_examples.gypi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi index a352922..9fe1f1b 100644 --- a/mojo/mojo_examples.gypi +++ b/mojo/mojo_examples.gypi @@ -67,6 +67,28 @@ 'includes': [ 'build/package_app.gypi' ], }, { + 'target_name': 'mojo_wget', + 'type': 'shared_library', + 'dependencies': [ + 'mojo_cpp_bindings', + 'mojo_environment_standalone', + 'mojo_main_standalone', + 'mojo_network_bindings', + 'mojo_system', + 'mojo_utility', + ], + 'sources': [ + 'examples/wget/wget.cc', + ], + }, + { + 'target_name': 'package_mojo_wget', + 'variables': { + 'app_name': 'mojo_wget', + }, + 'includes': [ 'build/package_app.gypi' ], + }, + { 'target_name': 'mojo_pepper_container_app', 'type': 'shared_library', 'dependencies': [ |