Commit 5c8ea5d8 authored by Daniel Holbert's avatar Daniel Holbert
Browse files

Bug 1731371: Remove REQUIRES_UNIFIED_BUILD declaration from layout...

Bug 1731371: Remove REQUIRES_UNIFIED_BUILD declaration from layout subdirectories that don't need it. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D126014
parent 6051ff17
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,5 +28,3 @@ if CONFIG["CC_TYPE"] == "clang":
    CXXFLAGS += ["-Wno-null-dereference"]

FINAL_LIBRARY = "xul-gtest"

REQUIRES_UNIFIED_BUILD = True
+0 −2
Original line number Diff line number Diff line
@@ -77,5 +77,3 @@ FINAL_LIBRARY = "xul"

if CONFIG["CC_TYPE"] in ("clang", "gcc"):
    CXXFLAGS += ["-Wno-error=shadow"]

REQUIRES_UNIFIED_BUILD = True
+0 −2
Original line number Diff line number Diff line
@@ -38,5 +38,3 @@ LOCAL_INCLUDES += [
    "../style",
    "/dom/base",
]

REQUIRES_UNIFIED_BUILD = True
+0 −2
Original line number Diff line number Diff line
@@ -22,5 +22,3 @@ GeneratedFile(
)

FINAL_LIBRARY = "xul-gtest"

REQUIRES_UNIFIED_BUILD = True
+0 −2
Original line number Diff line number Diff line
@@ -22,5 +22,3 @@ XPCOM_MANIFESTS += [
include("/ipc/chromium/chromium-config.mozbuild")

FINAL_LIBRARY = "xul"

REQUIRES_UNIFIED_BUILD = True
Loading