From 4b6f030a35226c0d6e412b1025e791e5391b1455 Mon Sep 17 00:00:00 2001 From: zforman Date: Wed, 3 Feb 2016 18:23:00 -0800 Subject: 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} --- printing/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'printing') 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") } -- cgit v1.1