blob: ab7a5eb82197f1189b8854d4299642dd5cfd51d5 [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("ns_net") {
sources = [
"network_service_impl.h",
"network_service_impl.mm",
"url_loader_impl.h",
"url_loader_impl.mm",
]
deps = [
"//base:base",
"//mojo/common",
"//mojo/public/cpp/application",
"//mojo/services/network/public/interfaces",
]
}