| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |