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

Side by Side Diff: mojo/mojo_services.gypi

Issue 337563002: Launcher flow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_echo_bindings', 4 'target_name': 'mojo_echo_bindings',
5 'type': 'static_library', 5 'type': 'static_library',
6 'sources': [ 6 'sources': [
7 'services/dbus_echo/echo.mojom', 7 'services/dbus_echo/echo.mojom',
8 ], 8 ],
9 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 9 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
10 'export_dependent_settings': [ 10 'export_dependent_settings': [
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 ], 239 ],
240 }, 240 },
241 { 241 {
242 'target_name': 'mojo_view_manager_common', 242 'target_name': 'mojo_view_manager_common',
243 'type': 'static_library', 243 'type': 'static_library',
244 'sources': [ 244 'sources': [
245 'services/public/cpp/view_manager/view_manager_types.h', 245 'services/public/cpp/view_manager/view_manager_types.h',
246 ], 246 ],
247 }, 247 },
248 { 248 {
249 'target_name': 'mojo_launcher_bindings',
250 'type': 'static_library',
251 'sources': [
252 'services/public/interfaces/launcher/launcher.mojom',
253 ],
254 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
255 'export_dependent_settings': [
256 'mojo_cpp_bindings',
257 ],
258 'dependencies': [
259 'mojo_cpp_bindings',
260 'mojo_network_bindings',
261 ],
262 },
263 {
264 'target_name': 'mojo_launcher',
265 'type': 'shared_library',
266 'dependencies': [
267 '../base/base.gyp:base',
268 'mojo_application',
269 'mojo_cpp_bindings',
270 'mojo_environment_chromium',
271 'mojo_launcher_bindings',
272 'mojo_network_bindings',
273 'mojo_system_impl',
274 'mojo_utility',
275 ],
276 'sources': [
277 'services/launcher/launcher.cc',
278 'public/cpp/application/lib/mojo_main_chromium.cc',
279 ],
280 },
281 {
249 'target_name': 'mojo_view_manager_bindings', 282 'target_name': 'mojo_view_manager_bindings',
250 'type': 'static_library', 283 'type': 'static_library',
251 'sources': [ 284 'sources': [
252 'services/public/interfaces/view_manager/view_manager.mojom', 285 'services/public/interfaces/view_manager/view_manager.mojom',
253 ], 286 ],
254 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 287 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
255 'export_dependent_settings': [ 288 'export_dependent_settings': [
256 'mojo_cpp_bindings', 289 'mojo_cpp_bindings',
257 ], 290 ],
258 'dependencies': [ 291 'dependencies': [
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'mojo_system_impl', 526 'mojo_system_impl',
494 ], 527 ],
495 'sources': [ 528 'sources': [
496 'services/dbus_echo/dbus_echo_service.cc', 529 'services/dbus_echo/dbus_echo_service.cc',
497 ], 530 ],
498 }, 531 },
499 ], 532 ],
500 }], 533 }],
501 ], 534 ],
502 } 535 }
OLDNEW
« mojo/mojo.gyp ('K') | « mojo/mojo_examples.gypi ('k') | mojo/services/launcher/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698