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

Unified Diff: webrtc/BUILD.gn

Issue 2050313002: GN: Add rtc_media_unittests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated after https://codereview.webrtc.org/2024813004 Created 4 years, 6 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 | « no previous file | webrtc/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index e2eeb7f96ea3ddbf809ccb5ee56494a11dc3c3d9..02a16d122d29bd99025698732f330a3dbb919352 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -104,6 +104,10 @@ config("common_config") {
defines += [ "WEBRTC_RESTRICT_LOGGING" ]
}
+ if (rtc_include_internal_audio_device) {
+ defines += [ "WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" ]
+ }
+
if (rtc_have_dbus_glib) {
defines += [ "HAVE_DBUS_GLIB" ]
@@ -424,8 +428,6 @@ if (rtc_include_tests) {
"base/event_tracer_unittest.cc",
"base/event_unittest.cc",
"base/exp_filter_unittest.cc",
- "base/fakeclock.cc",
- "base/fakeclock.h",
"base/filerotatingstream_unittest.cc",
"base/fileutils_unittest.cc",
"base/helpers_unittest.cc",
@@ -476,7 +478,6 @@ if (rtc_include_tests) {
"base/testclient_unittest.cc",
"base/thread_checker_unittest.cc",
"base/thread_unittest.cc",
- "base/timedelta.h",
"base/timeutils_unittest.cc",
"base/urlencode_unittest.cc",
"base/versionparsing_unittest.cc",
@@ -567,7 +568,7 @@ if (rtc_include_tests) {
deps = [
"base:rtc_base",
- "base:rtc_base_test_utils",
+ "base:rtc_base_tests_utils",
"base:rtc_task_queue",
"p2p:libstunprober",
"p2p:rtc_p2p",
« no previous file with comments | « no previous file | webrtc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698