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

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: 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') | webrtc/media/BUILD.gn » ('J')
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..a71e8617314dd45d2d478bd953ae3daec20136c2 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -639,11 +639,11 @@ 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
@@ -660,7 +660,7 @@ if (rtc_include_tests) {
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') | webrtc/media/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698