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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
Index: components/net_log/BUILD.gn
diff --git a/components/net_log/BUILD.gn b/components/net_log/BUILD.gn
index ec0c7f833fc70c960ccf8ae0f4209188204612f8..fd7d129599f44268c89782180735a4c646ee2aa9 100644
--- a/components/net_log/BUILD.gn
+++ b/components/net_log/BUILD.gn
@@ -28,7 +28,9 @@ source_set("unit_tests") {
deps = [
":net_log",
"//base",
+ "//base/test:test_support",
"//net",
+ "//net:test_support",
"//testing/gtest",
]
}
« 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