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

Unified Diff: build/common.gypi

Issue 11554028: Don't fail at gyp time if arm-sysroot is missing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | no next file » | 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 6d09a47b45af10cd70868afe85d7671a748625d2..c00c78f735a150f2461fd7534b26a753514952f0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -597,9 +597,9 @@
'linux_breakpad%': 0,
'linux_use_tcmalloc%': 0,
'linux_use_gold_flags%': 0,
- # sysroot need to be an absolute path otherwise it generates
+ # sysroot needs to be an absolute path otherwise it generates
# incorrect results when passed to pkg-config
- 'sysroot%': '<!(cd <(DEPTH)/arm-sysroot && pwd -P)',
+ 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/arm-sysroot',
}], # OS=="linux" and target_arch=="arm" and chromeos==0
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698