Chromium Code Reviews| Index: printing/BUILD.gn |
| diff --git a/printing/BUILD.gn b/printing/BUILD.gn |
| index 45dfcc8e9399247f124ff09062ef51fe1a6a58d6..3b05be4d1dffe6fd4b06fd447022ff1ae15317c4 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", |
| - sysroot, |
| + rebase_path(sysroot), |
| ], |
| "trim string") |
| @@ -254,7 +254,7 @@ if (use_cups) { |
| libs = exec_script("cups_config_helper.py", |
| [ |
| "--libs-for-gn", |
| - sysroot, |
| + rebase_path(sysroot), |
| ], |
| "value") |
| } |