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}
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index db76225..6d51003 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -115,6 +115,7 @@
"byteorder.h",
"checks.cc",
"checks.h",
+ "constructormagic.h",
"criticalsection.cc",
"criticalsection.h",
"event.cc",
@@ -162,7 +163,6 @@
include_dirs = [ "../../webrtc_overrides" ]
} else {
sources += [
- "constructormagic.h",
"logging.cc",
"logging.h",
]