Index: build/landmines.py |
diff --git a/build/landmines.py b/build/landmines.py |
index d23049d0f5e62bb24e0003b2ab02203c3360ea0d..4a894b57d904533555b573663085459dbfa35117 100755 |
--- a/build/landmines.py |
+++ b/build/landmines.py |
@@ -223,7 +223,7 @@ def main(): |
gyp_helper.apply_chromium_gyp_env() |
- for target in ('Debug', 'Release'): |
+ for target in ('Debug', 'Release', 'Debug_x64', 'Release_x64'): |
set_up_landmines(target) |
return 0 |