Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3925)

Unified Diff: build/common.gypi

Issue 16488006: Update remaining files after move of Linux installer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/linux/install-debian.wheezy.sysroot.wrapper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | build/linux/install-debian.wheezy.sysroot.wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698