Commit 2a0dc19d authored by Randy Rossi's avatar Randy Rossi Committed by Commit Bot

Move chromvox's closure-library into third_party

Moving chromevox's closure-library into third_party so it
can be shared with chromecast.

Bug: 73240963
Test: Local build
Cq-Include-Trybots: luci.chromium.try:closure_compilation
Change-Id: Idec6775a8b9a82d301b75261bac3dfd82e5f350c
Reviewed-on: https://chromium-review.googlesource.com/1108553
Commit-Queue: Randy Rossi <rmrossi@chromium.org>
Reviewed-by: default avatarTom Sepez <tsepez@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572574}
parent e4fab30e
......@@ -18,7 +18,7 @@ declare_args() {
}
closure_library_dir =
"//chrome/third_party/chromevox/third_party/closure-library/closure/goog"
"//third_party/chromevox/third_party/closure-library/closure/goog"
# List of all modules that are included in one or more of the production
# chromevox scripts.
......@@ -239,7 +239,7 @@ group("chromevox") {
":chromevox_manifest",
"//chrome/browser/resources/chromeos/braille_ime:braille_ime_manifest",
"//chrome/browser/resources/chromeos/chromevox/strings:chromevox_strings",
"//chrome/third_party/chromevox:chromevox_third_party_resources",
"//third_party/chromevox:chromevox_third_party_resources",
]
if (enable_nacl) {
deps += [ "//third_party/liblouis" ]
......@@ -571,7 +571,7 @@ test("chromevox_tests") {
# copied one.
"//chrome/browser/resources/chromeos/chromevox/",
"//chrome/test/data/webui/test_api.js",
"//chrome/third_party/chromevox/",
"//third_party/chromevox/",
"//chrome/third_party/mock4js/",
"//third_party/accessibility-audit/axs_testing.js",
"//third_party/chaijs/chai.js",
......
......@@ -5,7 +5,7 @@
assert(is_chromeos)
closure_library_dir =
"//chrome/third_party/chromevox/third_party/closure-library/closure/goog"
"//third_party/chromevox/third_party/closure-library/closure/goog"
jsbundler_modules = rebase_path([
"depstree.py",
......
......@@ -108,7 +108,7 @@ def CheckChromeVox(changed_files=None):
os.path.relpath(
os.path.join(
_CHROME_SOURCE_DIR,
'chrome/third_party/chromevox/third_party/closure-library/'
'third_party/chromevox/third_party/closure-library/'
'closure/goog'))]
sources = ReadSources(roots, need_source_text=True,
exclude=[re.compile('testing')])
......
......@@ -17,7 +17,7 @@ _CHROME_SOURCE = os.path.realpath(
os.path.join(_SCRIPT_DIR, *[os.path.pardir] * 6))
sys.path.insert(
0, os.path.join(
_CHROME_SOURCE, ('chrome/third_party/chromevox/third_party/' +
_CHROME_SOURCE, ('third_party/chromevox/third_party/' +
'closure-library/closure/bin/build')))
import treescan
......
......@@ -18,7 +18,7 @@ _SCRIPT_DIR = os.path.realpath(os.path.dirname(__file__))
_CHROME_SOURCE = os.path.realpath(
os.path.join(_SCRIPT_DIR, *[os.path.pardir] * 6))
sys.path.insert(0, os.path.join(
_CHROME_SOURCE, ('chrome/third_party/chromevox/third_party/' +
_CHROME_SOURCE, ('third_party/chromevox/third_party/' +
'closure-library/closure/bin/build')))
import source
......
......@@ -43,7 +43,7 @@ _CHROME_SOURCE = os.path.realpath(
sys.path.insert(0, os.path.join(
_CHROME_SOURCE, 'third_party/blink/renderer/devtools/scripts/build'))
sys.path.insert(0, os.path.join(
_CHROME_SOURCE, ('chrome/third_party/chromevox/third_party/' +
_CHROME_SOURCE, ('third_party/chromevox/third_party/' +
'closure-library/closure/bin/build')))
import depstree
import rjsmin
......
......@@ -3,6 +3,7 @@ URL: http://code.google.com/p/google-axs-chrome/
InfoURL: http://www.chromevox.com/
Version: 1.31.4
License: Apache 2.0
Security Critical: Yes
Description:
ChromeVox is the screen reader for Chrome OS. This directory contains pars of
......
......@@ -3,6 +3,7 @@ URL: https://github.com/google/closure-library
Version: 5a4878ece3dd35230a21d745411ab0985cf99e15
InfoURL: http://developers.google.com/closure/library
License: Apache 2.0
Security Critical: Yes
Description:
Closure Library is a powerful, low level JavaScript library designed
......
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