repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git]
/
mojo
/
public
/
tools
/
bindings
/
generators
/
java_templates
/
enum.java.tmpl
blob
7096a18747f9b9a84f348cf5a9d9096298f5e321
1
{% from "enum_definition.tmpl" import enum_def %}
2
{% include "header.java.tmpl" %}
3
4
{{enum_def(enum, true)}}