Fix building on OS X

This commit is contained in:
Cheng Zhao 2015-11-13 13:03:00 +08:00
parent 83ae9f8d71
commit 05d2e431de
3 changed files with 16 additions and 3 deletions

View file

@ -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");