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

Side by Side Diff: mojo/mojo_public.gypi

Issue 208223006: Revert of Add creation of ServiceManager to Content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('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': 'shared_library', 5 'type': 'shared_library',
6 'defines': [ 6 'defines': [
7 'MOJO_SYSTEM_IMPLEMENTATION', 7 'MOJO_SYSTEM_IMPLEMENTATION',
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', 10 '..',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 }], 342 }],
343 ], 343 ],
344 'include_dirs': [ 344 'include_dirs': [
345 '..', 345 '..',
346 ], 346 ],
347 }, 347 },
348 { 348 {
349 'target_name': 'mojo_shell_bindings', 349 'target_name': 'mojo_shell_bindings',
350 'type': 'static_library', 350 'type': 'static_library',
351 'sources': [ 351 'sources': [
352 'public/shell/lib/application.cc',
353 'public/shell/lib/service.cc',
354 'public/shell/application.h',
355 'public/shell/service.h',
352 'public/shell/shell.mojom', 356 'public/shell/shell.mojom',
353 ], 357 ],
354 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 358 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
355 'dependencies': [ 359 'dependencies': [
356 'mojo_bindings', 360 'mojo_bindings',
357 'mojo_system', 361 'mojo_system',
358 ], 362 ],
359 'export_dependent_settings': [ 363 'export_dependent_settings': [
360 'mojo_bindings', 364 'mojo_bindings',
361 ], 365 'mojo_system',
362 },
363 {
364 'target_name': 'mojo_shell_client',
365 'type': 'static_library',
366 'sources': [
367 'public/shell/lib/application.cc',
368 'public/shell/lib/service.cc',
369 'public/shell/application.h',
370 'public/shell/service.h',
371 ],
372 'dependencies': [
373 'mojo_shell_bindings',
374 ],
375 'export_dependent_settings': [
376 'mojo_shell_bindings',
377 ], 366 ],
378 }, 367 },
379 ], 368 ],
380 } 369 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698