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

Side by Side Diff: mojo/mojo_public.gypi

Issue 325093002: Mojo: Add the IInterfaceProvider interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/public/interfaces/interface_provider/BUILD.gn » ('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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'public/cpp/utility/lib/mutex.cc', 349 'public/cpp/utility/lib/mutex.cc',
350 'public/cpp/utility/lib/thread.cc', 350 'public/cpp/utility/lib/thread.cc',
351 ], 351 ],
352 }], 352 }],
353 ], 353 ],
354 'include_dirs': [ 354 'include_dirs': [
355 '..', 355 '..',
356 ], 356 ],
357 }, 357 },
358 { 358 {
359 # GN version: //mojo/public/interfaces/interface_provider:interface_provid er
360 'target_name': 'mojo_interface_provider_bindings',
361 'type': 'static_library',
362 'sources': [
363 'public/interfaces/interface_provider/interface_provider.mojom',
364 ],
365 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
366 'dependencies': [
367 'mojo_cpp_bindings',
368 ],
369 'export_dependent_settings': [
370 'mojo_cpp_bindings',
371 ],
372 },
373 {
359 # GN version: //mojo/public/interfaces/service_provider:service_provider 374 # GN version: //mojo/public/interfaces/service_provider:service_provider
360 'target_name': 'mojo_service_provider_bindings', 375 'target_name': 'mojo_service_provider_bindings',
361 'type': 'static_library', 376 'type': 'static_library',
362 'sources': [ 377 'sources': [
363 'public/interfaces/service_provider/service_provider.mojom', 378 'public/interfaces/service_provider/service_provider.mojom',
364 ], 379 ],
365 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 380 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
366 'dependencies': [ 381 'dependencies': [
367 'mojo_cpp_bindings', 382 'mojo_cpp_bindings',
368 ], 383 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 }, 422 },
408 'dependencies': [ 423 'dependencies': [
409 'mojo_public_java', 424 'mojo_public_java',
410 ], 425 ],
411 'includes': [ '../build/java.gypi' ], 426 'includes': [ '../build/java.gypi' ],
412 }, 427 },
413 ], 428 ],
414 }], 429 }],
415 ], 430 ],
416 } 431 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/interfaces/interface_provider/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698