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

Unified Diff: chrome/installer/linux/common/apt.include

Issue 2107893004: Support relocatable RPM packages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: chrome/installer/linux/common/apt.include
diff --git a/chrome/installer/linux/common/apt.include b/chrome/installer/linux/common/apt.include
index cdc0c0ea5bc88f764394368d513cd8afc2edfae5..c1171067c0f5cae85e9b85c019bffe94f9fbca11 100644
--- a/chrome/installer/linux/common/apt.include
+++ b/chrome/installer/linux/common/apt.include
@@ -1,5 +1,3 @@
-@@include@@variables.include
-
Michael Moss 2016/09/01 15:58:42 While looking into crbug.com/642953, I noticed tha
APT_GET="`which apt-get 2> /dev/null`"
APT_CONFIG="`which apt-config 2> /dev/null`"

Powered by Google App Engine
This is Rietveld 408576698