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

Unified Diff: courgette/BUILD.gn

Issue 913373002: Update Chomium's build files to work w/ latest GN binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_cpu_arch_changes
Patch Set: merge to #317214 Created 5 years, 10 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: courgette/BUILD.gn
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
index f479ea98c38fe215fac804f761c888aa53d5513a..af81012b98128fcb4ebacc726ede3f3e6c5da5cf 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -58,7 +58,7 @@ static_library("courgette_lib") {
}
executable("courgette") {
- if (is_win && cpu_arch == "x64") {
+ if (is_win && current_cpu == "x64") {
# The build infrastructure needs courgette to be named courgette64.
output_name = "courgette64"
}

Powered by Google App Engine
This is Rietveld 408576698