Move httpbase.cc and httpbase.h to test target.
It is used only by the test-only http server code. Bug: webrtc:6424 Change-Id: Id7120ed1ded6773f98472526e8fa282cf0a423e8 Reviewed-on: https://webrtc-review.googlesource.com/33401 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21313}
This commit is contained in:
parent
bc771b7585
commit
3c8a5f275f
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user