summaryrefslogtreecommitdiffstats
path: root/printing
diff options
context:
space:
mode:
authorzforman <zforman@google.com>2016-02-03 18:23:00 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-04 02:24:31 +0000
commit4b6f030a35226c0d6e412b1025e791e5391b1455 (patch)
tree6f4049dd023d990ee155727ed498a9c16fd1a8be /printing
parent835ae14aec4cdc54e151eaf583fa51a12460e276 (diff)
downloadchromium_src-4b6f030a35226c0d6e412b1025e791e5391b1455.zip
chromium_src-4b6f030a35226c0d6e412b1025e791e5391b1455.tar.gz
chromium_src-4b6f030a35226c0d6e412b1025e791e5391b1455.tar.bz2
Reverts fdca07 and makes it possible to force absolute paths.
Explicitly: This reverts the patch that reverted the patch that removed the majority of absolute paths from linux builds, and makes it possible to use an absolute path by setting dont_embed_build_metadata to false. In conjunction with codereview.chromium.org/1642193002 that modifies the codesearch buildbot to use dont_embed_build_metadata = false, this CL should allow codesearch to continue working, and all other buildbots and users to gain the benefits of not requiring absolute paths. BUG=580103 Review URL: https://codereview.chromium.org/1643523004 Cr-Commit-Position: refs/heads/master@{#373432}
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 985a626..466388f 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")
@@ -244,7 +244,7 @@ if (use_cups) {
libs = exec_script("cups_config_helper.py",
[
"--libs-for-gn",
- sysroot,
+ rebase_path(sysroot),
],
"value")
}