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

Unified Diff: blimp/net/BUILD.gn

Issue 1962393004: Added a debug info UI for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Kevin's comments Created 4 years, 7 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: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index dae07a1426f0a9033ad7bc4abbd3c5fede863924..eaa89de6076b6ce24d32eb796beb541b115ab9a1 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -7,6 +7,8 @@ component("net") {
sources = [
"blimp_connection.cc",
"blimp_connection.h",
+ "blimp_connection_statistics.cc",
+ "blimp_connection_statistics.h",
"blimp_message_checkpoint_observer.h",
"blimp_message_checkpointer.cc",
"blimp_message_checkpointer.h",
@@ -100,6 +102,7 @@ source_set("unit_tests") {
testonly = true
sources = [
+ "blimp_connection_statistics_unittest.cc",
"blimp_connection_unittest.cc",
"blimp_message_checkpointer_unittest.cc",
"blimp_message_demultiplexer_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698