Searched refs:_CopyRuntime (Results 1 – 1 of 1) sorted by relevance
/external/v8/gypfiles/ |
D | vs_toolchain.py | 199 def _CopyRuntime(target_dir, source_dir, target_cpu, debug): function 243 _CopyRuntime(out_debug, x86, "x86", debug=True) 244 _CopyRuntime(out_release, x86, "x86", debug=False) 245 _CopyRuntime(out_debug_x64, x64, "x64", debug=True) 246 _CopyRuntime(out_release_x64, x64, "x64", debug=False) 266 _CopyRuntime(target_dir, runtime_dir, target_cpu, debug=False) 268 _CopyRuntime(target_dir, runtime_dir, target_cpu, debug=True)
|