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

Unified Diff: content/test/BUILD.gn

Issue 2886603003: Convert //content/browser/webrtc to be clients of WakeLock mojo service. (Closed)
Patch Set: Remove *ForTesting() functions, add MockWakeLockService in unittest file instead. Created 3 years, 7 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 012dc47615c55c37c28d65a7c8e95dad546fc307..2e93ac8caec8e0c04e707342c8f2e207a8351a73 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1628,6 +1628,7 @@ test("content_unittests") {
"//third_party/webrtc/base/task_queue_unittest.cc",
]
deps += [
+ "//device/wake_lock/public/interfaces",
"//third_party/opus",
"//third_party/webrtc/api:libjingle_peerconnection",
"//third_party/webrtc/api:rtc_stats_api",

Powered by Google App Engine
This is Rietveld 408576698