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

Side by Side Diff: chrome/common/chrome_constants.cc

Issue 2582463003: media: Verify CDM Host files (Closed)
Patch Set: comments addressed Created 3 years, 11 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
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/common/chrome_content_client.h » ('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) 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 #include "chrome/common/chrome_constants.h" 5 #include "chrome/common/chrome_constants.h"
6 6
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 #include "chrome/common/chrome_version.h" 8 #include "chrome/common/chrome_version.h"
9 9
10 #define FPL FILE_PATH_LITERAL 10 #define FPL FILE_PATH_LITERAL
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 FPL("chrome"); 109 FPL("chrome");
110 const base::FilePath::CharType kBrowserProcessExecutablePath[] = FPL("chrome"); 110 const base::FilePath::CharType kBrowserProcessExecutablePath[] = FPL("chrome");
111 const base::FilePath::CharType kHelperProcessExecutablePathChromium[] = 111 const base::FilePath::CharType kHelperProcessExecutablePathChromium[] =
112 FPL("chrome"); 112 FPL("chrome");
113 const base::FilePath::CharType kHelperProcessExecutablePath[] = FPL("chrome"); 113 const base::FilePath::CharType kHelperProcessExecutablePath[] = FPL("chrome");
114 #endif // OS_* 114 #endif // OS_*
115 115
116 #if defined(OS_MACOSX) 116 #if defined(OS_MACOSX)
117 const base::FilePath::CharType kFrameworkName[] = 117 const base::FilePath::CharType kFrameworkName[] =
118 FPL(PRODUCT_STRING " Framework.framework"); 118 FPL(PRODUCT_STRING " Framework.framework");
119 const base::FilePath::CharType kFrameworkExecutableName[] =
120 FPL(PRODUCT_STRING " Framework");
119 #endif // OS_MACOSX 121 #endif // OS_MACOSX
120 122
121 #if defined(OS_WIN) 123 #if defined(OS_WIN)
122 const base::FilePath::CharType kBrowserResourcesDll[] = FPL("chrome.dll"); 124 const base::FilePath::CharType kBrowserResourcesDll[] = FPL("chrome.dll");
123 const base::FilePath::CharType kChromeElfDllName[] = FPL("chrome_elf.dll"); 125 const base::FilePath::CharType kChromeElfDllName[] = FPL("chrome_elf.dll");
124 const base::FilePath::CharType kStatusTrayWindowClass[] = 126 const base::FilePath::CharType kStatusTrayWindowClass[] =
125 FPL("Chrome_StatusTrayWindow"); 127 FPL("Chrome_StatusTrayWindow");
126 #endif // defined(OS_WIN) 128 #endif // defined(OS_WIN)
127 129
128 const char kInitialProfile[] = "Default"; 130 const char kInitialProfile[] = "Default";
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 // user can select for different file types. 212 // user can select for different file types.
211 // {2676A9A2-D919-4FEE-9187-152100393AB2} 213 // {2676A9A2-D919-4FEE-9187-152100393AB2}
212 const char kApplicationClientIDStringForAVScanning[] = 214 const char kApplicationClientIDStringForAVScanning[] =
213 "2676A9A2-D919-4FEE-9187-152100393AB2"; 215 "2676A9A2-D919-4FEE-9187-152100393AB2";
214 216
215 const size_t kMaxMetaTagAttributeLength = 2000; 217 const size_t kMaxMetaTagAttributeLength = 2000;
216 218
217 } // namespace chrome 219 } // namespace chrome
218 220
219 #undef FPL 221 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698