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

Unified Diff: chrome/installer/installer.gyp

Issue 159747: Add missing rpm.include file to build output. (Closed)
Patch Set: Created 11 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/installer.gyp
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp
index 53f888590fdec2e126b686ce7c60b67315827177..33fe897a491ffa1845bb70a99a5200f21ae9ceb1 100644
--- a/chrome/installer/installer.gyp
+++ b/chrome/installer/installer.gyp
@@ -413,14 +413,15 @@
'destination': '<(PRODUCT_DIR)/installer/common/',
'files': [
'linux/internal/common/apt.include',
- 'linux/internal/common/desktop.template',
'linux/internal/common/default-app.template',
'linux/internal/common/default-app-block.template',
+ 'linux/internal/common/desktop.template',
'linux/internal/common/google-chrome/google-chrome.info',
'linux/internal/common/installer.include',
'linux/internal/common/postinst.include',
'linux/internal/common/prerm.include',
'linux/internal/common/repo.cron',
+ 'linux/internal/common/rpm.include',
'linux/internal/common/updater',
'linux/internal/common/wrapper',
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698