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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2532403003: Added webrtc/audio/utility directory and empty GN target. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | webrtc/audio/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index 82004484015ba7fcc78178a5794d6886f35eb911..5995f59ff9005d0ee2f3785c9e64505faa95f731 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -37,6 +37,11 @@ rtc_static_library("audio") {
"../modules/audio_processing",
"../system_wrappers",
"../voice_engine",
+ "utility", # Bogus dep, needed for landing
+ # codereview.webrtc.org/2424173003 without breaking
+ # internal projects. See
+ # bugs.webrtc.org/6548. TODO(aleloi): remove dependency
+ # when codereview.webrtc.org/2424173003 has landed.
]
}
if (rtc_include_tests) {
« no previous file with comments | « no previous file | webrtc/audio/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698