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

Side by Side Diff: components/net_log/BUILD.gn

Issue 1361923005: Move net-export resources to //components/net_log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « components/net_log.gypi ('k') | components/net_log/net_export_ui_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 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 source_set("net_log") { 5 source_set("net_log") {
6 sources = [ 6 sources = [
7 "chrome_net_log.cc", 7 "chrome_net_log.cc",
8 "chrome_net_log.h", 8 "chrome_net_log.h",
9 "net_export_ui_constants.cc",
10 "net_export_ui_constants.h",
9 "net_log_temp_file.cc", 11 "net_log_temp_file.cc",
10 "net_log_temp_file.h", 12 "net_log_temp_file.h",
11 ] 13 ]
12 14
13 deps = [ 15 deps = [
14 "//base", 16 "//base",
15 "//components/data_reduction_proxy/core/common", 17 "//components/data_reduction_proxy/core/common",
16 "//components/version_info", 18 "//components/version_info",
17 "//net", 19 "//net",
18 ] 20 ]
19 } 21 }
20 22
21 source_set("unit_tests") { 23 source_set("unit_tests") {
22 testonly = true 24 testonly = true
23 sources = [ 25 sources = [
24 "net_log_temp_file_unittest.cc", 26 "net_log_temp_file_unittest.cc",
25 ] 27 ]
26 deps = [ 28 deps = [
27 "//base", 29 "//base",
28 "//net", 30 "//net",
29 "//testing/gtest", 31 "//testing/gtest",
30 ":net_log", 32 ":net_log",
31 ] 33 ]
32 } 34 }
OLDNEW
« no previous file with comments | « components/net_log.gypi ('k') | components/net_log/net_export_ui_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698