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

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

Issue 3008553002: rtc_task_queue should not expose rtc_base_approved API (Closed)
Patch Set: Created 3 years, 4 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 | « webrtc/call/BUILD.gn ('k') | webrtc/rtc_base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/utility/BUILD.gn
diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
index 29ff042954b2ac4bdeac0fe4d6fef28831909322..7d0370708119130dbba8ec0456c7a675a29b8614 100644
--- a/webrtc/modules/utility/BUILD.gn
+++ b/webrtc/modules/utility/BUILD.gn
@@ -34,6 +34,7 @@ rtc_static_library("utility") {
"../..:webrtc_common",
"../../audio/utility:audio_frame_operations",
"../../common_audio",
+ "../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_task_queue",
"../../system_wrappers",
"../media_file",
@@ -68,6 +69,7 @@ if (rtc_include_tests) {
deps = [
":utility",
"..:module_api",
+ "../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_task_queue",
"../../test:test_support",
"//testing/gmock",
« no previous file with comments | « webrtc/call/BUILD.gn ('k') | webrtc/rtc_base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698