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

Unified Diff: components/update_client/BUILD.gn

Issue 2888183003: Consolidate the update_client serialization code. (Closed)
Patch Set: . Created 3 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: components/update_client/BUILD.gn
diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn
index 79d176424a0965844efa46daeb5ab71766d949e5..b52ee088733f6b6de26649d2c5d5fcb266802c61 100644
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -25,6 +25,8 @@ static_library("update_client") {
"persisted_data.h",
"ping_manager.cc",
"ping_manager.h",
+ "protocol_builder.cc",
+ "protocol_builder.h",
"protocol_parser.cc",
"protocol_parser.h",
"request_sender.cc",
@@ -130,6 +132,7 @@ source_set("unit_tests") {
"component_unpacker_unittest.cc",
"persisted_data_unittest.cc",
"ping_manager_unittest.cc",
+ "protocol_builder_unittest.cc",
"protocol_parser_unittest.cc",
"request_sender_unittest.cc",
"update_checker_unittest.cc",
« no previous file with comments | « no previous file | components/update_client/ping_manager.cc » ('j') | components/update_client/protocol_builder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698