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

Side by Side Diff: net/net.gyp

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 | « net/interfaces/BUILD.gn ('k') | services/catalog/public/interfaces/BUILD.gn » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'interfaces/host_resolver_service.mojom', 918 'interfaces/host_resolver_service.mojom',
919 'interfaces/proxy_resolver_service.mojom', 919 'interfaces/proxy_resolver_service.mojom',
920 ], 920 ],
921 'dependencies': [ 921 'dependencies': [
922 '../url/url.gyp:url_mojom', 922 '../url/url.gyp:url_mojom',
923 ], 923 ],
924 'variables': { 924 'variables': {
925 'mojom_typemaps': [ 925 'mojom_typemaps': [
926 '../url/mojo/gurl.typemap', 926 '../url/mojo/gurl.typemap',
927 ], 927 ],
928 'use_new_wrapper_types': 'false',
928 }, 929 },
929 'includes': [ 930 'includes': [
930 '../mojo/mojom_bindings_generator.gypi', 931 '../mojo/mojom_bindings_generator.gypi',
931 ], 932 ],
932 }, 933 },
933 { 934 {
934 # GN version: //net:net_browser_services 935 # GN version: //net:net_browser_services
935 'target_name': 'net_browser_services', 936 'target_name': 'net_browser_services',
936 'type': 'static_library', 937 'type': 'static_library',
937 'sources': [ 938 'sources': [
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
1785 '../build/isolate.gypi', 1786 '../build/isolate.gypi',
1786 ], 1787 ],
1787 'sources': [ 1788 'sources': [
1788 'net_unittests.isolate', 1789 'net_unittests.isolate',
1789 ], 1790 ],
1790 }, 1791 },
1791 ], 1792 ],
1792 }], 1793 }],
1793 ], 1794 ],
1794 } 1795 }
OLDNEW
« no previous file with comments | « net/interfaces/BUILD.gn ('k') | services/catalog/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698