| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'lastchange_path': '../build/util/LASTCHANGE', | 7 'lastchange_path': '../build/util/LASTCHANGE', |
| 8 # 'branding_dir' is set in the 'conditions' section at the bottom. | 8 # 'branding_dir' is set in the 'conditions' section at the bottom. |
| 9 }, | 9 }, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 'installer/linux/internal/common/default-app.template', | 509 'installer/linux/internal/common/default-app.template', |
| 510 'installer/linux/internal/common/default-app-block.template', | 510 'installer/linux/internal/common/default-app-block.template', |
| 511 'installer/linux/internal/common/desktop.template', | 511 'installer/linux/internal/common/desktop.template', |
| 512 'installer/linux/internal/common/google-chrome/google-chrome.info', | 512 'installer/linux/internal/common/google-chrome/google-chrome.info', |
| 513 'installer/linux/internal/common/installer.include', | 513 'installer/linux/internal/common/installer.include', |
| 514 'installer/linux/internal/common/postinst.include', | 514 'installer/linux/internal/common/postinst.include', |
| 515 'installer/linux/internal/common/prerm.include', | 515 'installer/linux/internal/common/prerm.include', |
| 516 'installer/linux/internal/common/repo.cron', | 516 'installer/linux/internal/common/repo.cron', |
| 517 'installer/linux/internal/common/rpm.include', | 517 'installer/linux/internal/common/rpm.include', |
| 518 'installer/linux/internal/common/rpmrepo.cron', | 518 'installer/linux/internal/common/rpmrepo.cron', |
| 519 'installer/linux/internal/common/symlinks.include', |
| 519 'installer/linux/internal/common/updater', | 520 'installer/linux/internal/common/updater', |
| 520 'installer/linux/internal/common/variables.include', | 521 'installer/linux/internal/common/variables.include', |
| 521 'installer/linux/internal/common/wrapper', | 522 'installer/linux/internal/common/wrapper', |
| 522 ], | 523 ], |
| 523 'packaging_files_deb': [ | 524 'packaging_files_deb': [ |
| 524 'installer/linux/internal/debian/build.sh', | 525 'installer/linux/internal/debian/build.sh', |
| 525 'installer/linux/internal/debian/changelog.template', | 526 'installer/linux/internal/debian/changelog.template', |
| 526 'installer/linux/internal/debian/control.template', | 527 'installer/linux/internal/debian/control.template', |
| 527 'installer/linux/internal/debian/debian.menu', | 528 'installer/linux/internal/debian/debian.menu', |
| 528 'installer/linux/internal/debian/expected_deps', | 529 'installer/linux/internal/debian/expected_deps', |
| (...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', | 1202 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', |
| 1202 }, | 1203 }, |
| 1203 }, { # else branding!="Chrome" | 1204 }, { # else branding!="Chrome" |
| 1204 'variables': { | 1205 'variables': { |
| 1205 'branding_dir': 'app/theme/chromium', | 1206 'branding_dir': 'app/theme/chromium', |
| 1206 'branding_dir_100': 'app/theme/default_100_percent/chromium', | 1207 'branding_dir_100': 'app/theme/default_100_percent/chromium', |
| 1207 }, | 1208 }, |
| 1208 }], | 1209 }], |
| 1209 ], | 1210 ], |
| 1210 } | 1211 } |
| OLD | NEW |