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

@ -11,6 +11,14 @@
namespace chrome {
#if defined(OS_MACOSX)
// NOTE: if you change the value of kFrameworkName, please don't forget to
// update components/test/run_all_unittests.cc as well.
// TODO(tfarina): Remove the comment above, when you fix components to use plist
// on Mac.
extern const base::FilePath::CharType kFrameworkName[];
#endif // OS_MACOSX
// filenames
extern const base::FilePath::CharType kCacheDirname[];
extern const base::FilePath::CharType kChannelIDFilename[];