Roll src/third_party/WebKit 9f7fb92:f103b33 (svn 202621:202622)
[chromium-blink-merge.git] / components / net_log / BUILD.gn
blob5fd42b999bd881132c46f154757a4488c5c4888a
1 # Copyright 2015 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 source_set("net_log") {
6   sources = [
7     "chrome_net_log.cc",
8     "chrome_net_log.h",
9     "net_log_temp_file.cc",
10     "net_log_temp_file.h",
11   ]
13   deps = [
14     "//base",
15     "//components/data_reduction_proxy/core/common",
16     "//components/version_info",
17     "//net",
18   ]
21 source_set("unit_tests") {
22   testonly = true
23   sources = [
24     "net_log_temp_file_unittest.cc",
25   ]
26   deps = [
27     "//base",
28     "//net",
29     "//testing/gtest",
30     ":net_log",
31   ]