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

Side by Side Diff: third_party/mojo/mojo_public.gyp

Issue 1486573003: Mojo C++ bindings: associated interface pointers/requests validation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « mojo/public/tools/bindings/generators/cpp_templates/struct_definition.tmpl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'target_defaults' : { 9 'target_defaults' : {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 }, 379 },
380 { 380 {
381 'target_name': 'mojo_public_test_associated_interfaces_mojom', 381 'target_name': 'mojo_public_test_associated_interfaces_mojom',
382 'type': 'none', 382 'type': 'none',
383 'variables': { 383 'variables': {
384 # These files are not included in the mojo_public_test_interfaces_mojom 384 # These files are not included in the mojo_public_test_interfaces_mojom
385 # target because associated interfaces are not supported by all bindings 385 # target because associated interfaces are not supported by all bindings
386 # languages yet. 386 # languages yet.
387 'mojom_files': [ 387 'mojom_files': [
388 '../../mojo/public/interfaces/bindings/tests/test_associated_interface s.mojom', 388 '../../mojo/public/interfaces/bindings/tests/test_associated_interface s.mojom',
389 '../../mojo/public/interfaces/bindings/tests/validation_test_associate d_interfaces.mojom',
389 ], 390 ],
390 }, 391 },
391 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 392 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
392 }, 393 },
393 { 394 {
394 # GN version: //mojo/public/interfaces/bindings/tests:test_associated_inte rfaces 395 # GN version: //mojo/public/interfaces/bindings/tests:test_associated_inte rfaces
395 'target_name': 'mojo_public_test_associated_interfaces', 396 'target_name': 'mojo_public_test_associated_interfaces',
396 'type': 'static_library', 397 'type': 'static_library',
397 'export_dependent_settings': [ 398 'export_dependent_settings': [
398 'mojo_cpp_bindings', 399 'mojo_cpp_bindings',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'dependencies': [ 435 'dependencies': [
435 'mojo_interface_bindings_java_sources', 436 'mojo_interface_bindings_java_sources',
436 'mojo_public_java', 437 'mojo_public_java',
437 ], 438 ],
438 'includes': [ '../../build/java.gypi' ], 439 'includes': [ '../../build/java.gypi' ],
439 }, 440 },
440 ], 441 ],
441 }], 442 }],
442 ], 443 ],
443 } 444 }
OLDNEW
« no previous file with comments | « mojo/public/tools/bindings/generators/cpp_templates/struct_definition.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698