Chromium Code Reviews| Index: build/get_landmines.py |
| diff --git a/build/get_landmines.py b/build/get_landmines.py |
| index 74d95616b3c602e6e0ff8d8ce91983104193ef21..c99a0c1a67c2e81e4b507c16c4ffd0d502774689 100755 |
| --- a/build/get_landmines.py |
| +++ b/build/get_landmines.py |
| @@ -63,6 +63,7 @@ def print_landmines(): |
| print 'Clobber to delete incompatible object binary format with NDK r10c' |
| print 'Clobber to fix missing NaCl gyp dependencies (crbug.com/427427).' |
| print 'Another clobber for missing NaCl gyp deps (crbug.com/427427).' |
| + print 'Enabling WeakPtrFactory clang checker (crbug.com/303818).' |
|
Nico
2014/12/18 03:17:42
No need for this: ninja tracks if the command line
|
| def main(): |