| 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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 'content_shell', | 559 'content_shell', |
| 560 ], | 560 ], |
| 561 }, | 561 }, |
| 562 { | 562 { |
| 563 'target_name': 'content_shell_mojo_bindings_mojom', | 563 'target_name': 'content_shell_mojo_bindings_mojom', |
| 564 'type': 'none', | 564 'type': 'none', |
| 565 'variables': { | 565 'variables': { |
| 566 'mojom_files': [ | 566 'mojom_files': [ |
| 567 'shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.m
ojom' | 567 'shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.m
ojom' |
| 568 ], | 568 ], |
| 569 'use_new_wrapper_types': 'false', | |
| 570 }, | 569 }, |
| 571 'includes': [ | 570 'includes': [ |
| 572 '../mojo/mojom_bindings_generator_explicit.gypi', | 571 '../mojo/mojom_bindings_generator_explicit.gypi', |
| 573 ], | 572 ], |
| 574 }, | 573 }, |
| 575 { | 574 { |
| 576 'target_name': 'content_shell_mojo_bindings', | 575 'target_name': 'content_shell_mojo_bindings', |
| 577 'type': 'static_library', | 576 'type': 'static_library', |
| 578 'dependencies': [ | 577 'dependencies': [ |
| 579 'content_shell_mojo_bindings_mojom', | 578 'content_shell_mojo_bindings_mojom', |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 916 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 918 '--destination_dir', '<(dest_dir)', | 917 '--destination_dir', '<(dest_dir)', |
| 919 ], | 918 ], |
| 920 }, | 919 }, |
| 921 ], | 920 ], |
| 922 }, | 921 }, |
| 923 ], | 922 ], |
| 924 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 923 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 925 ] | 924 ] |
| 926 } | 925 } |
| OLD | NEW |