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