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

Side by Side Diff: mojo/mojo_public.gyp

Issue 1701423002: Mojo C++ bindings: support sync methods - part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | mojo/public/cpp/bindings/lib/interface_endpoint_client.cc » ('j') | 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'public/interfaces/bindings/tests/sample_factory.mojom', 359 'public/interfaces/bindings/tests/sample_factory.mojom',
360 'public/interfaces/bindings/tests/sample_import.mojom', 360 'public/interfaces/bindings/tests/sample_import.mojom',
361 'public/interfaces/bindings/tests/sample_import2.mojom', 361 'public/interfaces/bindings/tests/sample_import2.mojom',
362 'public/interfaces/bindings/tests/sample_interfaces.mojom', 362 'public/interfaces/bindings/tests/sample_interfaces.mojom',
363 'public/interfaces/bindings/tests/sample_service.mojom', 363 'public/interfaces/bindings/tests/sample_service.mojom',
364 'public/interfaces/bindings/tests/scoping.mojom', 364 'public/interfaces/bindings/tests/scoping.mojom',
365 'public/interfaces/bindings/tests/serialization_test_structs.mojom', 365 'public/interfaces/bindings/tests/serialization_test_structs.mojom',
366 'public/interfaces/bindings/tests/test_constants.mojom', 366 'public/interfaces/bindings/tests/test_constants.mojom',
367 'public/interfaces/bindings/tests/test_native_types.mojom', 367 'public/interfaces/bindings/tests/test_native_types.mojom',
368 'public/interfaces/bindings/tests/test_structs.mojom', 368 'public/interfaces/bindings/tests/test_structs.mojom',
369 'public/interfaces/bindings/tests/test_sync_methods.mojom',
369 'public/interfaces/bindings/tests/test_unions.mojom', 370 'public/interfaces/bindings/tests/test_unions.mojom',
370 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', 371 'public/interfaces/bindings/tests/validation_test_interfaces.mojom',
371 ], 372 ],
372 }, 373 },
373 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 374 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
374 }, 375 },
375 { 376 {
376 'target_name': 'mojo_public_test_interfaces_mojom_blink', 377 'target_name': 'mojo_public_test_interfaces_mojom_blink',
377 'type': 'none', 378 'type': 'none',
378 'variables': { 379 'variables': {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'mojo_interface_bindings_java_sources', 502 'mojo_interface_bindings_java_sources',
502 'mojo_public_java', 503 'mojo_public_java',
503 '<(DEPTH)/base/base.gyp:base_java', 504 '<(DEPTH)/base/base.gyp:base_java',
504 ], 505 ],
505 'includes': [ '../build/java.gypi' ], 506 'includes': [ '../build/java.gypi' ],
506 }, 507 },
507 ], 508 ],
508 }], 509 }],
509 ], 510 ],
510 } 511 }
OLDNEW
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | mojo/public/cpp/bindings/lib/interface_endpoint_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698