| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |