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

Side by Side Diff: mojo/mojo_public.gypi

Issue 358743002: Mojo: Remove InterfaceProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 6 years, 5 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 | « content/worker/BUILD.gn ('k') | 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'public/cpp/utility/lib/mutex.cc', 373 'public/cpp/utility/lib/mutex.cc',
374 'public/cpp/utility/lib/thread.cc', 374 'public/cpp/utility/lib/thread.cc',
375 ], 375 ],
376 }], 376 }],
377 ], 377 ],
378 'include_dirs': [ 378 'include_dirs': [
379 '..', 379 '..',
380 ], 380 ],
381 }, 381 },
382 { 382 {
383 # GN version: //mojo/public/interfaces/interface_provider:interface_provid er
384 'target_name': 'mojo_interface_provider_bindings',
385 'type': 'static_library',
386 'sources': [
387 'public/interfaces/interface_provider/interface_provider.mojom',
388 ],
389 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
390 'dependencies': [
391 'mojo_cpp_bindings',
392 ],
393 'export_dependent_settings': [
394 'mojo_cpp_bindings',
395 ],
396 },
397 {
398 # GN version: //mojo/public/interfaces/service_provider:service_provider 383 # GN version: //mojo/public/interfaces/service_provider:service_provider
399 'target_name': 'mojo_service_provider_bindings', 384 'target_name': 'mojo_service_provider_bindings',
400 'type': 'static_library', 385 'type': 'static_library',
401 'sources': [ 386 'sources': [
402 'public/interfaces/service_provider/service_provider.mojom', 387 'public/interfaces/service_provider/service_provider.mojom',
403 ], 388 ],
404 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 389 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
405 'dependencies': [ 390 'dependencies': [
406 'mojo_cpp_bindings', 391 'mojo_cpp_bindings',
407 ], 392 ],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 }, 435 },
451 'dependencies': [ 436 'dependencies': [
452 'mojo_public_java', 437 'mojo_public_java',
453 ], 438 ],
454 'includes': [ '../build/java.gypi' ], 439 'includes': [ '../build/java.gypi' ],
455 }, 440 },
456 ], 441 ],
457 }], 442 }],
458 ], 443 ],
459 } 444 }
OLDNEW
« no previous file with comments | « content/worker/BUILD.gn ('k') | mojo/public/interfaces/interface_provider/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698