| 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)
|
|
|