Fix building on OS X
This commit is contained in:
parent
83ae9f8d71
commit
05d2e431de
3 changed files with 16 additions and 3 deletions
|
@ -3,10 +3,16 @@
|
|||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/common/chrome_constants.h"
|
||||
#include "chrome/common/chrome_version.h"
|
||||
|
||||
#define FPL FILE_PATH_LITERAL
|
||||
|
||||
namespace chrome {
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
const base::FilePath::CharType kFrameworkName[] =
|
||||
FPL(ATOM_PRODUCT_NAME " Framework.framework");
|
||||
#endif // OS_MACOSX
|
||||
|
||||
// filenames
|
||||
const base::FilePath::CharType kCacheDirname[] = FPL("Cache");
|
||||
const base::FilePath::CharType kChannelIDFilename[] = FPL("Origin Bound Certs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue