commit | 9b385893eec56521b3889f0f71bde6dc09d2045f | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jul 02 23:11:11 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jul 02 23:11:11 2014 |
tree | 8abec637894ff3a4ef15fd1070559ca0a2d964e7 | |
parent | cbb7dbda0f0add9e2a00c6e101ecaeec4f8aa9d2 [diff] [blame] |
Adding a landmine to clobber due to NDEBUG nacl change. BUG=391093 [email protected] Review URL: https://codereview.chromium.org/363083004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281106 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/get_landmines.py b/build/get_landmines.py index 0e4fe63..3bf3d15 100755 --- a/build/get_landmines.py +++ b/build/get_landmines.py
@@ -54,6 +54,7 @@ if (platform() != 'ios'): print 'Clobber to get rid of obselete test plugin after r248358' print 'Clobber to rebuild GN files for V8' + print 'Need to clobber everything due to build_nexe change in nacl r13424' def main():