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

Unified Diff: webrtc/modules/utility/BUILD.gn

Issue 2016043003: Change ProcessThread's task type to be the one from TaskQueue. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Work around issue with STL on Windows Created 4 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: webrtc/modules/utility/BUILD.gn
diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
index 6cd3dbbd8ce7cc5f9078891858f5346492641f6d..849ea0239c3f240297ab3852013ed7f3d9c86d7c 100644
--- a/webrtc/modules/utility/BUILD.gn
+++ b/webrtc/modules/utility/BUILD.gn
@@ -41,6 +41,7 @@ source_set("utility") {
deps = [
"../..:webrtc_common",
+ "../../base:rtc_task_queue",
"../../common_audio",
"../../system_wrappers",
"../audio_coding",

Powered by Google App Engine
This is Rietveld 408576698