diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn index 0949f4e6c9..41bd74e8d2 100644 --- a/rtc_base/BUILD.gn +++ b/rtc_base/BUILD.gn @@ -577,8 +577,6 @@ rtc_static_library("rtc_base_generic") { "gunit_prod.h", "helpers.cc", "helpers.h", - "httpbase.cc", - "httpbase.h", "httpcommon-inl.h", "httpcommon.cc", "httpcommon.h", @@ -822,6 +820,8 @@ rtc_source_set("rtc_base_tests_utils") { "firewallsocketserver.cc", "firewallsocketserver.h", "gunit.h", + "httpbase.cc", + "httpbase.h", "httpserver.cc", "httpserver.h", "md5.cc",