Index: build/config/sysroot.gni |
diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni |
index e5a9c2b20a1a2d87d8e5a3ca66b2e11ef1a5bc59..ffd8921f859a67ac12e56bbf119dfae55b3e563e 100644 |
--- a/build/config/sysroot.gni |
+++ b/build/config/sysroot.gni |
@@ -36,10 +36,9 @@ if (current_toolchain == default_toolchain && target_sysroot != "") { |
# For official builds, use the sysroot checked into the internal source repo |
# so that the builds work on older versions of Linux. |
if (current_cpu == "x64") { |
- sysroot = |
- rebase_path("//chrome/installer/linux/debian_wheezy_amd64-sysroot") |
+ sysroot = rebase_path("//build/linux/debian_wheezy_amd64-sysroot") |
} else if (current_cpu == "x86") { |
- sysroot = rebase_path("//chrome/installer/linux/debian_wheezy_i386-sysroot") |
+ sysroot = rebase_path("//build/linux/debian_wheezy_i386-sysroot") |
} else { |
# Any other builds don't use a sysroot. |
sysroot = "" |