OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'content_shell_product_name': 'Content Shell', | 7 'content_shell_product_name': 'Content Shell', |
8 'content_shell_version': '99.77.34.5', | 8 'content_shell_version': '99.77.34.5', |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 'content_shell', | 554 'content_shell', |
555 ], | 555 ], |
556 }, | 556 }, |
557 { | 557 { |
558 'target_name': 'content_shell_mojo_bindings_mojom', | 558 'target_name': 'content_shell_mojo_bindings_mojom', |
559 'type': 'none', | 559 'type': 'none', |
560 'variables': { | 560 'variables': { |
561 'mojom_files': [ | 561 'mojom_files': [ |
562 'shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.m
ojom' | 562 'shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.m
ojom' |
563 ], | 563 ], |
| 564 'use_new_wrapper_types': 'false', |
564 }, | 565 }, |
565 'includes': [ | 566 'includes': [ |
566 '../mojo/mojom_bindings_generator_explicit.gypi', | 567 '../mojo/mojom_bindings_generator_explicit.gypi', |
567 ], | 568 ], |
568 }, | 569 }, |
569 { | 570 { |
570 'target_name': 'content_shell_mojo_bindings', | 571 'target_name': 'content_shell_mojo_bindings', |
571 'type': 'static_library', | 572 'type': 'static_library', |
572 'dependencies': [ | 573 'dependencies': [ |
573 'content_shell_mojo_bindings_mojom', | 574 'content_shell_mojo_bindings_mojom', |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
911 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 912 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
912 '--destination_dir', '<(dest_dir)', | 913 '--destination_dir', '<(dest_dir)', |
913 ], | 914 ], |
914 }, | 915 }, |
915 ], | 916 ], |
916 }, | 917 }, |
917 ], | 918 ], |
918 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 919 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
919 ] | 920 ] |
920 } | 921 } |
OLD | NEW |