summaryrefslogtreecommitdiffstats
path: root/build/get_landmines.py
diff options
context:
space:
mode:
authorqsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 13:28:50 +0000
committerqsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 13:28:50 +0000
commit88f666c4e84a6ba47557f3fd8582b4aa0610db6f (patch)
tree80d65f7c3234733f285df5105de2dcfa30768f65 /build/get_landmines.py
parent94d19055e4b0943e8ddd8976d9a455910d4b42fc (diff)
downloadchromium_src-88f666c4e84a6ba47557f3fd8582b4aa0610db6f.zip
chromium_src-88f666c4e84a6ba47557f3fd8582b4aa0610db6f.tar.gz
chromium_src-88f666c4e84a6ba47557f3fd8582b4aa0610db6f.tar.bz2
Generate java bindings for structs.
This CL introduces bindings for struct. It only generates fields and not serialization/deserialization methods. R=rmcilroy@chromium.org, viettrungluu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279677 Review URL: https://codereview.chromium.org/306893010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279707 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/get_landmines.py')
-rwxr-xr-xbuild/get_landmines.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 4d09da0..0e4fe63 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -30,7 +30,7 @@ def print_landmines(target):
builder() == 'ninja'):
print 'Need to clobber winja goma due to backend cwd cache fix.'
if platform() == 'android':
- print 'Clobber: To get rid of NoSuchFieldError in issue 350703003.'
+ print 'Clobber: To get rid of generated files in the wrong package.'
if platform() == 'win' and builder() == 'ninja':
print 'Compile on cc_unittests fails due to symbols removed in r185063.'
if platform() == 'linux' and builder() == 'ninja':