Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1722)

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2786363002: Revert of Loosening the coupling between WebRTC and //third_party/protobuf (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 883a66940dae05b8c4cc5fa1c0f4388891d88c87..ea3a1b716b5e71c8108f781e1169637ba20f417f 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -74,7 +74,6 @@
deps = [
"../../api/audio_codecs:audio_codecs_api",
"../..:webrtc_common",
- "../../base:protobuf_utils",
"../../base:rtc_base_approved",
"../../system_wrappers",
":audio_coding_module_typedefs",
@@ -83,7 +82,6 @@
":isac_fix_c",
":neteq_decoder_enum",
] + audio_codec_deps
-
defines = audio_codec_defines
}
@@ -830,7 +828,6 @@
":audio_network_adaptor",
"../..:webrtc_common",
"../../api/audio_codecs:audio_codecs_api",
- "../../base:protobuf_utils",
"../../base:rtc_base_approved",
"../../base:rtc_numerics",
"../../common_audio",
@@ -924,7 +921,6 @@
deps = [
"../..:webrtc_common",
- "../../base:protobuf_utils",
"../../base:rtc_base_approved",
"../../common_audio",
"../../logging:rtc_event_log_api",
@@ -1192,12 +1188,10 @@
":neteq_unittest_tools",
":webrtc_opus",
"../..:webrtc_common",
- "../../base:protobuf_utils",
"../../base:rtc_base_approved",
"../../system_wrappers:system_wrappers",
"../../test:test_support",
]
-
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
@@ -1332,7 +1326,6 @@
":neteq",
":neteq_unittest_tools",
"../../api/audio_codecs:audio_codecs_api",
- "../../base:protobuf_utils",
"../../common_audio",
"../../test:test_main",
"//testing/gtest",
@@ -2089,7 +2082,6 @@
"../..:webrtc_common",
"../../api/audio_codecs:audio_codecs_api",
"../../api/audio_codecs:builtin_audio_decoder_factory",
- "../../base:protobuf_utils",
"../../base:rtc_base",
"../../base:rtc_base_approved",
"../../base:rtc_base_tests_utils",

Powered by Google App Engine
This is Rietveld 408576698