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

Side by Side Diff: mojo/mojo_public.gypi

Issue 287143003: Mojo: Internalize ServiceConnector<> (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing function Created 6 years, 7 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 | « mojo/examples/launcher/launcher.cc ('k') | mojo/public/cpp/bindings/error_handler.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_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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 ], 361 ],
362 'export_dependent_settings': [ 362 'export_dependent_settings': [
363 'mojo_cpp_bindings', 363 'mojo_cpp_bindings',
364 ], 364 ],
365 }, 365 },
366 { 366 {
367 'target_name': 'mojo_shell_client', 367 'target_name': 'mojo_shell_client',
368 'type': 'static_library', 368 'type': 'static_library',
369 'sources': [ 369 'sources': [
370 'public/cpp/shell/application.h', 370 'public/cpp/shell/application.h',
371 'public/cpp/shell/service.h', 371 'public/cpp/shell/connect.h',
372 'public/cpp/shell/lib/application.cc', 372 'public/cpp/shell/lib/application.cc',
373 'public/cpp/shell/lib/service.cc', 373 'public/cpp/shell/lib/service_connector.cc',
374 'public/cpp/shell/lib/service_connector.h',
374 ], 375 ],
375 'dependencies': [ 376 'dependencies': [
376 'mojo_shell_bindings', 377 'mojo_shell_bindings',
377 ], 378 ],
378 'export_dependent_settings': [ 379 'export_dependent_settings': [
379 'mojo_shell_bindings', 380 'mojo_shell_bindings',
380 ], 381 ],
381 }, 382 },
382 ], 383 ],
383 'conditions': [ 384 'conditions': [
(...skipping 15 matching lines...) Expand all
399 }, 400 },
400 'dependencies': [ 401 'dependencies': [
401 'mojo_public_java', 402 'mojo_public_java',
402 ], 403 ],
403 'includes': [ '../build/java.gypi' ], 404 'includes': [ '../build/java.gypi' ],
404 }, 405 },
405 ], 406 ],
406 }], 407 }],
407 ], 408 ],
408 } 409 }
OLDNEW
« no previous file with comments | « mojo/examples/launcher/launcher.cc ('k') | mojo/public/cpp/bindings/error_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698