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

Side by Side Diff: net/net.gyp

Issue 975083002: mojo/common: Decouple GURL dependency (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
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 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 'dns/host_resolver_mojo.h', 1288 'dns/host_resolver_mojo.h',
1289 'proxy/mojo_proxy_resolver_factory_impl.cc', 1289 'proxy/mojo_proxy_resolver_factory_impl.cc',
1290 'proxy/mojo_proxy_resolver_factory_impl.h', 1290 'proxy/mojo_proxy_resolver_factory_impl.h',
1291 'proxy/mojo_proxy_resolver_impl.cc', 1291 'proxy/mojo_proxy_resolver_impl.cc',
1292 'proxy/mojo_proxy_resolver_impl.h', 1292 'proxy/mojo_proxy_resolver_impl.h',
1293 ], 1293 ],
1294 'dependencies': [ 1294 'dependencies': [
1295 'mojo_type_converters', 1295 'mojo_type_converters',
1296 'net', 1296 'net',
1297 'net_interfaces', 1297 'net_interfaces',
1298 '../mojo/mojo_base.gyp:mojo_common_lib', 1298 '../mojo/mojo_base.gyp:mojo_common_lib',
Ken Rockot(use gerrit already) 2015/03/04 03:27:56 Is this dependency still needed?
Hajime Morrita 2015/03/05 18:29:41 Done.
1299 '../mojo/mojo_base.gyp:mojo_url_type_converters',
1299 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1300 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1300 ], 1301 ],
1301 }, 1302 },
1302 { 1303 {
1303 # GN version: //net:mojo_type_converters 1304 # GN version: //net:mojo_type_converters
1304 'target_name': 'mojo_type_converters', 1305 'target_name': 'mojo_type_converters',
1305 'type': 'static_library', 1306 'type': 'static_library',
1306 'sources': [ 1307 'sources': [
1307 'dns/mojo_host_type_converters.cc', 1308 'dns/mojo_host_type_converters.cc',
1308 'dns/mojo_host_type_converters.h', 1309 'dns/mojo_host_type_converters.h',
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
1863 '../build/isolate.gypi', 1864 '../build/isolate.gypi',
1864 ], 1865 ],
1865 'sources': [ 1866 'sources': [
1866 'net_unittests.isolate', 1867 'net_unittests.isolate',
1867 ], 1868 ],
1868 }, 1869 },
1869 ], 1870 ],
1870 }], 1871 }],
1871 ], 1872 ],
1872 } 1873 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698