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

Unified Diff: chrome/installer/installer.gyp

Issue 149422: Incorporate new Linux common files after deb packaging refactoring. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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
===================================================================
--- chrome/installer/installer.gyp (revision 20295)
+++ chrome/installer/installer.gyp (working copy)
@@ -33,23 +33,26 @@
{
'destination': '<(PRODUCT_DIR)/installer/debian/',
'files': [
+ 'linux/internal/debian/build.sh',
'linux/internal/debian/changelog.template',
+ 'linux/internal/debian/control.template',
'linux/internal/debian/postinst',
'linux/internal/debian/postrm',
'linux/internal/debian/prerm',
- 'linux/internal/debian/build.sh',
- 'linux/internal/debian/control.template',
]
},
{
'destination': '<(PRODUCT_DIR)/installer/common/',
'files': [
'linux/internal/common/apt.include',
+ '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/updater',
'linux/internal/common/wrapper',
- 'linux/internal/common/updater',
- 'linux/internal/common/desktop.template',
- 'linux/internal/common/google-chrome/google-chrome.info',
]
},
# System libs needed for 64-bit package building.
« 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