Build/use constructormagic.h unconditionally.
These macros no longer collide with Chromium since they are prefixed with RTC_. BUG= R=henrikg@webrtc.org Review URL: https://codereview.webrtc.org/1477013003 . Cr-Commit-Position: refs/heads/master@{#10801}
This commit is contained in:
parent
8f9902a0ff
commit
fd5dae395b
@ -115,6 +115,7 @@ static_library("rtc_base_approved") {
|
|||||||
"byteorder.h",
|
"byteorder.h",
|
||||||
"checks.cc",
|
"checks.cc",
|
||||||
"checks.h",
|
"checks.h",
|
||||||
|
"constructormagic.h",
|
||||||
"criticalsection.cc",
|
"criticalsection.cc",
|
||||||
"criticalsection.h",
|
"criticalsection.h",
|
||||||
"event.cc",
|
"event.cc",
|
||||||
@ -162,7 +163,6 @@ static_library("rtc_base_approved") {
|
|||||||
include_dirs = [ "../../webrtc_overrides" ]
|
include_dirs = [ "../../webrtc_overrides" ]
|
||||||
} else {
|
} else {
|
||||||
sources += [
|
sources += [
|
||||||
"constructormagic.h",
|
|
||||||
"logging.cc",
|
"logging.cc",
|
||||||
"logging.h",
|
"logging.h",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -395,7 +395,6 @@
|
|||||||
'bandwidthsmoother.h',
|
'bandwidthsmoother.h',
|
||||||
'bind.h',
|
'bind.h',
|
||||||
'callback.h',
|
'callback.h',
|
||||||
'constructormagic.h',
|
|
||||||
'dbus.cc',
|
'dbus.cc',
|
||||||
'dbus.h',
|
'dbus.h',
|
||||||
'diskcache_win32.cc',
|
'diskcache_win32.cc',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user