Revert 279677 "Generate java bindings for structs."
Broke the Linux x64 build http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/66839/steps/compile/logs/stdio > 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 TBR=qsr@chromium.org Review URL: https://codereview.chromium.org/354833003 git-svn-id: http://src.chromium.org/svn/trunk/src/build@279688 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
aecbd8dd3d
Коммит
6f28c6224e
|
@ -103,11 +103,4 @@ 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 generated files in the wrong package.'
|
||||
print 'Clobber: To get rid of NoSuchFieldError in issue 350703003.'
|
||||
if platform() == 'win' and builder() == 'ninja':
|
||||
print 'Compile on cc_unittests fails due to symbols removed in r185063.'
|
||||
if platform() == 'linux' and builder() == 'ninja':
|
||||
|
|
Загрузка…
Ссылка в новой задаче