summaryrefslogtreecommitdiffstats
path: root/printing
diff options
context:
space:
mode:
authordsansome <dsansome@chromium.org>2016-01-21 23:21:17 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-22 07:22:18 +0000
commitf6ea5e493b26f559ee94fcdd5b7e9a4727c62587 (patch)
tree94b6a2f5482adebb688acefb669625bb8dc79c4e /printing
parent58dc2de31c95d625a9775068f4105ceffb8bacbf (diff)
downloadchromium_src-f6ea5e493b26f559ee94fcdd5b7e9a4727c62587.zip
chromium_src-f6ea5e493b26f559ee94fcdd5b7e9a4727c62587.tar.gz
chromium_src-f6ea5e493b26f559ee94fcdd5b7e9a4727c62587.tar.bz2
Revert "clang: Makes builds with clang less dependent on absolute file path"
This reverts commit fdca0741b22a4dddbf1808b8d0081651662b22c5. This seems to break codesearch grok indexing. BUG=580103 TBR=brettw Review URL: https://codereview.chromium.org/1620583002 Cr-Commit-Position: refs/heads/master@{#370919}
Diffstat (limited to 'printing')
-rw-r--r--printing/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index 3b05be4..45dfcc8 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")
}