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

Side by Side Diff: net/net.gyp

Issue 1128453004: Embed a simple Mojo shell in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 '../third_party/mojo/mojom_bindings_generator.gypi', 877 '../third_party/mojo/mojom_bindings_generator.gypi',
878 ], 878 ],
879 }, 879 },
880 { 880 {
881 # GN version: //net:net_browser_services 881 # GN version: //net:net_browser_services
882 'target_name': 'net_browser_services', 882 'target_name': 'net_browser_services',
883 'type': 'static_library', 883 'type': 'static_library',
884 'sources': [ 884 'sources': [
885 'dns/mojo_host_resolver_impl.cc', 885 'dns/mojo_host_resolver_impl.cc',
886 'dns/mojo_host_resolver_impl.h', 886 'dns/mojo_host_resolver_impl.h',
887 'proxy/in_process_mojo_proxy_resolver_factory.cc',
888 'proxy/in_process_mojo_proxy_resolver_factory.h',
889 'proxy/proxy_resolver_mojo.cc', 887 'proxy/proxy_resolver_mojo.cc',
890 'proxy/proxy_resolver_mojo.h', 888 'proxy/proxy_resolver_mojo.h',
891 'proxy/proxy_service_mojo.cc', 889 'proxy/proxy_service_mojo.cc',
892 'proxy/proxy_service_mojo.h', 890 'proxy/proxy_service_mojo.h',
893 ], 891 ],
894 'dependencies': [ 892 'dependencies': [
895 'mojo_type_converters', 893 'mojo_type_converters',
896 'net', 894 'net',
897 'net_interfaces', 895 'net_interfaces',
898 '../mojo/mojo_base.gyp:mojo_common_lib', 896 '../mojo/mojo_base.gyp:mojo_common_lib',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
1526 '../build/isolate.gypi', 1524 '../build/isolate.gypi',
1527 ], 1525 ],
1528 'sources': [ 1526 'sources': [
1529 'net_unittests.isolate', 1527 'net_unittests.isolate',
1530 ], 1528 ],
1531 }, 1529 },
1532 ], 1530 ],
1533 }], 1531 }],
1534 ], 1532 ],
1535 } 1533 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698