Commit 840bb0f5 authored by mikecase's avatar mikecase Committed by Commit bot

[Third Party] Add Android-Accessibility-Framework jar to Chromium

This jar is a dependency for Robolectric 3.0.

BUG=522043

Review-Url: https://codereview.chromium.org/2047843002
Cr-Commit-Position: refs/heads/master@{#403341}
parent c4c2fa79
......@@ -284,6 +284,7 @@ vs-chromium-project.txt
/tools/luci-go/win64/isolate.exe
/third_party/__START__
/third_party/accessibility-developer-tools/
/third_party/accessibility_test_framework/lib/*.jar
/third_party/adobe/flash/binaries
/third_party/adobe/flash/symbols
/third_party/amd/
......
......@@ -655,6 +655,16 @@ hooks = [
'-l', 'third_party/icu4j'
],
},
{
'name': 'accessibility_test_framework',
'pattern': '.',
'action': ['python',
'src/build/android/update_deps/update_third_party_deps.py',
'download',
'-b', 'chromium-accessibility-test-framework',
'-l', 'third_party/accessibility_test_framework'
],
},
{
# Downloads the current stable linux sysroot to build/linux/ if needed.
# 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("accessibility_test_framework_java") {
testonly = true
jar_path = "lib/accessibility-test-framework-1.0.jar"
}
This diff is collapsed.
jbudorick@chromium.org
mikecase@chromium.org
yolandyan@chromium.org
\ No newline at end of file
Name: Accessibility-Test-Framework-for-Android
URL: https://github.com/google/Accessibility-Test-Framework-for-Android
Version: 1.0
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no
Description:
Library that contains accessibility-related checks for Android View and
AccessibilityNodeInfo objects.
Local Modifications: None
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