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

Unified Diff: sandbox/win/BUILD.gn

Issue 929383002: Fix GN unit tests on Windows, GN x64 build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | tools/gn/source_dir_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/BUILD.gn
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
index 0d9d1fb59947754efedff6483885fddd4581a0de..d4d649626d1acfeb920a71176260c5eb2629c7ca 100644
--- a/sandbox/win/BUILD.gn
+++ b/sandbox/win/BUILD.gn
@@ -162,9 +162,11 @@ source_set("sandbox") {
}
deps = [
- ":copy_wow_helper",
"//base",
]
+ if (cpu_arch == "x86") {
+ deps += [ ":copy_wow_helper" ]
+ }
}
if (cpu_arch == "x86") {
« no previous file with comments | « no previous file | tools/gn/source_dir_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698