blob: d74f72280022412fb87a0b1eef41b5a5ed9312b7 [file] [log] [blame]
# Copyright 2014 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("//chromecast/chromecast.gni")
assert(is_chromeos || is_chromecast)
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/background/{{source_file_part}}",
]
}