Chromium Code Reviews

Unified Diff: components/BUILD.gn

Issue 1257633002: Componentize VersionInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert version_info::Channel to a "class enum" Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/tools/crash_service/caps/logger_win.cc ('k') | components/components.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index dc82d950fbb7a51520966ff60c28a79000e7704d..9df9f358fd7010462528bcbd4abcd812106401d4 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -113,6 +113,7 @@ group("all_components") {
"//components/user_manager",
"//components/user_prefs",
"//components/variations",
+ "//components/version_info",
"//components/visitedlink/browser",
"//components/visitedlink/common",
"//components/visitedlink/renderer",
« no previous file with comments | « chrome/tools/crash_service/caps/logger_win.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine