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

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

Issue 2397993003: Linux installer: Add expected_deps*trusty (Closed)
Patch Set: Rebase 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') | no next file with comments »
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 d1c811477d6413bb55183c515f748ac5379d7b76..fcc2d753fad79d4979df45495f45ce918ad4eabd 100644
--- a/chrome/installer/linux/BUILD.gn
+++ b/chrome/installer/linux/BUILD.gn
@@ -107,8 +107,10 @@ copy("deb_packaging_files") {
"debian/changelog.template",
"debian/control.template",
"debian/debian.menu",
- "debian/expected_deps_ia32",
- "debian/expected_deps_x64",
+ "debian/expected_deps_ia32_precise",
+ "debian/expected_deps_ia32_trusty",
+ "debian/expected_deps_x64_precise",
+ "debian/expected_deps_x64_trusty",
"debian/postinst",
"debian/postrm",
"debian/prerm",
« no previous file with comments | « no previous file | chrome/installer/linux/debian/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698