Home | History | Annotate | Download | only in build_tools

Lines Matching refs:SRC_DIR

42 from build_paths import SCRIPT_DIR, SDK_SRC_DIR, SRC_DIR, NACL_DIR, OUT_DIR
313 InstallFiles(SRC_DIR, tc_dst_inc, NACL_HEADER_MAP[tc_name])
317 return os.path.join(os.path.relpath(OUT_DIR, SRC_DIR), path)
429 src_dir = GetGypBuiltLib(tc, xarch)
431 InstallFiles(src_dir, dst_dir, TOOLCHAIN_LIBS[tc])
436 InstallFiles(src_dir, bionic_dir, TOOLCHAIN_LIBS['bionic'])
439 src_dir = GetGypToolchainLib(tc, xarch)
440 InstallFiles(src_dir, dst_dir, ['crt1.o'])
469 os.path.join(SRC_DIR, out_dir_64, 'Release', src),
470 os.path.join(SRC_DIR, out_dir, 'Release', dst))
479 gyp_py = os.path.join(SRC_DIR, 'build', 'gyp_chromium')
481 gyp_file = os.path.join(SRC_DIR, 'breakpad', 'breakpad.gyp')
487 gyp_py = os.path.join(SRC_DIR, 'build', 'gyp_chromium')
489 gyp_file = os.path.join(SRC_DIR, 'ppapi', 'native_client',
498 gyp_py = os.path.join(SRC_DIR, 'build', 'gyp_chromium')
501 gyp_file = os.path.join(SRC_DIR, 'ppapi', 'native_client', 'src',
541 cwd=SRC_DIR,
550 buildbot_common.Run(['ninja', '-C', out_config_dir] + targets, cwd=SRC_DIR)