Update remaining files after move of Linux installer
to the public repo.

BUG=246404
[email protected]

Review URL: https://codereview.chromium.org/16488006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204351 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/common.gypi b/build/common.gypi
index 300bb47..77292c2e 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"