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

Unified Diff: components/update_client/BUILD.gn

Issue 2506523002: Report Windows build and patch number in the component updater checks. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | components/update_client/utils.cc » ('j') | components/update_client/utils_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/BUILD.gn
diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn
index 7e0164f1fb062d7706e51c80bff7f3aff22c478d..38710978f1fc2073837f3bee9ea51ad1b6d718e5 100644
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -56,6 +56,8 @@ static_library("update_client") {
"url_fetcher_downloader.h",
"utils.cc",
"utils.h",
+ "utils_win.cc",
+ "utils_win.h",
]
deps = [
« no previous file with comments | « no previous file | components/update_client/utils.cc » ('j') | components/update_client/utils_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698