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

Side by Side Diff: trunk/src/mojo/mojo_public.gypi

Issue 287003004: Revert 270867 "Mojo: Internalize ServiceConnector<>" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
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/connect.h', 371 'public/cpp/shell/service.h',
372 'public/cpp/shell/lib/application.cc', 372 'public/cpp/shell/lib/application.cc',
373 'public/cpp/shell/lib/service_connector.cc', 373 'public/cpp/shell/lib/service.cc',
374 'public/cpp/shell/lib/service_connector.h',
375 ], 374 ],
376 'dependencies': [ 375 'dependencies': [
377 'mojo_shell_bindings', 376 'mojo_shell_bindings',
378 ], 377 ],
379 'export_dependent_settings': [ 378 'export_dependent_settings': [
380 'mojo_shell_bindings', 379 'mojo_shell_bindings',
381 ], 380 ],
382 }, 381 },
383 ], 382 ],
384 'conditions': [ 383 'conditions': [
(...skipping 15 matching lines...) Expand all
400 }, 399 },
401 'dependencies': [ 400 'dependencies': [
402 'mojo_public_java', 401 'mojo_public_java',
403 ], 402 ],
404 'includes': [ '../build/java.gypi' ], 403 'includes': [ '../build/java.gypi' ],
405 }, 404 },
406 ], 405 ],
407 }], 406 }],
408 ], 407 ],
409 } 408 }
OLDNEW
« no previous file with comments | « trunk/src/mojo/examples/launcher/launcher.cc ('k') | trunk/src/mojo/public/cpp/bindings/error_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698