| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 1ac3e137b6b254c15af9e59a71f9b9ec24653515..3ed609b5e2b565213855074f29ce794efb831f15 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
|
|
|