Chromium Code Reviews| Index: build/get_landmines.py |
| diff --git a/build/get_landmines.py b/build/get_landmines.py |
| index 74d95616b3c602e6e0ff8d8ce91983104193ef21..eb59367e12b06b0b92c8276f3d057b302979765d 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 'Clobber to fix GN not picking up increased ID range (crbug.com/444902)' |
|
eroman
2014/12/23 22:51:42
Is there any way to restrict this further?
Is this
dcheng
2014/12/23 22:53:35
There doesn't seem to be atm =/
|
| def main(): |