Bug 1817313 - Make startupcache/ buildable outside of a unified build environment r=andi

Differential Revision: https://phabricator.services.mozilla.com/D170124
This commit is contained in:
serge-sans-paille 2023-02-19 15:33:55 +00:00
Родитель 0cd5d3317e
Коммит 137c5ce4e6
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -3,10 +3,12 @@
* 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/. */
#include "StartupCache.h"
#include "StartupCacheInfo.h"
#include "mozilla/Components.h"
#include "mozilla/RefPtr.h"
#include "mozilla/StaticPtr.h"
using namespace mozilla;
using namespace mozilla::scache;

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

@ -32,5 +32,3 @@ XPIDL_SOURCES += [
]
FINAL_LIBRARY = "xul"
REQUIRES_UNIFIED_BUILD = True