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

Unified Diff: chrome/common/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. 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 | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 21ab88e05e8ebbaa9554d545aaf77b3e15b44339..2f1f0438bbb0b19a4f4e53893968cfd4ea8c5f90 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -4,6 +4,7 @@
import("//tools/grit/grit_rule.gni")
import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+import("//chrome/version.gni")
gypi_values = exec_script("//build/gypi_to_gn.py",
[ rebase_path("../chrome_common.gypi") ],
@@ -51,7 +52,6 @@ static_library("common") {
"//chrome/common/safe_browsing:proto",
]
deps = [
- ":version",
"//base:base",
"//base:i18n",
"//base:prefs",
@@ -72,6 +72,7 @@ static_library("common") {
"//components/policy:policy_component_common",
"//components/translate/core/common",
"//components/variations",
+ "//components/version_info",
"//content/public/common",
"//crypto",
"//extensions/common:common_constants",
@@ -262,13 +263,6 @@ source_set("result_codes") {
]
}
-import("//chrome/version.gni")
-process_version("version") {
- visibility = [ ":common" ]
- template_file = "chrome_version_info_values.h.version"
- output = "$target_gen_dir/chrome_version_info_values.h"
-}
-
process_version("make_chrome_version") {
template_file = "chrome_version.cc.version"
output = "$target_gen_dir/chrome_version.cc"
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698