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

Unified Diff: content/test/BUILD.gn

Issue 1335033003: Reland: content_{renderer,tests}.gypi cleanup of plugin+webrtc sources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sort out content/test/BUILD.gn Created 5 years, 3 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 | « content/content_tests.gypi ('k') | 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 83a97f6ef3986654d1321fa4e4ed3668a3d40c17..75c16e885c3c795558a9ced930e2a029c9e7a52e 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -611,13 +611,6 @@ test("content_unittests") {
sources +=
[ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ]
}
- } else {
- if (enable_plugins) {
- # This file is added only when plugins are enabled, but we don't want it
- # unless webrtc is also enabled.
- sources -=
- [ "../renderer/media/pepper_to_video_track_adapter_unittest.cc" ]
- }
}
if (enable_web_speech) {
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698