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

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

Issue 2272003002: Moved format_macros.h from rtc_base to rtc_base_approved. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « webrtc/base/base.gyp ('k') | webrtc/modules/audio_coding/codecs/isac/isac_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 1b14f02785c94de61f9f15a9645f39735ae9ef86..44ee8b95e85d157d294a55ac1cdf6193712790a8 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1557,7 +1557,7 @@ if (rtc_include_tests) {
deps = [
":isac",
- "../../base:rtc_base",
+ "../../base:rtc_base_approved",
"//build/config/sanitizers:deps",
]
@@ -1610,7 +1610,7 @@ if (rtc_include_tests) {
deps = [
":webrtc_opus",
- "../../base:rtc_base",
+ "../../base:rtc_base_approved",
"../../common_audio",
"../../test:test_support",
"../../test:test_support_main",
« no previous file with comments | « webrtc/base/base.gyp ('k') | webrtc/modules/audio_coding/codecs/isac/isac_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698