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

Side by Side Diff: mojo/mojo_public.gypi

Issue 284113009: Mojo: Internalize ServiceConnector<> (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 ], 357 ],
358 'export_dependent_settings': [ 358 'export_dependent_settings': [
359 'mojo_cpp_bindings', 359 'mojo_cpp_bindings',
360 ], 360 ],
361 }, 361 },
362 { 362 {
363 'target_name': 'mojo_shell_client', 363 'target_name': 'mojo_shell_client',
364 'type': 'static_library', 364 'type': 'static_library',
365 'sources': [ 365 'sources': [
366 'public/cpp/shell/application.h', 366 'public/cpp/shell/application.h',
367 'public/cpp/shell/service.h', 367 'public/cpp/shell/connect.h',
368 'public/cpp/shell/lib/application.cc', 368 'public/cpp/shell/lib/application.cc',
369 'public/cpp/shell/lib/service.cc', 369 'public/cpp/shell/lib/service_connector.cc',
370 'public/cpp/shell/lib/service_connector.h',
370 ], 371 ],
371 'dependencies': [ 372 'dependencies': [
372 'mojo_shell_bindings', 373 'mojo_shell_bindings',
373 ], 374 ],
374 'export_dependent_settings': [ 375 'export_dependent_settings': [
375 'mojo_shell_bindings', 376 'mojo_shell_bindings',
376 ], 377 ],
377 }, 378 },
378 ], 379 ],
379 'conditions': [ 380 'conditions': [
380 ['OS == "android"', { 381 ['OS == "android"', {
381 'targets': [ 382 'targets': [
382 { 383 {
383 'target_name': 'mojo_public_java', 384 'target_name': 'mojo_public_java',
384 'type': 'none', 385 'type': 'none',
385 'variables': { 386 'variables': {
386 'java_in_dir': 'public/java', 387 'java_in_dir': 'public/java',
387 }, 388 },
388 'includes': [ '../build/java.gypi' ], 389 'includes': [ '../build/java.gypi' ],
389 }, 390 },
390 ], 391 ],
391 }], 392 }],
392 ], 393 ],
393 } 394 }
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