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

Side by Side Diff: mojo/mojo_public.gypi

Issue 337533002: Introduce internal::ServiceRegistry to prepare for ServiceProvider split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review concerns 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_system', 4 'target_name': 'mojo_system',
5 'type': 'static_library', 5 'type': 'static_library',
6 'defines': [ 6 'defines': [
7 'MOJO_SYSTEM_IMPLEMENTATION', 7 'MOJO_SYSTEM_IMPLEMENTATION',
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', 10 '..',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 }, 387 },
388 { 388 {
389 'target_name': 'mojo_application', 389 'target_name': 'mojo_application',
390 'type': 'static_library', 390 'type': 'static_library',
391 'sources': [ 391 'sources': [
392 'public/cpp/application/application.h', 392 'public/cpp/application/application.h',
393 'public/cpp/application/connect.h', 393 'public/cpp/application/connect.h',
394 'public/cpp/application/lib/application.cc', 394 'public/cpp/application/lib/application.cc',
395 'public/cpp/application/lib/service_connector.cc', 395 'public/cpp/application/lib/service_connector.cc',
396 'public/cpp/application/lib/service_connector.h', 396 'public/cpp/application/lib/service_connector.h',
397 'public/cpp/application/lib/service_registry.cc',
398 'public/cpp/application/lib/service_registry.h',
397 ], 399 ],
398 'dependencies': [ 400 'dependencies': [
399 'mojo_service_provider_bindings', 401 'mojo_service_provider_bindings',
400 ], 402 ],
401 'export_dependent_settings': [ 403 'export_dependent_settings': [
402 'mojo_service_provider_bindings', 404 'mojo_service_provider_bindings',
403 ], 405 ],
404 }, 406 },
405 ], 407 ],
406 'conditions': [ 408 'conditions': [
(...skipping 15 matching lines...) Expand all
422 }, 424 },
423 'dependencies': [ 425 'dependencies': [
424 'mojo_public_java', 426 'mojo_public_java',
425 ], 427 ],
426 'includes': [ '../build/java.gypi' ], 428 'includes': [ '../build/java.gypi' ],
427 }, 429 },
428 ], 430 ],
429 }], 431 }],
430 ], 432 ],
431 } 433 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/application/application.h » ('j') | mojo/public/cpp/application/lib/service_registry.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698