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

Side by Side Diff: chrome/installer/setup/setup_constants.h

Issue 10160011: Create VisualElementsManifest.xml from template -- install VisualElements in the version directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo typi typa Created 8 years, 7 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
1 // Copyright (c) 2006-2008 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 // Defines all the command-line switches used by Chrome installer. 5 // Defines all the command-line switches used by Chrome installer.
6 6
7 #ifndef CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ 7 #ifndef CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__
8 #define CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ 8 #define CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__
9 #pragma once 9 #pragma once
10 10
11 namespace installer { 11 namespace installer {
12 12
13 extern const wchar_t kWowHelperExe[];
14 extern const wchar_t kDictionaries[];
15 extern const wchar_t kChromeArchive[]; 13 extern const wchar_t kChromeArchive[];
16 extern const wchar_t kChromeCompressedArchive[]; 14 extern const wchar_t kChromeCompressedArchive[];
15 extern const wchar_t kVisualElements[];
16 extern const wchar_t kVisualElementsManifest[];
17 extern const wchar_t kWowHelperExe[];
17 18
18 extern const wchar_t kInstallSourceDir[]; 19 extern const wchar_t kInstallSourceDir[];
19 extern const wchar_t kInstallSourceChromeDir[]; 20 extern const wchar_t kInstallSourceChromeDir[];
20 21
21 extern const wchar_t kMediaPlayerRegPath[]; 22 extern const wchar_t kMediaPlayerRegPath[];
23
22 } // namespace installer 24 } // namespace installer
23 25
24 #endif // CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ 26 #endif // CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698