1 # Copyright 2015 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.
5 chromevox_braille_out_dir = "$root_out_dir/resources/chromeos/chromevox/braille"
10 ":liblouis_tables_json",
14 action("liblouis_tables") {
15 script = "copy_tables.py"
17 "liblouis_list_tables.py",
19 depfile = "$target_gen_dir/tables.d"
28 rebase_path(".", root_build_dir),
30 rebase_path("src/tables", root_build_dir),
32 rebase_path("$chromevox_braille_out_dir/tables", root_build_dir),
34 rebase_path("cvox-common.cti", root_build_dir),
36 rebase_path(depfile, root_build_dir),
37 ] + rebase_path(sources, root_build_dir)
40 copy("liblouis_tables_json") {
45 "$chromevox_braille_out_dir/{{source_file_part}}",