summaryrefslogtreecommitdiffstats
path: root/build/get_landmines.py
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-01 22:08:49 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-01 22:08:49 +0000
commit74e193101ec670b180cd0b0a0d6f46801470024b (patch)
tree62beef06089bf33288030aac465d331f2ccd7bd4 /build/get_landmines.py
parent9199e4929c802dc6f114982b3af980cfa8ac1ce3 (diff)
downloadchromium_src-74e193101ec670b180cd0b0a0d6f46801470024b.zip
chromium_src-74e193101ec670b180cd0b0a0d6f46801470024b.tar.gz
chromium_src-74e193101ec670b180cd0b0a0d6f46801470024b.tar.bz2
Add a landmine for the content/child/blink_platform_impl.cc IDR_* errors.
BUG=338338 NOTRY=true Review URL: https://codereview.chromium.org/439503005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/get_landmines.py')
-rwxr-xr-xbuild/get_landmines.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 5560214..417c9fe 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -56,6 +56,7 @@ def print_landmines(target):
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'
+ print '[chromium-dev] PSA: clobber build needed for IDR_INSPECTOR_* compil...'
def main():