diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn index e7418d20a0..c18854132a 100644 --- a/webrtc/base/BUILD.gn +++ b/webrtc/base/BUILD.gn @@ -98,6 +98,7 @@ static_library("rtc_base_approved") { sources = [ "array_view.h", "atomicops.h", + "bind.h", "bitbuffer.cc", "bitbuffer.h", "buffer.cc", @@ -359,7 +360,6 @@ static_library("rtc_base") { sources += [ "bandwidthsmoother.cc", "bandwidthsmoother.h", - "bind.h", "callback.h", "fileutils_mock.h", "httpserver.cc", diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp index a4e6bdc9d1..0fb79bedef 100644 --- a/webrtc/base/base.gyp +++ b/webrtc/base/base.gyp @@ -81,6 +81,7 @@ 'sources': [ 'array_view.h', 'atomicops.h', + 'bind.h', 'bitbuffer.cc', 'bitbuffer.h', 'buffer.cc', @@ -368,7 +369,6 @@ 'sources': [ 'bandwidthsmoother.cc', 'bandwidthsmoother.h', - 'bind.h', 'callback.h', 'fileutils_mock.h', 'httpserver.cc',