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

Side by Side Diff: net/net.gyp

Issue 969393004: Make net_utility_services depend on net_with_v8 instead of net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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 | « no previous file | no next file » | 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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 'sources': [ 1293 'sources': [
1294 'dns/host_resolver_mojo.cc', 1294 'dns/host_resolver_mojo.cc',
1295 'dns/host_resolver_mojo.h', 1295 'dns/host_resolver_mojo.h',
1296 'proxy/mojo_proxy_resolver_factory_impl.cc', 1296 'proxy/mojo_proxy_resolver_factory_impl.cc',
1297 'proxy/mojo_proxy_resolver_factory_impl.h', 1297 'proxy/mojo_proxy_resolver_factory_impl.h',
1298 'proxy/mojo_proxy_resolver_impl.cc', 1298 'proxy/mojo_proxy_resolver_impl.cc',
1299 'proxy/mojo_proxy_resolver_impl.h', 1299 'proxy/mojo_proxy_resolver_impl.h',
1300 ], 1300 ],
1301 'dependencies': [ 1301 'dependencies': [
1302 'mojo_type_converters', 1302 'mojo_type_converters',
1303 'net',
1304 'net_interfaces', 1303 'net_interfaces',
1304 'net_with_v8',
1305 '../mojo/mojo_base.gyp:mojo_url_type_converters', 1305 '../mojo/mojo_base.gyp:mojo_url_type_converters',
1306 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1306 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1307 ], 1307 ],
1308 }, 1308 },
1309 { 1309 {
1310 # GN version: //net:mojo_type_converters 1310 # GN version: //net:mojo_type_converters
1311 'target_name': 'mojo_type_converters', 1311 'target_name': 'mojo_type_converters',
1312 'type': 'static_library', 1312 'type': 'static_library',
1313 'sources': [ 1313 'sources': [
1314 'dns/mojo_host_type_converters.cc', 1314 'dns/mojo_host_type_converters.cc',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1870 '../build/isolate.gypi', 1870 '../build/isolate.gypi',
1871 ], 1871 ],
1872 'sources': [ 1872 'sources': [
1873 'net_unittests.isolate', 1873 'net_unittests.isolate',
1874 ], 1874 ],
1875 }, 1875 },
1876 ], 1876 ],
1877 }], 1877 }],
1878 ], 1878 ],
1879 } 1879 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698