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

Unified Diff: build/landmines.py

Issue 13133005: Set landmines on x64 too. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698