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

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

Issue 118015: Add new Linux packaging file to build output. (Closed)
Patch Set: Created 11 years, 6 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
« 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': '../../chrome/VERSION', 4 'VERSION': '../../chrome/VERSION',
5 # 'BRANDING' is set in the 'conditions' section at the bottom. 5 # 'BRANDING' is set in the 'conditions' section at the bottom.
6 }, 6 },
7 'includes': [ 7 'includes': [
8 '../../build/common.gypi', 8 '../../build/common.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
(...skipping 26 matching lines...) Expand all
37 'linux/internal/debian/postinst', 37 'linux/internal/debian/postinst',
38 'linux/internal/debian/prerm', 38 'linux/internal/debian/prerm',
39 'linux/internal/debian/build.sh', 39 'linux/internal/debian/build.sh',
40 'linux/internal/debian/control.template', 40 'linux/internal/debian/control.template',
41 ] 41 ]
42 }, 42 },
43 { 43 {
44 'destination': '<(PRODUCT_DIR)/installer/common/', 44 'destination': '<(PRODUCT_DIR)/installer/common/',
45 'files': [ 45 'files': [
46 'linux/internal/common/apt.include', 46 'linux/internal/common/apt.include',
47 'linux/internal/common/repo.cron',
47 'linux/internal/common/wrapper', 48 'linux/internal/common/wrapper',
48 'linux/internal/common/updater', 49 'linux/internal/common/updater',
49 'linux/internal/common/desktop.template', 50 'linux/internal/common/desktop.template',
50 'linux/internal/common/google-chrome/google-chrome.info', 51 'linux/internal/common/google-chrome/google-chrome.info',
51 ] 52 ]
52 }, 53 },
53 # System libs needed for 64-bit package building. 54 # System libs needed for 64-bit package building.
54 { 55 {
55 'destination': '<(PRODUCT_DIR)/installer/lib32/', 56 'destination': '<(PRODUCT_DIR)/installer/lib32/',
56 'files': [ 57 'files': [
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 'variables': { 529 'variables': {
529 'BRANDING': '../../chrome/app/theme/google_chrome/BRANDING', 530 'BRANDING': '../../chrome/app/theme/google_chrome/BRANDING',
530 }, 531 },
531 }, { # else branding!="Chrome" 532 }, { # else branding!="Chrome"
532 'variables': { 533 'variables': {
533 'BRANDING': '../../chrome/app/theme/chromium/BRANDING', 534 'BRANDING': '../../chrome/app/theme/chromium/BRANDING',
534 }, 535 },
535 }], 536 }],
536 ], 537 ],
537 } 538 }
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