зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
f7c02b37e6
Коммит
e6ba96df3d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче