Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index f1c9595848a04fab639950966059391a782ceec3..c42fa0de56231e26130216a0da17d7b4bc5d6df6 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -757,6 +757,13 @@ test("content_unittests") { |
} |
} |
+ if (enable_webrtc && enable_plugins) { |
+ sources += rebase_path( |
+ content_tests_gypi_values.content_unittests_plugin_webrtc_sources, |
+ ".", |
+ "//content") |
+ } |
+ |
if (enable_web_speech) { |
sources += |
rebase_path(content_tests_gypi_values.content_unittests_speech_sources, |