forked from mirrors/gecko-dev
Bug 1820572 - Make python/mozbuild/mozbuild/test/frontend/data buildable outside of a unified build environment r=andi,glandium
Differential Revision: https://phabricator.services.mozilla.com/D171731
This commit is contained in:
parent
4d2c1b32dd
commit
42fa42c77a
5 changed files with 0 additions and 10 deletions
|
|
@ -18,5 +18,3 @@ Library("dummy")
|
||||||
UNIFIED_SOURCES += ["test1.c"]
|
UNIFIED_SOURCES += ["test1.c"]
|
||||||
|
|
||||||
AllowCompilerWarnings()
|
AllowCompilerWarnings()
|
||||||
|
|
||||||
REQUIRES_UNIFIED_BUILD = True
|
|
||||||
|
|
|
||||||
|
|
@ -25,5 +25,3 @@ UNIFIED_SOURCES += ["test1.c"]
|
||||||
|
|
||||||
DisableStlWrapping()
|
DisableStlWrapping()
|
||||||
NoVisibilityFlags()
|
NoVisibilityFlags()
|
||||||
|
|
||||||
REQUIRES_UNIFIED_BUILD = True
|
|
||||||
|
|
|
||||||
|
|
@ -18,5 +18,3 @@ Library("dummy")
|
||||||
UNIFIED_SOURCES += ["test1.c"]
|
UNIFIED_SOURCES += ["test1.c"]
|
||||||
|
|
||||||
DisableCompilerWarnings()
|
DisableCompilerWarnings()
|
||||||
|
|
||||||
REQUIRES_UNIFIED_BUILD = True
|
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,3 @@ def DisableStlWrapping():
|
||||||
UNIFIED_SOURCES += ["test1.c"]
|
UNIFIED_SOURCES += ["test1.c"]
|
||||||
|
|
||||||
DisableStlWrapping()
|
DisableStlWrapping()
|
||||||
|
|
||||||
REQUIRES_UNIFIED_BUILD = True
|
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,3 @@ def NoVisibilityFlags():
|
||||||
UNIFIED_SOURCES += ["test1.c"]
|
UNIFIED_SOURCES += ["test1.c"]
|
||||||
|
|
||||||
NoVisibilityFlags()
|
NoVisibilityFlags()
|
||||||
|
|
||||||
REQUIRES_UNIFIED_BUILD = True
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue