1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6 import("//chrome/browser/resources/chromeos/chromevox/chromevox.gni")
8 chromevox_out_dir = "$root_out_dir/resources/chromeos/chromevox"
10 group("chromevox_third_party_resources") {
12 ":chromevox_third_party_background_resources",
13 ":chromevox_third_party_injected_resources",
17 copy("chromevox_third_party_background_resources") {
19 "chromevox/background/chrome_shared2.css",
20 "chromevox/background/options.css",
21 "chromevox/background/options_widgets.css",
24 "$chromevox_out_dir/chromevox/background/{{source_file_part}}",
28 copy("chromevox_third_party_injected_resources") {
30 "chromevox/injected/mathjax.js",
31 "chromevox/injected/mathjax_external_util.js",
34 "$chromevox_out_dir/chromevox/injected/{{source_file_part}}",