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

Side by Side Diff: content/content_shell.gypi

Issue 2185703003: Switch on use_new_wrapper_types mode for content/shell and content/test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | content/content_tests.gypi » ('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 (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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698