chromium/third_party/chromevox/BUILD.gn

# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/chromeos/ui_mode.gni")
import("//chromecast/chromecast.gni")

assert(is_chromeos_ash || is_castos)

chromevox_out_dir = "$root_out_dir/resources/chromeos/accessibility/chromevox"

group("chromevox_third_party_resources") {
  deps = [ ":chromevox_third_party_background_resources" ]
}

copy("chromevox_third_party_background_resources") {
  sources = [ "third_party/sre/sre_browser.js" ]
  outputs = [ "$chromevox_out_dir/third_party/sre/{{source_file_part}}" ]
}