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

Unified Diff: components/version_info/BUILD.gn

Issue 2879703002: WebView: Add channel info for UMA (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/version_info/BUILD.gn
diff --git a/components/version_info/BUILD.gn b/components/version_info/BUILD.gn
index 1fe5cfb1cad536d2504482ea82cd8dd58f76b988..c8352a24d4980b97662ae556df91968af22a1f8e 100644
--- a/components/version_info/BUILD.gn
+++ b/components/version_info/BUILD.gn
@@ -35,6 +35,8 @@ static_library("version_info") {
source_set("channel") {
sources = [
"channel.h",
+ "channel_android.cc",
+ "channel_android.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698