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

Side by Side Diff: content/content_shell.gypi

Issue 2156303003: Mojo C++ bindings: make the generator use STL/WTF string/vector/map by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into 72_switch_default Created 4 years, 5 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 | « content/content_common_mojo_bindings.gyp ('k') | 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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698