Sign in
chromium
/
external
/
mockito
/
mockito
/
refs/heads/benchmark-mockito-integration
/
.
/
buildSrc
/
build.gradle
blob: e67bc1e20a2564ac88b10d971d85ac124617ff23 [
file
] [
log
] [
blame
] [
edit
]
dependencies
{
//needed by JavadocExclude
//TODO find out if we really need JavadocExclude. Why don't we just exclude internal packages using Gradle API (Javadoc.exclude)?
compile files
(
"${System.properties['java.home']}/../lib/tools.jar"
)
}