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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2614833004: GN: Refactor webrtc_nonparallel_tests and audio_tests to avoid crossing package boundaries. (Closed)
Patch Set: base -> rtc_base. Fixed some dependencies. Created 3 years, 11 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/BUILD.gn ('k') | webrtc/audio/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index 0669c603c024256d5e6fcec9dbc251fad0d50da2..9ded96f06f8f4ae89e85453487053f6c9e740ba5 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -57,7 +57,6 @@ if (rtc_include_tests) {
"audio_receive_stream_unittest.cc",
"audio_send_stream_unittest.cc",
"audio_state_unittest.cc",
- "utility/audio_frame_operations_unittest.cc",
]
deps = [
":audio",
@@ -70,7 +69,7 @@ if (rtc_include_tests) {
"../modules/pacing:pacing",
"../test:test_common",
"../test:test_support",
- "utility:audio_frame_operations",
+ "utility:utility_tests",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/audio/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698