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

Unified Diff: mojo/mojo_examples.gypi

Issue 315223004: Moves view_manager files to view_manager directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm sample_view_manager.app again Created 6 years, 6 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
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index adcb2332df18882f7688c4c64bf24753dcce51fe..f97d226fbe9134acc51e2f4fa5df4428cf0fe651 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': [
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698