OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |