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

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

Issue 159747: Add missing rpm.include file to build output. (Closed)
Patch Set: Created 11 years, 4 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_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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'destination': '<(PRODUCT_DIR)/installer/rpm/', 406 'destination': '<(PRODUCT_DIR)/installer/rpm/',
407 'files': [ 407 'files': [
408 'linux/internal/rpm/build.sh', 408 'linux/internal/rpm/build.sh',
409 'linux/internal/rpm/chrome.spec.template', 409 'linux/internal/rpm/chrome.spec.template',
410 ] 410 ]
411 }, 411 },
412 { 412 {
413 'destination': '<(PRODUCT_DIR)/installer/common/', 413 'destination': '<(PRODUCT_DIR)/installer/common/',
414 'files': [ 414 'files': [
415 'linux/internal/common/apt.include', 415 'linux/internal/common/apt.include',
416 'linux/internal/common/desktop.template',
417 'linux/internal/common/default-app.template', 416 'linux/internal/common/default-app.template',
418 'linux/internal/common/default-app-block.template', 417 'linux/internal/common/default-app-block.template',
418 'linux/internal/common/desktop.template',
419 'linux/internal/common/google-chrome/google-chrome.info', 419 'linux/internal/common/google-chrome/google-chrome.info',
420 'linux/internal/common/installer.include', 420 'linux/internal/common/installer.include',
421 'linux/internal/common/postinst.include', 421 'linux/internal/common/postinst.include',
422 'linux/internal/common/prerm.include', 422 'linux/internal/common/prerm.include',
423 'linux/internal/common/repo.cron', 423 'linux/internal/common/repo.cron',
424 'linux/internal/common/rpm.include',
424 'linux/internal/common/updater', 425 'linux/internal/common/updater',
425 'linux/internal/common/wrapper', 426 'linux/internal/common/wrapper',
426 ] 427 ]
427 }, 428 },
428 # System libs needed for 64-bit package building. 429 # System libs needed for 64-bit package building.
429 { 430 {
430 'destination': '<(PRODUCT_DIR)/installer/lib32/', 431 'destination': '<(PRODUCT_DIR)/installer/lib32/',
431 'files': [ 432 'files': [
432 '/usr/<(lib32_dir)/libsqlite3.so.0', 433 '/usr/<(lib32_dir)/libsqlite3.so.0',
433 '/usr/<(lib32_dir)/libsqlite3.so.0.8.6', 434 '/usr/<(lib32_dir)/libsqlite3.so.0.8.6',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'variables': { 547 'variables': {
547 'branding_dir': '../app/theme/google_chrome', 548 'branding_dir': '../app/theme/google_chrome',
548 }, 549 },
549 }, { # else branding!="Chrome" 550 }, { # else branding!="Chrome"
550 'variables': { 551 'variables': {
551 'branding_dir': '../app/theme/chromium', 552 'branding_dir': '../app/theme/chromium',
552 }, 553 },
553 }], 554 }],
554 ], 555 ],
555 } 556 }
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