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

Unified Diff: chrome/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: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 2ef9bdde339aec0bc1d34a2218850ac7a879d888..30b14e499cd828d908fc2bb1a77fb8b7370963d1 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -198,7 +198,7 @@ if (!is_win || link_chrome_on_windows) {
if (enable_configuration_policy) {
deps += [ "//components/policy" ]
}
- if (cpu_arch == "x86") {
+ if (current_cpu == "x86") {
# Add a dependency to custom import library for user32 delay imports only
# in x86 builds.
#deps += [ 'chrome_user32_delay_imports' ] TODO(GYP)
« no previous file with comments | « build/vs_toolchain.py ('k') | chrome/test/BUILD.gn » ('j') | third_party/widevine/cdm/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698