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

Unified Diff: printing/printing.gyp

Issue 1526033002: printing: Invoke cups-config from the sysroot if one is being used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « printing/BUILD.gn ('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 e2c2883dea2d9d2cd3dc7cdfd08f67b60b14a133..d1ca4b992aeae6367a62064a1101e0aeb52d2bbe 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -139,7 +139,7 @@
'cups',
],
'variables': {
- 'cups_version': '<!(cups-config --api-version)',
+ 'cups_version': '<!(python cups_config_helper.py --api-version <(sysroot))',
},
'conditions': [
['cups_version in ["1.6", "1.7"]', {
« no previous file with comments | « printing/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698