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
/
constant_definition.tmpl
blob
db193e29a32ec47574efce04549e75bebd3fed4c
1
{% macro constant_def(constant) %}
2
public static final {{constant.kind|java_type}} {{constant|name}} = {{constant|constant_value}};
3
{% endmacro %}