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

Unified Diff: build/get_landmines.py

Issue 2769283002: Enable noexcept on Windows, use for a few move constructors. (Closed)
Patch Set: Landmine Created 3 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 | « build/config/compiler/BUILD.gn ('k') | tools/gn/value.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/get_landmines.py
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 0216b1c64537424eae76f849588eb7f123917e9a..05e7b1a5e10b7b31443b529d887ab3a5990a927d 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -72,7 +72,8 @@ def print_landmines():
print 'Clobber to remove libsystem.dylib. See crbug.com/620075'
if platform() == 'mac':
print 'Clobber to get past mojo gen build error (crbug.com/679607)'
-
+ if platform() == 'win':
+ print 'Clobber Windows to fix strange PCH-not-rebuilt errors.'
def main():
print_landmines()
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | tools/gn/value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698