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

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

Issue 2397993003: Linux installer: Add expected_deps*trusty (Closed)
Patch Set: 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 ae73272739764b2b27ba4c031f20ed2361a36f7e..41676f9ce61428e88a384cb5b2662f476b3f9a64 100644
--- a/chrome/installer/linux/BUILD.gn
+++ b/chrome/installer/linux/BUILD.gn
@@ -102,8 +102,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') | chrome/installer/linux/debian/build.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698