Backed out changeset 106a8fb08a87 (bug 1641389) for causing bc failures on browser_pe...
[gecko.git] / build / clang-plugin / ThirdPartyPaths.h
blob6a497923f23485385331e1d7320cb6c7b215ae76
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #ifndef ThirdPartyPaths_h__
6 #define ThirdPartyPaths_h__
8 #include <stdint.h>
10 // These two values are defined in ThirdPartyPaths.cpp, which is a file
11 // generated by ThirdPartyPaths.py.
13 extern const char *MOZ_THIRD_PARTY_PATHS[];
15 extern const uint32_t MOZ_THIRD_PARTY_PATHS_COUNT;
17 #endif