Commit f0e1c431 authored by mikecase's avatar mikecase Committed by Commit bot

[Third Party] Add Apache-Velocity to Chromium

This jar is required to process Roboletric templated code.

BUG=522043

Review-Url: https://codereview.chromium.org/2049503003
Cr-Commit-Position: refs/heads/master@{#403265}
parent 2e8eb55d
...@@ -296,6 +296,7 @@ vs-chromium-project.txt ...@@ -296,6 +296,7 @@ vs-chromium-project.txt
/third_party/angle_dx11 /third_party/angle_dx11
/third_party/apache-mime4j /third_party/apache-mime4j
/third_party/apache-portable-runtime/src /third_party/apache-portable-runtime/src
/third_party/apache_velocity/lib/*.jar
/third_party/apache-win32/bin/*.exe /third_party/apache-win32/bin/*.exe
/third_party/apache-win32/bin/*.dll /third_party/apache-win32/bin/*.dll
/third_party/apache-win32/bin/iconv/*.so /third_party/apache-win32/bin/iconv/*.so
......
...@@ -625,6 +625,16 @@ hooks = [ ...@@ -625,6 +625,16 @@ hooks = [
'-l', 'third_party/espresso' '-l', 'third_party/espresso'
], ],
}, },
{
'name': 'apache_velocity',
'pattern': '.',
'action': ['python',
'src/build/android/update_deps/update_third_party_deps.py',
'download',
'-b', 'chromium-apache-velocity',
'-l', 'third_party/apache_velocity'
],
},
{ {
# Downloads the current stable linux sysroot to build/linux/ if needed. # Downloads the current stable linux sysroot to build/linux/ if needed.
# This sysroot updates at about the same rate that the chrome build deps # This sysroot updates at about the same rate that the chrome build deps
......
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/rules.gni")
java_prebuilt("apache_velocity_java") {
testonly = true
jar_path = "lib/velocity-1.7-dep.jar"
}
This diff is collapsed.
jbudorick@chromium.org
mikecase@chromium.org
yolandyan@chromium.org
\ No newline at end of file
Name: Apache Velocity
URL: http://velocity.apache.org/
Version: 1.7
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no
Description: Apache Velocity is a Java-based template engine.
Local Modifications: None
\ No newline at end of file
d7d06a40e8e266d62d6d9add29d1b5b9d067ee5c
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment