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

Unified Diff: printing/printing.gyp

Issue 1156773004: Honor 'sysroot' setting when running cups-config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_sysroot
Patch Set: Created 5 years, 7 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 | « printing/cups_config_helper.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 31c0f1dea30f5adbc57a299918c48263589637e0..eb4001d59c0b259d0cdc229d58d28cf9882517f2 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -273,13 +273,13 @@
}, {
'link_settings': {
'libraries': [
- '<!@(python cups_config_helper.py --libs)',
+ '<!@(python cups_config_helper.py --libs <(sysroot))',
],
},
}],
['os_bsd==1', {
'cflags': [
- '<!@(python cups_config_helper.py --cflags)',
+ '<!@(python cups_config_helper.py --cflags <(sysroot))',
],
}],
],
« no previous file with comments | « printing/cups_config_helper.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698