Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index f9cabb425b2ca235b205c013512d0cd7ef6b518a..fb5e8b7cfeaf2549caf1758e181829f04933d234 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -290,16 +290,16 @@ |
['OS=="linux" and target_arch=="arm" and chromeos==0', { |
# sysroot needs to be an absolute path otherwise it generates |
# incorrect results when passed to pkg-config |
- 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/chrome/installer/linux/debian_wheezy_arm-sysroot', |
+ 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_wheezy_arm-sysroot', |
}], # OS=="linux" and target_arch=="arm" and chromeos==0 |
['OS=="linux" and ((branding=="Chrome" and buildtype=="Official" and chromeos==0) or use_sysroot==1)' , { |
'conditions': [ |
['target_arch=="x64"', { |
- 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/chrome/installer/linux/debian_wheezy_amd64-sysroot', |
+ 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_wheezy_amd64-sysroot', |
}], |
['target_arch=="ia32"', { |
- 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/chrome/installer/linux/debian_wheezy_i386-sysroot', |
+ 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_wheezy_i386-sysroot', |
}], |
], |
}], # OS=="linux" and branding=="Chrome" and buildtype=="Official" and chromeos==0 |