diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-13 02:31:47 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-13 02:31:47 +0000 |
commit | 0d3887252230c8d0de1ef71af0499a20f88e10d7 (patch) | |
tree | 618e5f01b6ac0a92beee8a33756d8faaed8f9595 /mojo/mojo_examples.gypi | |
parent | fe2357b0592e0ef681453104407dd7789645e861 (diff) | |
download | chromium_src-0d3887252230c8d0de1ef71af0499a20f88e10d7.zip chromium_src-0d3887252230c8d0de1ef71af0499a20f88e10d7.tar.gz chromium_src-0d3887252230c8d0de1ef71af0499a20f88e10d7.tar.bz2 |
Launcher flow
R=sky@chromium.org
Review URL: https://codereview.chromium.org/337563002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276892 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r-- | mojo/mojo_examples.gypi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi index ad96198..d7b9888 100644 --- a/mojo/mojo_examples.gypi +++ b/mojo/mojo_examples.gypi @@ -92,6 +92,23 @@ 'includes': [ 'build/package_app.gypi' ], }, { + 'target_name': 'mojo_html_viewer', + 'type': 'shared_library', + 'dependencies': [ + 'mojo_application', + 'mojo_cpp_bindings', + 'mojo_environment_standalone', + 'mojo_network_bindings', + 'mojo_launcher_bindings', + 'mojo_system', + 'mojo_utility', + ], + 'sources': [ + 'examples/html_viewer/html_viewer.cc', + 'public/cpp/application/lib/mojo_main_standalone.cc', + ], + }, + { 'target_name': 'mojo_pepper_container_app', 'type': 'shared_library', 'dependencies': [ @@ -247,6 +264,7 @@ '../ui/resources/ui_resources.gyp:ui_resources', '../ui/resources/ui_resources.gyp:ui_test_pak', '../ui/views/views.gyp:views', + '../url/url.gyp:url_lib', 'mojo_application', 'mojo_aura_support', 'mojo_common_lib', @@ -254,6 +272,7 @@ 'mojo_geometry_bindings', 'mojo_geometry_lib', 'mojo_input_events_lib', + 'mojo_launcher_bindings', 'mojo_system_impl', 'mojo_views_support', 'mojo_view_manager_bindings', |