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

Side by Side Diff: chrome/installer/installer.gyp

Issue 155828: Linux packaging updates. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'version_py': '../../chrome/tools/build/version.py', 3 'version_py': '../../chrome/tools/build/version.py',
4 'version_path': '../../chrome/VERSION', 4 'version_path': '../../chrome/VERSION',
5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
6 # 'branding_dir' is set in the 'conditions' section at the bottom. 6 # 'branding_dir' is set in the 'conditions' section at the bottom.
7 }, 7 },
8 'includes': [ 8 'includes': [
9 '../../build/common.gypi', 9 '../../build/common.gypi',
10 ], 10 ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'linux/internal/rpm/build.sh', 47 'linux/internal/rpm/build.sh',
48 'linux/internal/rpm/chrome.spec.template', 48 'linux/internal/rpm/chrome.spec.template',
49 ] 49 ]
50 }, 50 },
51 { 51 {
52 'destination': '<(PRODUCT_DIR)/installer/common/', 52 'destination': '<(PRODUCT_DIR)/installer/common/',
53 'files': [ 53 'files': [
54 'linux/internal/common/apt.include', 54 'linux/internal/common/apt.include',
55 'linux/internal/common/desktop.template', 55 'linux/internal/common/desktop.template',
56 'linux/internal/common/default-app.template', 56 'linux/internal/common/default-app.template',
57 'linux/internal/common/default-app-patch.template', 57 'linux/internal/common/default-app-block.template',
58 'linux/internal/common/google-chrome/google-chrome.info', 58 'linux/internal/common/google-chrome/google-chrome.info',
59 'linux/internal/common/installer.include', 59 'linux/internal/common/installer.include',
60 'linux/internal/common/postinst.include', 60 'linux/internal/common/postinst.include',
61 'linux/internal/common/prerm.include', 61 'linux/internal/common/prerm.include',
62 'linux/internal/common/repo.cron', 62 'linux/internal/common/repo.cron',
63 'linux/internal/common/updater', 63 'linux/internal/common/updater',
64 'linux/internal/common/wrapper', 64 'linux/internal/common/wrapper',
65 ] 65 ]
66 }, 66 },
67 # System libs needed for 64-bit package building. 67 # System libs needed for 64-bit package building.
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'variables': { 486 'variables': {
487 'branding_dir': '../app/theme/google_chrome', 487 'branding_dir': '../app/theme/google_chrome',
488 }, 488 },
489 }, { # else branding!="Chrome" 489 }, { # else branding!="Chrome"
490 'variables': { 490 'variables': {
491 'branding_dir': '../app/theme/chromium', 491 'branding_dir': '../app/theme/chromium',
492 }, 492 },
493 }], 493 }],
494 ], 494 ],
495 } 495 }
OLDNEW
« 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