2019-07-08 12:27:47 +03:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2017-04-27 19:44:46 +03:00
|
|
|
#ifndef ThirdPartyPaths_h__
|
|
|
|
#define ThirdPartyPaths_h__
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
// These two values are defined in ThirdPartyPaths.cpp, which is a file
|
|
|
|
// generated by ThirdPartyPaths.py.
|
|
|
|
|
2017-10-20 20:11:50 +03:00
|
|
|
extern const char *MOZ_THIRD_PARTY_PATHS[];
|
2017-04-27 19:44:46 +03:00
|
|
|
|
|
|
|
extern const uint32_t MOZ_THIRD_PARTY_PATHS_COUNT;
|
|
|
|
|
|
|
|
#endif
|