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

Unified Diff: content/test/BUILD.gn

Issue 1880483002: Re-add webrtc+plugins tests omitted from GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698