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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 13725026: Add a new file for the Chrome Linux installer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
« 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 # 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
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
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 }
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