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

Unified Diff: webrtc/base/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 | « webrtc/BUILD.gn ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 8d3aed6c1b5b5be3a0d2543fff3ba1e5c85c13d2..7f565b32ea40842f535197cd09f1968a0780ed08 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -639,15 +639,17 @@ source_set("gtest_prod") {
}
if (rtc_include_tests) {
- config("rtc_base_test_utils_exported_config") {
+ config("rtc_base_tests_utils_exported_config") {
defines = [ "GTEST_RELATIVE_PATH" ]
}
- source_set("rtc_base_test_utils") {
+ source_set("rtc_base_tests_utils") {
testonly = true
sources = [
# Also use this as a convenient dumping ground for misc files that are
# included by multiple targets below.
+ "fakeclock.cc",
+ "fakeclock.h",
"fakenetwork.h",
"fakesslidentity.h",
"faketaskrunner.h",
@@ -655,12 +657,13 @@ if (rtc_include_tests) {
"testbase64.h",
"testechoserver.h",
"testutils.h",
+ "timedelta.h",
"unittest_main.cc",
]
configs += [ "..:common_config" ]
public_configs = [
"..:common_inherited_config",
- ":rtc_base_test_utils_exported_config",
+ ":rtc_base_tests_utils_exported_config",
]
deps = [
":rtc_base",
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698