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

Side by Side Diff: mojo/mojo_services.gypi

Issue 336483003: Mojo: Make the TestService quit when there are no more connections. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops, forgot some stuff 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
« no previous file with comments | « no previous file | mojo/services/test_service/test_service_application.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 '../base/base.gyp:base', 350 '../base/base.gyp:base',
351 'mojo_application', 351 'mojo_application',
352 'mojo_environment_standalone', 352 'mojo_environment_standalone',
353 'mojo_test_service_bindings', 353 'mojo_test_service_bindings',
354 'mojo_system', 354 'mojo_system',
355 'mojo_utility', 355 'mojo_utility',
356 ], 356 ],
357 'sources': [ 357 'sources': [
358 'public/cpp/application/lib/mojo_main_standalone.cc', 358 'public/cpp/application/lib/mojo_main_standalone.cc',
359 'services/test_service/test_service_application.cc', 359 'services/test_service/test_service_application.cc',
360 'services/test_service/test_service_application.h',
360 'services/test_service/test_service_impl.cc', 361 'services/test_service/test_service_impl.cc',
361 'services/test_service/test_service_impl.h', 362 'services/test_service/test_service_impl.h',
362 ], 363 ],
363 }, 364 },
364 ], 365 ],
365 'conditions': [ 366 'conditions': [
366 ['use_aura==1', { 367 ['use_aura==1', {
367 'targets': [ 368 'targets': [
368 { 369 {
369 'target_name': 'mojo_view_manager', 370 'target_name': 'mojo_view_manager',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'mojo_system_impl', 494 'mojo_system_impl',
494 ], 495 ],
495 'sources': [ 496 'sources': [
496 'services/dbus_echo/dbus_echo_service.cc', 497 'services/dbus_echo/dbus_echo_service.cc',
497 ], 498 ],
498 }, 499 },
499 ], 500 ],
500 }], 501 }],
501 ], 502 ],
502 } 503 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/test_service/test_service_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698