| Index: chrome/common/chrome_paths.h
|
| ===================================================================
|
| --- chrome/common/chrome_paths.h (revision 26831)
|
| +++ chrome/common/chrome_paths.h (working copy)
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_COMMON_CHROME_PATHS_H__
|
| #define CHROME_COMMON_CHROME_PATHS_H__
|
|
|
| +#include "build/build_config.h"
|
| +
|
| // This file declares path keys for the chrome module. These can be used with
|
| // the PathService to access various special directories and files.
|
|
|
| @@ -33,7 +35,11 @@
|
| FILE_LIBAVCODEC, // full path to libavcodec media decoding library.
|
| FILE_LIBAVFORMAT, // full path to libavformat media parsing library.
|
| FILE_LIBAVUTIL, // full path to libavutil media utility library.
|
| +#if defined(OS_CHROMEOS)
|
| + FILE_CHROMEOS_API, // full path to chrome os api shared object.
|
| +#endif
|
|
|
| +
|
| // Valid only in development environment; TODO(darin): move these
|
| DIR_TEST_DATA, // directory where unit test data resides
|
| DIR_TEST_TOOLS, // directory where unit test tools reside
|
|
|