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

Side by Side Diff: mojo/mojo_public.gypi

Issue 318123003: Add input data parser for Mojo message validation tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase3 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/cpp/bindings/tests/validation_test_input_parser.h » ('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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'public/cpp/bindings/tests/buffer_unittest.cc', 136 'public/cpp/bindings/tests/buffer_unittest.cc',
137 'public/cpp/bindings/tests/connector_unittest.cc', 137 'public/cpp/bindings/tests/connector_unittest.cc',
138 'public/cpp/bindings/tests/handle_passing_unittest.cc', 138 'public/cpp/bindings/tests/handle_passing_unittest.cc',
139 'public/cpp/bindings/tests/interface_ptr_unittest.cc', 139 'public/cpp/bindings/tests/interface_ptr_unittest.cc',
140 'public/cpp/bindings/tests/request_response_unittest.cc', 140 'public/cpp/bindings/tests/request_response_unittest.cc',
141 'public/cpp/bindings/tests/router_unittest.cc', 141 'public/cpp/bindings/tests/router_unittest.cc',
142 'public/cpp/bindings/tests/sample_service_unittest.cc', 142 'public/cpp/bindings/tests/sample_service_unittest.cc',
143 'public/cpp/bindings/tests/string_unittest.cc', 143 'public/cpp/bindings/tests/string_unittest.cc',
144 'public/cpp/bindings/tests/struct_unittest.cc', 144 'public/cpp/bindings/tests/struct_unittest.cc',
145 'public/cpp/bindings/tests/type_conversion_unittest.cc', 145 'public/cpp/bindings/tests/type_conversion_unittest.cc',
146 'public/cpp/bindings/tests/validation_test_input_parser.cc',
147 'public/cpp/bindings/tests/validation_test_input_parser.h',
146 'public/cpp/bindings/tests/validation_unittest.cc', 148 'public/cpp/bindings/tests/validation_unittest.cc',
147 ], 149 ],
148 }, 150 },
149 { 151 {
150 'target_name': 'mojo_public_environment_unittests', 152 'target_name': 'mojo_public_environment_unittests',
151 'type': 'executable', 153 'type': 'executable',
152 'dependencies': [ 154 'dependencies': [
153 '../base/base.gyp:base', 155 '../base/base.gyp:base',
154 '../testing/gtest.gyp:gtest', 156 '../testing/gtest.gyp:gtest',
155 'mojo_environment_standalone', 157 'mojo_environment_standalone',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 }, 407 },
406 'dependencies': [ 408 'dependencies': [
407 'mojo_public_java', 409 'mojo_public_java',
408 ], 410 ],
409 'includes': [ '../build/java.gypi' ], 411 'includes': [ '../build/java.gypi' ],
410 }, 412 },
411 ], 413 ],
412 }], 414 }],
413 ], 415 ],
414 } 416 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/tests/validation_test_input_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698