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

Review URL: https://codereview.chromium.org/306893010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@279677 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
qsr@chromium.org 2014-06-25 11:52:30 +00:00
Родитель 486c74e767
Коммит aecbd8dd3d
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -103,4 +103,11 @@ In particular, ~ at the start of a string means it's a regex.
<Method name="destroy" />
<Bug code="ST" />
</Match>
<!--
Ignore mojo generated files.
-->
<Match>
<Class name="~.*\.mojom\..*" />
<Bug code="UuF,UrF" />
</Match>
</FindBugsFilter>

Просмотреть файл

@ -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':