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

Side by Side 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: Use URLResponse with ContentHandler interface instead of data pipe Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'mojo_sample_app', 8 'target_name': 'mojo_sample_app',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'dependencies': [ 10 'dependencies': [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'mojo_network_bindings', 78 'mojo_network_bindings',
79 'mojo_utility', 79 'mojo_utility',
80 '<(mojo_system_for_loadable_module)', 80 '<(mojo_system_for_loadable_module)',
81 ], 81 ],
82 'sources': [ 82 'sources': [
83 'examples/wget/wget.cc', 83 'examples/wget/wget.cc',
84 'public/cpp/application/lib/mojo_main_standalone.cc', 84 'public/cpp/application/lib/mojo_main_standalone.cc',
85 ], 85 ],
86 }, 86 },
87 { 87 {
88 'target_name': 'mojo_content_handler_demo',
89 'type': 'loadable_module',
90 'dependencies': [
91 'mojo_application',
92 'mojo_content_handler_bindings',
93 'mojo_cpp_bindings',
94 'mojo_environment_standalone',
95 'mojo_utility',
96 '<(mojo_system_for_loadable_module)',
97 ],
98 'sources': [
99 'examples/content_handler_demo/content_handler_demo.cc',
100 'public/cpp/application/lib/mojo_main_standalone.cc',
101 ],
102 },
103 {
88 'target_name': 'package_mojo_wget', 104 'target_name': 'package_mojo_wget',
89 'variables': { 105 'variables': {
90 'app_name': 'mojo_wget', 106 'app_name': 'mojo_wget',
91 }, 107 },
92 'includes': [ 'build/package_app.gypi' ], 108 'includes': [ 'build/package_app.gypi' ],
93 }, 109 },
94 { 110 {
95 'target_name': 'mojo_media_viewer_bindings', 111 'target_name': 'mojo_media_viewer_bindings',
96 'type': 'static_library', 112 'type': 'static_library',
97 'sources': [ 113 'sources': [
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 ], 675 ],
660 'sources': [ 676 'sources': [
661 'examples/dbus_echo/dbus_echo_app.cc', 677 'examples/dbus_echo/dbus_echo_app.cc',
662 'public/cpp/application/lib/mojo_main_standalone.cc', 678 'public/cpp/application/lib/mojo_main_standalone.cc',
663 ], 679 ],
664 }, 680 },
665 ], 681 ],
666 }], 682 }],
667 ], 683 ],
668 } 684 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | mojo/service_manager/service_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698