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

Side by Side Diff: chrome/installer/util/util_constants.h

Issue 7863024: Make the NaCl windows 64 bit binaries not depend on chrome targets. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: simplify chrome_exe.gypi Created 9 years, 3 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 | « chrome/installer/mini_installer/chrome.release ('k') | chrome/installer/util/util_constants.cc » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 install related constants that need to be used by Chrome as 5 // Defines all install related constants that need to be used by Chrome as
6 // well as Chrome Installer. 6 // well as Chrome Installer.
7 7
8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
10 #pragma once 10 #pragma once
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 extern const char kToastResultsKey[]; 161 extern const char kToastResultsKey[];
162 } // namespace switches 162 } // namespace switches
163 163
164 extern const wchar_t kChromeDll[]; 164 extern const wchar_t kChromeDll[];
165 extern const wchar_t kChromeExe[]; 165 extern const wchar_t kChromeExe[];
166 extern const wchar_t kChromeFrameDll[]; 166 extern const wchar_t kChromeFrameDll[];
167 extern const wchar_t kChromeFrameHelperExe[]; 167 extern const wchar_t kChromeFrameHelperExe[];
168 extern const wchar_t kChromeFrameHelperWndClass[]; 168 extern const wchar_t kChromeFrameHelperWndClass[];
169 extern const wchar_t kChromeFrameReadyModeField[]; 169 extern const wchar_t kChromeFrameReadyModeField[];
170 extern const wchar_t kChromeLauncherExe[]; 170 extern const wchar_t kChromeLauncherExe[];
171 extern const wchar_t kChromeNaCl64Dll[];
172 extern const wchar_t kChromeOldExe[]; 171 extern const wchar_t kChromeOldExe[];
173 extern const wchar_t kChromeNewExe[]; 172 extern const wchar_t kChromeNewExe[];
174 extern const wchar_t kCmdQuickEnableCf[]; 173 extern const wchar_t kCmdQuickEnableCf[];
175 extern const wchar_t kGoogleChromeInstallSubDir1[]; 174 extern const wchar_t kGoogleChromeInstallSubDir1[];
176 extern const wchar_t kGoogleChromeInstallSubDir2[]; 175 extern const wchar_t kGoogleChromeInstallSubDir2[];
177 extern const wchar_t kInstallBinaryDir[]; 176 extern const wchar_t kInstallBinaryDir[];
178 extern const wchar_t kInstallerDir[]; 177 extern const wchar_t kInstallerDir[];
179 extern const wchar_t kInstallTempDir[]; 178 extern const wchar_t kInstallTempDir[];
180 extern const wchar_t kInstallUserDataDir[]; 179 extern const wchar_t kInstallUserDataDir[];
181 extern const wchar_t kNaClExe[]; 180 extern const wchar_t kNaClExe[];
(...skipping 15 matching lines...) Expand all
197 // Google Update named environment variable that implies kSystemLevel. 196 // Google Update named environment variable that implies kSystemLevel.
198 extern const char kGoogleUpdateIsMachineEnvVar[]; 197 extern const char kGoogleUpdateIsMachineEnvVar[];
199 198
200 // Product options. 199 // Product options.
201 extern const wchar_t kOptionMultiInstall[]; 200 extern const wchar_t kOptionMultiInstall[];
202 extern const wchar_t kOptionReadyMode[]; 201 extern const wchar_t kOptionReadyMode[];
203 202
204 } // namespace installer 203 } // namespace installer
205 204
206 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 205 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698