1 #ifndef ThirdPartyPaths_h__
2 #define ThirdPartyPaths_h__
3 
4 #include <stdint.h>
5 
6 // These two values are defined in ThirdPartyPaths.cpp, which is a file
7 // generated by ThirdPartyPaths.py.
8 
9 extern const char *MOZ_THIRD_PARTY_PATHS[];
10 
11 extern const uint32_t MOZ_THIRD_PARTY_PATHS_COUNT;
12 
13 #endif
14