Refactor: move components/sync/../signin to components/signin/../
This CL also moves AndroidSyncSettings.updateAccount from ChromeSigninController to SigninManager
BUG=567975
Review-Url: https://codereview.chromium.org/2351703003
Cr-Commit-Position: refs/heads/master@{#421078}
CrOS-Libchrome-Original-Commit: 338144c0ff454a98eed2c64cbfa24db0629b9aa7
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 217cd31..bb87459 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -34,6 +34,7 @@
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)'
+ print 'Clobber to recalculate reversed dependency (crbug.com/639042)'
if platform() == 'win':
print 'Compile on cc_unittests fails due to symbols removed in r185063.'
if platform() == 'linux':