1# Copyright 2016 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.
4
5source_set("net_export") {
6  configs += [ "//build/config/compiler:enable_arc" ]
7  sources = [
8    "net_export_ui.h",
9    "net_export_ui.mm",
10  ]
11  deps = [
12    "//base",
13    "//components/net_log",
14    "//components/resources",
15    "//ios/chrome/app/strings",
16    "//ios/chrome/browser",
17    "//ios/chrome/browser/browser_state",
18    "//ios/chrome/browser/webui",
19    "//ios/chrome/common:common",
20    "//ios/web/public/webui",
21    "//net",
22  ]
23}
24