Skip to content

Commit 31e8a85

Browse files
author
iannucci@chromium.org
committed
Set landmines on x64 too.
For some reason I was only setting up landmines in the 32 bit output folders. This will allow us to clobber on x64 builds too. R=ilevy@chromium.org BUG= Review URL: https://codereview.chromium.org/13133005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191446 0039d316-1c4b-4281-b951-d872f2087c98
1 parent 6f99d22 commit 31e8a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/landmines.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def main():
223223

224224
gyp_helper.apply_chromium_gyp_env()
225225

226-
for target in ('Debug', 'Release'):
226+
for target in ('Debug', 'Release', 'Debug_x64', 'Release_x64'):
227227
set_up_landmines(target)
228228

229229
return 0

0 commit comments

Comments
 (0)