Lines Matching refs:file
3 # you may not use this file except in compliance with the License.
43 foreach(file, verifier_test_js_files) {
44 es2abc_gen_abc("gen_${file}_abc") {
45 test_js = "${test_js_path}${file}.js"
46 test_abc = "$target_out_dir/${file}.abc"
56 foreach(file, verifier_test_ts_files) {
57 es2abc_gen_abc("gen_${file}_abc") {
58 test_ts = "${test_ts_path}${file}.ts"
59 test_abc = "$target_out_dir/${file}.abc"
88 foreach(file, verifier_test_js_files) {
89 deps += [ ":gen_${file}_abc" ]
91 foreach(file, verifier_test_ts_files) {
92 deps += [ ":gen_${file}_abc" ]