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

Unified Diff: content/test/BUILD.gn

Issue 843583006: GN: Add -Wl,-z defs on linux and fix errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 2ce975bcaa8f6f08f2fbc28fb646a51f97e68e25..d1aa694e97b579e270ffd6a481733915459ca08a 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -221,6 +221,13 @@ if (!is_ios) {
if (is_android) {
deps += [ ":jni" ]
}
+
+ if (!enable_webrtc) {
+ sources -= [
+ "test_media_stream_renderer_factory.cc",
+ "test_media_stream_renderer_factory.h",
+ ]
+ }
}
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698