Commit 19232ff0 authored by Trent Apted's avatar Trent Apted Committed by Commit Bot

Allow `build all` to build some stuff on chromeos.

Currently it bails out early due to a missing dependency on
accessibility_common/accessibility_common.js

The file was moved to accessibility_common/autoclick/autoclick.js, but
it doesn't compile so comment out the build target.

The move happened in r780890 and r781588.

AX-Relnotes: n/a.
Tbr: katie@chromium.org
Bug: 1108171
Change-Id: I3ea751c538b689cf7515529e80aa50f1b101b642
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311838
Commit-Queue: Trent Apted <tapted@chromium.org>
Reviewed-by: default avatarTrent Apted <tapted@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790731}
parent ddb00609
...@@ -73,16 +73,15 @@ js2gtest("accessibility_common_extjs_tests") { ...@@ -73,16 +73,15 @@ js2gtest("accessibility_common_extjs_tests") {
] ]
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
} }
#js_type_check("closure_compile") {
js_type_check("closure_compile") { # deps = [ ":autoclick" ]
deps = [ ":accessibility_common" ] #}
} #
# Doesn't build. See https://crbug.com/1108171.
js_library("accessibility_common") { #js_library("autoclick") {
deps = [] # sources = [ "autoclick/autoclick.js" ]
externs_list = [ # externs_list = [
"$externs_path/accessibility_private.js", # "$externs_path/accessibility_private.js",
"$externs_path/automation.js", # "$externs_path/automation.js",
"$externs_path/accessibility_features.js", # ]
] #}
}
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