diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-06 16:07:54 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-06 16:07:54 +0000 |
commit | 74d9b7a702f19af4840814ba88184aa4935dad3d (patch) | |
tree | 0a062cad65d1601e695c8ff5a789f2481a461bae /mojo/mojo_examples.gypi | |
parent | 877dd945749497167a247015ad5775fa325f8fce (diff) | |
download | chromium_src-74d9b7a702f19af4840814ba88184aa4935dad3d.zip chromium_src-74d9b7a702f19af4840814ba88184aa4935dad3d.tar.gz chromium_src-74d9b7a702f19af4840814ba88184aa4935dad3d.tar.bz2 |
Moves view_manager files to view_manager directory
The WindowTreeHost and ContextFactory implementations are specific to
the view manager and should be moved there. No one else should be
using these directly. I'm also nuking launcher as it was temporary and
the only other place that was using this code.
BUG=365012
TEST=none
R=ben@chromium.org
Review URL: https://codereview.chromium.org/315223004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r-- | mojo/mojo_examples.gypi | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi index adcb233..f97d226 100644 --- a/mojo/mojo_examples.gypi +++ b/mojo/mojo_examples.gypi @@ -243,56 +243,6 @@ 'includes': [ 'build/package_app.gypi' ], }, { - 'target_name': 'mojo_launcher_bindings', - 'type': 'static_library', - 'sources': [ - 'examples/launcher/launcher.mojom', - ], - 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], - 'export_dependent_settings': [ - 'mojo_cpp_bindings', - ], - 'dependencies': [ - 'mojo_cpp_bindings', - ], - }, - { - 'target_name': 'mojo_launcher', - 'type': 'shared_library', - 'dependencies': [ - '../base/base.gyp:base', - '../base/base.gyp:base_i18n', - '../base/base.gyp:test_support_base', - '../ui/aura/aura.gyp:aura', - '../ui/aura/aura.gyp:aura_test_support', - '../ui/base/ui_base.gyp:ui_base', - '../ui/gfx/gfx.gyp:gfx', - '../ui/gfx/gfx.gyp:gfx_geometry', - '../ui/views/views.gyp:views', - '../ui/wm/wm.gyp:wm', - '../url/url.gyp:url_lib', - 'mojo_application', - 'mojo_aura_support', - 'mojo_common_lib', - 'mojo_environment_chromium', - 'mojo_geometry_bindings', - 'mojo_geometry_lib', - 'mojo_gles2', - 'mojo_launcher_bindings', - 'mojo_system_impl', - ], - 'sources': [ - 'examples/launcher/launcher.cc', - ], - }, - { - 'target_name': 'package_mojo_launcher', - 'variables': { - 'app_name': 'mojo_launcher', - }, - 'includes': [ 'build/package_app.gypi' ], - }, - { 'target_name': 'mojo_demo_launcher', 'type': 'shared_library', 'dependencies': [ |