Lines Matching full:build_path
1479 build_path = os.path.join('out', get_build_directory_name(True)) variable
1480 args_path = os.path.join(chromium_src_dir, build_path, 'args.gn')
1483 run(command + build_path + target, chromium_src_dir, depot_tools_dir,
1489 build_path += '_sandbox'
1490 if os.path.exists(os.path.join(chromium_src_dir, build_path)):
1491 args_path = os.path.join(chromium_src_dir, build_path, 'args.gn')
1494 run(command + build_path + ' cef_sandbox', chromium_src_dir, depot_tools_dir,
1500 build_path = os.path.join('out', get_build_directory_name(False)) variable
1501 args_path = os.path.join(chromium_src_dir, build_path, 'args.gn')
1504 run(command + build_path + target, chromium_src_dir, depot_tools_dir,
1510 build_path += '_sandbox'
1511 if os.path.exists(os.path.join(chromium_src_dir, build_path)):
1512 args_path = os.path.join(chromium_src_dir, build_path, 'args.gn')
1515 run(command + build_path + ' cef_sandbox', chromium_src_dir, depot_tools_dir,
1545 build_path = os.path.join(out_src_dir, get_build_directory_name(True)) variable
1546 test_path = os.path.join(build_path, test_exe)
1548 run(test_prefix + test_path + test_args, build_path, depot_tools_dir)
1553 build_path = os.path.join(out_src_dir, get_build_directory_name(False)) variable
1554 test_path = os.path.join(build_path, test_exe)
1556 run(test_prefix + test_path + test_args, build_path, depot_tools_dir)