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

Side by Side Diff: mojo/mojo_public.gypi

Issue 298563003: Move geometry types to a more central location. (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/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': '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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'public/cpp/utility/lib/mutex.cc', 340 'public/cpp/utility/lib/mutex.cc',
341 'public/cpp/utility/lib/thread.cc', 341 'public/cpp/utility/lib/thread.cc',
342 ], 342 ],
343 }], 343 }],
344 ], 344 ],
345 'include_dirs': [ 345 'include_dirs': [
346 '..', 346 '..',
347 ], 347 ],
348 }, 348 },
349 { 349 {
350 'target_name': 'mojo_geometry_bindings',
351 'type': 'static_library',
352 'sources': [
353 'public/interfaces/geometry/geometry.mojom',
354 ],
355 'variables': {
356 'mojom_base_output_dir': 'mojo',
357 },
358 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
359 'dependencies': [
360 'mojo_cpp_bindings',
361 ],
362 'export_dependent_settings': [
363 'mojo_cpp_bindings',
364 ],
365 },
366 {
350 'target_name': 'mojo_shell_bindings', 367 'target_name': 'mojo_shell_bindings',
351 'type': 'static_library', 368 'type': 'static_library',
352 'sources': [ 369 'sources': [
353 'public/interfaces/shell/shell.mojom', 370 'public/interfaces/shell/shell.mojom',
354 ], 371 ],
355 'variables': { 372 'variables': {
356 'mojom_base_output_dir': 'mojo', 373 'mojom_base_output_dir': 'mojo',
357 }, 374 },
358 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 375 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
359 'dependencies': [ 376 'dependencies': [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 }, 417 },
401 'dependencies': [ 418 'dependencies': [
402 'mojo_public_java', 419 'mojo_public_java',
403 ], 420 ],
404 'includes': [ '../build/java.gypi' ], 421 'includes': [ '../build/java.gypi' ],
405 }, 422 },
406 ], 423 ],
407 }], 424 }],
408 ], 425 ],
409 } 426 }
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