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

Side by Side Diff: chrome_linux/installer/common/google-chrome.info

Issue 33333002: Roll Linux reference build to official build 30.0.1599.33 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 2 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
OLDNEW
(Empty)
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 #
5 # This file provides common configuration information for building
6 # google-chrome packages for various platforms.
7
8 # Base name of the package.
9 PACKAGE="google-chrome"
10
11 # Filename of the main executable (for generating launcher scripts, etc.)
12 PROGNAME=chrome
13
14 # Base directory for package installation.
15 INSTALLDIR=/opt/google/chrome
16
17 # Display string for desktop menu/icon.
18 MENUNAME="Google Chrome"
19
20 # Brief package description.
21 SHORTDESC="The web browser from Google"
22
23 # Detailed package description.
24 FULLDESC="Google Chrome is a browser that combines a minimal design with sophist icated technology to make the web faster, safer, and easier."
25
26 # Package maintainer information.
27 # TODO(mmoss) Setup a mailbox for this address
28 MAINTNAME="Chrome Linux Team"
29 MAINTMAIL="chromium-dev@chromium.org"
30 PRODUCTURL="http://chrome.google.com/"
OLDNEW
« no previous file with comments | « chrome_linux/installer/common/desktop.template ('k') | chrome_linux/installer/common/installer.include » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698