| Index: webrtc/base/BUILD.gn
|
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
|
| index b81955a633392e2829c7d4295c0e4a6249a616a7..45f07184025ceb8a7c8960c5e601a67203c6da9d 100644
|
| --- a/webrtc/base/BUILD.gn
|
| +++ b/webrtc/base/BUILD.gn
|
| @@ -90,6 +90,12 @@ source_set("protobuf_utils") {
|
| }
|
| }
|
|
|
| +source_set("compile_assert_c") {
|
| + sources = [
|
| + "compile_assert_c.h",
|
| + ]
|
| +}
|
| +
|
| # The subset of rtc_base approved for use outside of libjingle.
|
| rtc_static_library("rtc_base_approved") {
|
| # TODO(kjellander): Remove (bugs.webrtc.org/7480)
|
|
|