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

Side by Side Diff: mojo/mojo_public.gypi

Issue 307353009: Mojo cpp bindings: report the reason of validation failure. (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
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'public/cpp/bindings/lib/message_queue.cc', 266 'public/cpp/bindings/lib/message_queue.cc',
267 'public/cpp/bindings/lib/message_queue.h', 267 'public/cpp/bindings/lib/message_queue.h',
268 'public/cpp/bindings/lib/no_interface.cc', 268 'public/cpp/bindings/lib/no_interface.cc',
269 'public/cpp/bindings/lib/router.cc', 269 'public/cpp/bindings/lib/router.cc',
270 'public/cpp/bindings/lib/router.h', 270 'public/cpp/bindings/lib/router.h',
271 'public/cpp/bindings/lib/shared_data.h', 271 'public/cpp/bindings/lib/shared_data.h',
272 'public/cpp/bindings/lib/shared_ptr.h', 272 'public/cpp/bindings/lib/shared_ptr.h',
273 'public/cpp/bindings/lib/string_serialization.h', 273 'public/cpp/bindings/lib/string_serialization.h',
274 'public/cpp/bindings/lib/string_serialization.cc', 274 'public/cpp/bindings/lib/string_serialization.cc',
275 'public/cpp/bindings/lib/sync_dispatcher.cc', 275 'public/cpp/bindings/lib/sync_dispatcher.cc',
276 'public/cpp/bindings/lib/validation_errors.cc',
277 'public/cpp/bindings/lib/validation_errors.h',
276 ], 278 ],
277 }, 279 },
278 { 280 {
279 'target_name': 'mojo_js_bindings', 281 'target_name': 'mojo_js_bindings',
280 'type': 'static_library', 282 'type': 'static_library',
281 'include_dirs': [ 283 'include_dirs': [
282 '..' 284 '..'
283 ], 285 ],
284 'sources': [ 286 'sources': [
285 'public/js/bindings/constants.cc', 287 'public/js/bindings/constants.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 }, 428 },
427 'dependencies': [ 429 'dependencies': [
428 'mojo_public_java', 430 'mojo_public_java',
429 ], 431 ],
430 'includes': [ '../build/java.gypi' ], 432 'includes': [ '../build/java.gypi' ],
431 }, 433 },
432 ], 434 ],
433 }], 435 }],
434 ], 436 ],
435 } 437 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698