Commit d1a85aee authored by Daniel Cheng's avatar Daniel Cheng

Add a landmine to clobber broken GN bots.

GN bots are having trouble picking up the changes to the resouce ID
range, which was changed in https://codereview.chromium.org/734243003/.

BUG=444902
R=eroman@chromium.org, thakis@chromium.org

Review URL: https://codereview.chromium.org/821303002

Cr-Commit-Position: refs/heads/master@{#309588}
parent 95b0f9c8
...@@ -63,6 +63,7 @@ def print_landmines(): ...@@ -63,6 +63,7 @@ def print_landmines():
print 'Clobber to delete incompatible object binary format with NDK r10c' print 'Clobber to delete incompatible object binary format with NDK r10c'
print 'Clobber to fix missing NaCl gyp dependencies (crbug.com/427427).' print 'Clobber to fix missing NaCl gyp dependencies (crbug.com/427427).'
print 'Another clobber for missing NaCl gyp deps (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)'
def main(): def main():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment