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

Unified Diff: chrome/common/BUILD.gn

Issue 634583003: Simplify VersionInfo code, avoid hitting sandbox IPC constantly on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: linux include Created 6 years, 2 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/chrome_content_client.cc » ('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 98a612bb6f1eb487f54a3361f56a00bce44c715e..4257fe6a1cbb03c9b97779258a03f2962bb8e8ae 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -241,12 +241,8 @@ if (is_linux || is_android) {
import("//chrome/version.gni")
process_version("version") {
visibility = [ ":common" ]
- source = "chrome_version_info_posix.h.version"
- output = "$target_gen_dir/chrome_version_info_posix.h"
- }
-} else {
- # Other platforms have a different way to do versioning.
- group("version") {
+ source = "chrome_version_info_values.h.version"
+ output = "$target_gen_dir/chrome_version_info_values.h"
}
}
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698