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

Side by Side Diff: net/net.gyp

Issue 955263002: Rename mojo_type_converters.* to mojo_{host,proxy}_type_converters.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « net/dns/mojo_type_converters.cc ('k') | net/proxy/mojo_proxy_resolver_impl.cc » ('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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 'net_interfaces', 1297 'net_interfaces',
1298 '../mojo/mojo_base.gyp:mojo_common_lib', 1298 '../mojo/mojo_base.gyp:mojo_common_lib',
1299 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1299 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1300 ], 1300 ],
1301 }, 1301 },
1302 { 1302 {
1303 # GN version: //net:mojo_type_converters 1303 # GN version: //net:mojo_type_converters
1304 'target_name': 'mojo_type_converters', 1304 'target_name': 'mojo_type_converters',
1305 'type': 'static_library', 1305 'type': 'static_library',
1306 'sources': [ 1306 'sources': [
1307 'dns/mojo_type_converters.cc', 1307 'dns/mojo_host_type_converters.cc',
1308 'dns/mojo_type_converters.h', 1308 'dns/mojo_host_type_converters.h',
1309 'proxy/mojo_type_converters.cc', 1309 'proxy/mojo_proxy_type_converters.cc',
1310 'proxy/mojo_type_converters.h', 1310 'proxy/mojo_proxy_type_converters.h',
1311 ], 1311 ],
1312 'dependencies': [ 1312 'dependencies': [
1313 'net', 1313 'net',
1314 'net_interfaces', 1314 'net_interfaces',
1315 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1315 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1316 ], 1316 ],
1317 }, 1317 },
1318 ], 1318 ],
1319 }], 1319 }],
1320 ['OS != "ios" and OS != "android"', { 1320 ['OS != "ios" and OS != "android"', {
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1863 '../build/isolate.gypi', 1863 '../build/isolate.gypi',
1864 ], 1864 ],
1865 'sources': [ 1865 'sources': [
1866 'net_unittests.isolate', 1866 'net_unittests.isolate',
1867 ], 1867 ],
1868 }, 1868 },
1869 ], 1869 ],
1870 }], 1870 }],
1871 ], 1871 ],
1872 } 1872 }
OLDNEW
« no previous file with comments | « net/dns/mojo_type_converters.cc ('k') | net/proxy/mojo_proxy_resolver_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698