summaryrefslogtreecommitdiffstats
path: root/build/get_landmines.py
diff options
context:
space:
mode:
authorianwen <ianwen@chromium.org>2015-02-11 22:33:40 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-12 06:34:36 +0000
commit691b64f43fc0a69752344e5edbbc4d8f406cf261 (patch)
tree7caa1121004a97896db7de54fa7689716c046d5a /build/get_landmines.py
parent2afdbf72bcfa0a2e30d31a37ca6499dcb99a62aa (diff)
downloadchromium_src-691b64f43fc0a69752344e5edbbc4d8f406cf261.zip
chromium_src-691b64f43fc0a69752344e5edbbc4d8f406cf261.tar.gz
chromium_src-691b64f43fc0a69752344e5edbbc4d8f406cf261.tar.bz2
Upstream Enhanced Bookmark Model
This is the data layout of enhanced bookmark. There is no reason why this class should live in private repository. BUG=428832 Review URL: https://codereview.chromium.org/899403002 Cr-Commit-Position: refs/heads/master@{#315939}
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 ac3d7d6..7a918c8 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -29,6 +29,7 @@ def print_landmines():
print 'Need to clobber winja goma due to backend cwd cache fix.'
if platform() == 'android':
print 'Clobber: to handle new way of suppressing findbugs failures.'
+ print 'Clobber to fix gyp not rename package name (crbug.com/457038)'
if platform() == 'win' and builder() == 'ninja':
print 'Compile on cc_unittests fails due to symbols removed in r185063.'
if platform() == 'linux' and builder() == 'ninja':