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

Unified Diff: webrtc/common_audio/BUILD.gn

Issue 2629923002: GN: Refactor modules_unittests to eliminate package boundary violations. (Closed)
Patch Set: Fix iOS issues Created 3 years, 11 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/common_audio/BUILD.gn
diff --git a/webrtc/common_audio/BUILD.gn b/webrtc/common_audio/BUILD.gn
index 2d46f67ef2011b7719c77e7e86b90f0b29c85eef..7a4ac25fee9b9f75fd63b2ffedd60bf01dff3ef8 100644
--- a/webrtc/common_audio/BUILD.gn
+++ b/webrtc/common_audio/BUILD.gn
@@ -101,7 +101,6 @@ rtc_static_library("common_audio") {
}
rtc_source_set("common_audio_c") {
- visibility = [ ":*" ] # Only targets in this file can depend on this.
kjellander_webrtc 2017/01/19 08:10:03 Do we need to relax this? See comment in webrtc/mo
ehmaldonado_webrtc 2017/01/19 14:34:27 Done.
sources = [
"fft4g.c",
"fft4g.h",
« no previous file with comments | « webrtc/build/webrtc.gni ('k') | webrtc/modules/BUILD.gn » ('j') | webrtc/modules/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698