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

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

Issue 2729053002: Add location to RegisterModule (Closed)
Patch Set: Rebase Created 3 years, 10 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/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index ddf74c6e9a842a31308437058b61bd279b739eb3..ad0356a5f504a6df962b085fc387a658fe1ec2da 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -328,14 +328,15 @@ if (rtc_include_tests) {
"test/audio_device_test_defines.h",
]
deps = [
- ":audio_device",
- "../..:webrtc_common",
+ "../../base:rtc_base_approved",
"../../system_wrappers",
"../../test:test_main",
"../../test:test_support",
+ "../..:webrtc_common",
"../rtp_rtcp",
"../utility",
"//testing/gtest",
+ ":audio_device",
]
public_configs = [ ":audio_device_config" ]
}

Powered by Google App Engine
This is Rietveld 408576698