1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//mojo/public/mojo_application.gni")
7 mojo_native_application("network") {
8 output_name = "network_service"
14 "//mojo/public/c/system:for_shared_library",
15 "//mojo/public/cpp/bindings:bindings",
16 "//mojo/services/network/public/interfaces",
29 "//mojo/environment:chromium",
30 "//mojo/services/network/public/cpp",
31 "//mojo/services/network/public/interfaces",
37 "cookie_store_impl.cc",
38 "cookie_store_impl.h",
41 "net_address_type_converters.cc",
42 "net_address_type_converters.h",
45 "network_service_impl.cc",
46 "network_service_impl.h",
47 "tcp_bound_socket_impl.cc",
48 "tcp_bound_socket_impl.h",
49 "tcp_connected_socket_impl.cc",
50 "tcp_connected_socket_impl.h",
51 "tcp_server_socket_impl.cc",
52 "tcp_server_socket_impl.h",