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

Side by Side Diff: mojo/mojo_public.gyp

Issue 1816703002: Mojo C++ bindings: assume that all imported mojoms have the same variant as current mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/tests/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 # 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 ], 508 ],
509 'includes': [ 'mojom_bindings_generator.gypi' ], 509 'includes': [ 'mojom_bindings_generator.gypi' ],
510 }, 510 },
511 { 511 {
512 'target_name': 'mojo_public_test_variant', 512 'target_name': 'mojo_public_test_variant',
513 'type': 'static_library', 513 'type': 'static_library',
514 'variables': { 514 'variables': {
515 'mojom_variant': 'test_variant', 515 'mojom_variant': 'test_variant',
516 }, 516 },
517 'sources': [ 517 'sources': [
518 'public/interfaces/bindings/tests/test_variant_import.mojom',
518 'public/interfaces/bindings/tests/test_variant.mojom', 519 'public/interfaces/bindings/tests/test_variant.mojom',
519 ], 520 ],
520 'includes': [ 'mojom_bindings_generator.gypi' ], 521 'includes': [ 'mojom_bindings_generator.gypi' ],
521 }, 522 },
522 ], 523 ],
523 'conditions': [ 524 'conditions': [
524 ['OS == "android"', { 525 ['OS == "android"', {
525 'targets': [ 526 'targets': [
526 { 527 {
527 # GN version: //mojo/public/java:system 528 # GN version: //mojo/public/java:system
(...skipping 24 matching lines...) Expand all
552 'mojo_interface_bindings_java_sources', 553 'mojo_interface_bindings_java_sources',
553 'mojo_public_java', 554 'mojo_public_java',
554 '<(DEPTH)/base/base.gyp:base_java', 555 '<(DEPTH)/base/base.gyp:base_java',
555 ], 556 ],
556 'includes': [ '../build/java.gypi' ], 557 'includes': [ '../build/java.gypi' ],
557 }, 558 },
558 ], 559 ],
559 }], 560 }],
560 ], 561 ],
561 } 562 }
OLDNEW
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698