Lines Matching refs:sysroot
5 # This header file defines the "sysroot" variable which is the absolute path
6 # of the sysroot. If no sysroot applies, the variable will be an empty string.
12 sysroot = rebase_path("$android_ndk_root/$x86_android_sysroot_subdir")
14 sysroot = rebase_path("$android_ndk_root/$arm_android_sysroot_subdir")
16 sysroot = rebase_path("$android_ndk_root/$mips_android_sysroot_subdir")
18 sysroot = ""
21 sysroot = ""
24 # For official builds, use the sysroot checked into the internal source repo
27 sysroot =
28 rebase_path("//chrome/installer/linux/debian_wheezy_amd64-sysroot")
30 sysroot = rebase_path("//chrome/installer/linux/debian_wheezy_i386-sysroot")
32 # Any other builds don't use a sysroot.
33 sysroot = ""
37 sysroot = rebase_path("//mipsel-sysroot/sysroot")
39 sysroot = ""
44 sysroot = mac_sdk_path
47 sysroot = ios_sdk_path
49 sysroot = ""