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

Side by Side Diff: mojo/mojo_public.gypi

Issue 322003002: Mojo message validation tests: add integration tests and move existing conformance tests. (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
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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'target_name': 'mojo_public_test_interfaces', 296 'target_name': 'mojo_public_test_interfaces',
297 'type': 'static_library', 297 'type': 'static_library',
298 'sources': [ 298 'sources': [
299 'public/interfaces/bindings/tests/math_calculator.mojom', 299 'public/interfaces/bindings/tests/math_calculator.mojom',
300 'public/interfaces/bindings/tests/sample_factory.mojom', 300 'public/interfaces/bindings/tests/sample_factory.mojom',
301 'public/interfaces/bindings/tests/sample_import.mojom', 301 'public/interfaces/bindings/tests/sample_import.mojom',
302 'public/interfaces/bindings/tests/sample_import2.mojom', 302 'public/interfaces/bindings/tests/sample_import2.mojom',
303 'public/interfaces/bindings/tests/sample_interfaces.mojom', 303 'public/interfaces/bindings/tests/sample_interfaces.mojom',
304 'public/interfaces/bindings/tests/sample_service.mojom', 304 'public/interfaces/bindings/tests/sample_service.mojom',
305 'public/interfaces/bindings/tests/test_structs.mojom', 305 'public/interfaces/bindings/tests/test_structs.mojom',
306 'public/interfaces/bindings/tests/validation_test_interfaces.mojom',
306 ], 307 ],
307 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 308 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
308 'export_dependent_settings': [ 309 'export_dependent_settings': [
309 'mojo_cpp_bindings', 310 'mojo_cpp_bindings',
310 ], 311 ],
311 'dependencies': [ 312 'dependencies': [
312 'mojo_cpp_bindings', 313 'mojo_cpp_bindings',
313 ], 314 ],
314 }, 315 },
315 { 316 {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 }, 425 },
425 'dependencies': [ 426 'dependencies': [
426 'mojo_public_java', 427 'mojo_public_java',
427 ], 428 ],
428 'includes': [ '../build/java.gypi' ], 429 'includes': [ '../build/java.gypi' ],
429 }, 430 },
430 ], 431 ],
431 }], 432 }],
432 ], 433 ],
433 } 434 }
OLDNEW
« no previous file with comments | « mojo/apps/js/test/js_to_cpp_unittest.cc ('k') | mojo/public/cpp/bindings/lib/message_header_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698