Exclude fake webrtc sources from platform compile

PiperOrigin-RevId: 686642000
This commit is contained in:
Anay Wadhera
2024-10-16 14:26:04 -07:00
committed by Copybara-Service
parent 42bedd6c8a
commit 7185c11452
-2
View File
@@ -39,7 +39,6 @@ cc_library(
"fake_single_thread_executor.cc",
"fake_task_runner.cc",
"fake_timer.cc",
"fake_webrtc.cc",
],
hdrs = [
"fake_account_manager.h",
@@ -50,7 +49,6 @@ cc_library(
"fake_single_thread_executor.h",
"fake_task_runner.h",
"fake_timer.h",
"fake_webrtc.h",
],
copts = [
"-Ithird_party",