Lines Matching refs:file
3 # you may not use this file except in compliance with the License.
53 foreach(file, disasm_column_test_js_files) {
54 es2abc_gen_abc("gen_${file}_abc") {
55 test_js = "${test_js_path}${file}.js"
56 test_abc = "$target_out_dir/${file}.abc"
79 foreach(file, disasm_module_test_js_files) {
80 es2abc_gen_abc("gen_${file}_abc") {
81 test_js = "${module_test_js_path}${file}.js"
82 test_abc = "$target_out_dir/${file}.abc"
95 foreach(file, disasm_test_js_files) {
96 es2abc_gen_abc("gen_${file}_abc") {
97 test_js = "${test_js_path}${file}.js"
98 test_abc = "$target_out_dir/${file}.abc"
136 foreach(file, disasm_module_test_js_files) {
137 deps += [ ":gen_${file}_abc" ]
150 foreach(file, disasm_column_test_js_files) {
151 deps += [ ":gen_${file}_abc" ]
164 foreach(file, disasm_test_js_files) {
165 deps += [ ":gen_${file}_abc" ]