| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 300bb4761ebd1f2c9bce01a3bf8e5b8bc472cc3a..77292c2e84a6db21e6824b7eeacf1995f8f637dc 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -632,10 +632,10 @@
|
| ['linux_lsb_release=="12.04"', {
|
| 'conditions': [
|
| ['target_arch=="x64"', {
|
| - 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/chrome/installer/linux/internal/debian_wheezy_amd64-sysroot',
|
| + 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/chrome/installer/linux/debian_wheezy_amd64-sysroot',
|
| }],
|
| ['target_arch=="ia32"', {
|
| - 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/chrome/installer/linux/internal/debian_wheezy_i386-sysroot',
|
| + 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/chrome/installer/linux/debian_wheezy_i386-sysroot',
|
| }],
|
| ],
|
| }], # linux_lsb_release=="12.04"
|
|
|