Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1065)

Unified Diff: chrome/installer/linux/BUILD.gn

Issue 2411423002: Linux build: Use sysroot when calculating dependencies (Closed)
Patch Set: Merge expected_deps changes into this CL Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/installer/linux/debian/build.sh » ('j') | chrome/installer/linux/debian/build.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/BUILD.gn
diff --git a/chrome/installer/linux/BUILD.gn b/chrome/installer/linux/BUILD.gn
index fcc2d753fad79d4979df45495f45ce918ad4eabd..1e90449c40fb0c23e2a4d73e1d664eb874d64217 100644
--- a/chrome/installer/linux/BUILD.gn
+++ b/chrome/installer/linux/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/config/chrome_build.gni")
import("//build/config/features.gni")
import("//build/config/sanitizers/sanitizers.gni")
+import("//build/config/sysroot.gni")
import("//build/util/process_version.gni")
import("//build/util/version.gni")
import("//chrome/process_version_rc_template.gni") # For branding_file_path.
@@ -282,6 +283,8 @@ template("linux_package") {
invoker.channel,
"-d",
branding_path_component,
+ "-s",
+ rebase_path(sysroot),
]
deps = [
":installer_deps",
« no previous file with comments | « no previous file | chrome/installer/linux/debian/build.sh » ('j') | chrome/installer/linux/debian/build.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698