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:
serge-sans-paille 2023-04-18 09:42:14 +00:00
Родитель 7ba465f2db
Коммит 84f403224a
3 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -19,6 +19,7 @@
#include "gtest/gtest.h"
#include "mozilla/Array.h"
#include "mozilla/Span.h"
#include "nsString.h"

Просмотреть файл

@ -7,6 +7,7 @@
#include "gtest/gtest.h"
#include <math.h>
#include "mozilla/Array.h"
#include "mozilla/Assertions.h"
#include "mozilla/Range.h"
#include "mozilla/Tainting.h"

Просмотреть файл

@ -30,5 +30,3 @@ if not CONFIG["MOZILLA_OFFICIAL"]:
# ]
FINAL_LIBRARY = "xul-gtest"
REQUIRES_UNIFIED_BUILD = True