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

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

Issue 2882673002: Moving compile_assert_c.h to webrtc/base (Closed)
Patch Set: Created 3 years, 7 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 0b1ec180f0a41ce96591f51859e1abe6dcf176e4..1b62973092d398536bb79019f6255b7e886a7808 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -585,6 +585,7 @@ rtc_static_library("isac_c") {
deps = [
":isac_common",
"../..:webrtc_common",
+ "../../base:compile_assert_c",
"../../base:rtc_base_approved",
"../../common_audio",
]
@@ -684,6 +685,7 @@ rtc_source_set("isac_fix_c") {
":isac_common",
"../..:webrtc_common",
"../../api/audio_codecs:audio_codecs_api",
+ "../../base:compile_assert_c",
"../../base:rtc_base_approved",
"../../common_audio",
"../../system_wrappers",

Powered by Google App Engine
This is Rietveld 408576698