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

Side by Side Diff: net/net.gyp

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('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 # Enables BidirectionalStream; Used in cronet, disabled by default. 9 # Enables BidirectionalStream; Used in cronet, disabled by default.
10 'enable_bidirectional_stream%': 0, 10 'enable_bidirectional_stream%': 0,
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 'proxy/proxy_resolver_factory_mojo.cc', 935 'proxy/proxy_resolver_factory_mojo.cc',
936 'proxy/proxy_resolver_factory_mojo.h', 936 'proxy/proxy_resolver_factory_mojo.h',
937 'proxy/proxy_service_mojo.cc', 937 'proxy/proxy_service_mojo.cc',
938 'proxy/proxy_service_mojo.h', 938 'proxy/proxy_service_mojo.h',
939 ], 939 ],
940 'dependencies': [ 940 'dependencies': [
941 'mojo_type_converters', 941 'mojo_type_converters',
942 'net', 942 'net',
943 'net_interfaces', 943 'net_interfaces',
944 '../mojo/mojo_base.gyp:mojo_common_lib', 944 '../mojo/mojo_base.gyp:mojo_common_lib',
945 '../mojo/mojo_base.gyp:mojo_environment_chromium',
946 '../mojo/mojo_base.gyp:mojo_url_type_converters', 945 '../mojo/mojo_base.gyp:mojo_url_type_converters',
947 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 946 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
948 947
949 # NOTE(amistry): As long as we support in-process Mojo v8 PAC, we 948 # NOTE(amistry): As long as we support in-process Mojo v8 PAC, we
950 # need this dependency since in_process_mojo_proxy_resolver_factory 949 # need this dependency since in_process_mojo_proxy_resolver_factory
951 # creates the utility process side Mojo services in the browser 950 # creates the utility process side Mojo services in the browser
952 # process. Ultimately, this will go away when we only support 951 # process. Ultimately, this will go away when we only support
953 # out-of-process. 952 # out-of-process.
954 'net_utility_services', 953 'net_utility_services',
955 ], 954 ],
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 '../build/isolate.gypi', 1715 '../build/isolate.gypi',
1717 ], 1716 ],
1718 'sources': [ 1717 'sources': [
1719 'net_unittests.isolate', 1718 'net_unittests.isolate',
1720 ], 1719 ],
1721 }, 1720 },
1722 ], 1721 ],
1723 }], 1722 }],
1724 ], 1723 ],
1725 } 1724 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698