Index: printing/BUILD.gn |
diff --git a/printing/BUILD.gn b/printing/BUILD.gn |
index 3b05be4d1dffe6fd4b06fd447022ff1ae15317c4..45dfcc8e9399247f124ff09062ef51fe1a6a58d6 100644 |
--- a/printing/BUILD.gn |
+++ b/printing/BUILD.gn |
@@ -131,7 +131,7 @@ component("printing") { |
cups_version = exec_script("cups_config_helper.py", |
[ |
"--api-version", |
- rebase_path(sysroot), |
+ sysroot, |
], |
"trim string") |
@@ -254,7 +254,7 @@ if (use_cups) { |
libs = exec_script("cups_config_helper.py", |
[ |
"--libs-for-gn", |
- rebase_path(sysroot), |
+ sysroot, |
], |
"value") |
} |