зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1826756 - Make mfbt/tests/gtest buildable outside of a unified build environment r=andi
Differential Revision: https://phabricator.services.mozilla.com/D174881
This commit is contained in:
Родитель
7ba465f2db
Коммит
84f403224a
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
|
#include "mozilla/Array.h"
|
||||||
#include "mozilla/Span.h"
|
#include "mozilla/Span.h"
|
||||||
|
|
||||||
#include "nsString.h"
|
#include "nsString.h"
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
#include "mozilla/Array.h"
|
||||||
#include "mozilla/Assertions.h"
|
#include "mozilla/Assertions.h"
|
||||||
#include "mozilla/Range.h"
|
#include "mozilla/Range.h"
|
||||||
#include "mozilla/Tainting.h"
|
#include "mozilla/Tainting.h"
|
||||||
|
|
|
@ -30,5 +30,3 @@ if not CONFIG["MOZILLA_OFFICIAL"]:
|
||||||
# ]
|
# ]
|
||||||
|
|
||||||
FINAL_LIBRARY = "xul-gtest"
|
FINAL_LIBRARY = "xul-gtest"
|
||||||
|
|
||||||
REQUIRES_UNIFIED_BUILD = True
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче