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

Unified Diff: content/test/BUILD.gn

Issue 2309003002: Fix gn check in content_unittest when enable_webrtc=false (Closed)
Patch Set: Created 4 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 | « 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 54c640319b36afaf9005399e0f82cb726dec9f34..b058697dff4d85bf1a20001d79aeab95502664e4 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -664,6 +664,7 @@ test("content_unittests") {
"//media:test_support",
"//media/audio:test_support",
"//media/base:test_support",
+ "//media/blink",
"//media/capture",
"//media/midi:midi",
"//mojo/edk/test:test_support",
@@ -728,7 +729,6 @@ test("content_unittests") {
".",
"//content")
deps += [
- "//media/blink",
"//third_party/libjingle:libjingle_webrtc",
"//third_party/webrtc/api:libjingle_peerconnection",
"//third_party/webrtc/base:rtc_base",
« 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