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

Unified Diff: webrtc/api/audio_codecs/g722/BUILD.gn

Issue 3011943002: Move optional.h to webrtc/api/ (Closed)
Patch Set: Created 3 years, 3 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/api/audio_codecs/g722/BUILD.gn
diff --git a/webrtc/api/audio_codecs/g722/BUILD.gn b/webrtc/api/audio_codecs/g722/BUILD.gn
index f3108e7b21a01728d199757da2b5698515fe08e3..5af7e5c223e3ea1324e6a0ce3a890893506b7f62 100644
--- a/webrtc/api/audio_codecs/g722/BUILD.gn
+++ b/webrtc/api/audio_codecs/g722/BUILD.gn
@@ -26,6 +26,7 @@ rtc_static_library("audio_encoder_g722") {
deps = [
":audio_encoder_g722_config",
"..:audio_codecs_api",
+ "../..:optional",
"../../..:webrtc_common",
"../../../modules/audio_coding:g722",
"../../../rtc_base:rtc_base_approved",
@@ -39,6 +40,7 @@ rtc_static_library("audio_decoder_g722") {
]
deps = [
"..:audio_codecs_api",
+ "../..:optional",
"../../..:webrtc_common",
"../../../modules/audio_coding:g722",
"../../../rtc_base:rtc_base_approved",
« no previous file with comments | « webrtc/api/audio_codecs/g711/audio_encoder_g711.h ('k') | webrtc/api/audio_codecs/g722/audio_decoder_g722.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698