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

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

Issue 2603523002: Move net-export thread-hopping code into NetLogFileWriter and add IO polled data. (Closed)
Patch Set: Fixed tommycli's nits from patchset 13 Created 3 years, 10 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
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 static_library("net_log") { 5 static_library("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", 9 "net_export_ui_constants.cc",
10 "net_export_ui_constants.h", 10 "net_export_ui_constants.h",
(...skipping 10 matching lines...) Expand all
21 } 21 }
22 22
23 source_set("unit_tests") { 23 source_set("unit_tests") {
24 testonly = true 24 testonly = true
25 sources = [ 25 sources = [
26 "net_log_file_writer_unittest.cc", 26 "net_log_file_writer_unittest.cc",
27 ] 27 ]
28 deps = [ 28 deps = [
29 ":net_log", 29 ":net_log",
30 "//base", 30 "//base",
31 "//base/test:test_support",
31 "//net", 32 "//net",
33 "//net:test_support",
32 "//testing/gtest", 34 "//testing/gtest",
33 ] 35 ]
34 } 36 }
OLDNEW
« no previous file with comments | « components/cronet/android/cronet_url_request_context_adapter.cc ('k') | components/net_log/net_log_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698