De-unify build/ inspector/ ipc/ tools/layout-debug/src/ in layout/.

This commit is contained in:
Fedor 2020-05-07 14:45:44 +03:00
parent a2342e6629
commit a237454b5f
6 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ EXPORTS += [
'nsLayoutStatics.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'nsContentDLF.cpp',
'nsLayoutModule.cpp',
'nsLayoutStatics.cpp',

View File

@ -112,11 +112,13 @@
#include "nsApplicationCacheService.h"
#include "mozilla/dom/CustomElementRegistry.h"
#include "mozilla/dom/time/DateCacheCleaner.h"
#include "mozilla/dom/workers/ServiceWorkerManager.h"
#include "mozilla/EventDispatcher.h"
#include "mozilla/IMEStateManager.h"
#include "mozilla/dom/HTMLVideoElement.h"
#include "TouchManager.h"
#include "MediaDecoder.h"
#include "MediaManager.h"
#include "MediaPrefs.h"
#include "mozilla/ServoBindings.h"
#include "mozilla/StaticPresData.h"

View File

@ -26,7 +26,7 @@ EXPORTS += [
'nsFontFaceList.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'inCSSValueSearch.cpp',
'inDeepTreeWalker.cpp',
'inDOMUtils.cpp',
@ -37,7 +37,7 @@ UNIFIED_SOURCES += [
]
if CONFIG['MOZ_XUL']:
UNIFIED_SOURCES += [
SOURCES += [
'inDOMView.cpp',
]

View File

@ -14,12 +14,9 @@ EXPORTS.mozilla.layout += [
'VsyncParent.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'RenderFrameChild.cpp',
'RenderFrameParent.cpp',
]
SOURCES += [
'VsyncChild.cpp',
'VsyncParent.cpp',
]

View File

@ -44,6 +44,7 @@ using mozilla::dom::CSSTransition;
using mozilla::dom::KeyframeEffectReadOnly;
using namespace mozilla;
using namespace mozilla::dom;
using namespace mozilla::css;
namespace {

View File

@ -15,7 +15,7 @@ EXPORTS += [
'nsLayoutDebugCIID.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'nsDebugFactory.cpp',
'nsLayoutDebugCLH.cpp',
'nsLayoutDebuggingTools.cpp',