Commit 994f25e1 authored by Bruno Santos's avatar Bruno Santos Committed by Commit Bot

Browser tests for Kiosk Next Home JS bridge.

Bug: 968778
Change-Id: I333a7385e13f95ae420a7daf22fbe862e4bc235c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637819
Commit-Queue: Bruno Santos <brunoad@chromium.org>
Reviewed-by: default avatarMichael Giuffrida <michaelpg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#665302}
parent 7fc6272b
...@@ -44,6 +44,10 @@ if (is_android) { ...@@ -44,6 +44,10 @@ if (is_android) {
include_js_tests = !(is_asan || is_msan || is_tsan) include_js_tests = !(is_asan || is_msan || is_tsan)
} }
if (is_chromeos) {
import("//chrome/browser/chromeos/kiosk_next_home/kiosk_next.gni")
}
# This target exists to reference other test executables to bring these files # This target exists to reference other test executables to bring these files
# into the build. # into the build.
group("test") { group("test") {
...@@ -2109,9 +2113,9 @@ if (!is_android) { ...@@ -2109,9 +2113,9 @@ if (!is_android) {
sources += sources +=
[ "../browser/ui/ash/assistant/assistant_context_browsertest.cc" ] [ "../browser/ui/ash/assistant/assistant_context_browsertest.cc" ]
} }
if (is_chrome_branded) { if (enable_kiosk_next) {
sources += [ sources += [
# The KioskNext app is available in Chrome-branded builds only. "../browser/chromeos/kiosk_next_home/kiosk_next_home_browsertest.cc",
"../browser/ui/ash/kiosk_next_shell_client_browsertest.cc", "../browser/ui/ash/kiosk_next_shell_client_browsertest.cc",
] ]
} }
......
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