This repository was archived by the owner on Oct 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ if (rtc_include_tests) {
449
449
" ../test/time_controller:time_controller" ,
450
450
" ../video" ,
451
451
" adaptation:resource_adaptation_test_utilities" ,
452
- " / /test/scenario:scenario" ,
452
+ " .. /test/scenario:scenario" ,
453
453
" //testing/gmock" ,
454
454
" //testing/gtest" ,
455
455
]
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ rtc_library("cross_traffic_unittest") {
120
120
" ../../rtc_base" ,
121
121
" ../../rtc_base:logging" ,
122
122
" ../../rtc_base:rtc_event" ,
123
- " / /test/time_controller:time_controller" ,
123
+ " ../.. /test/time_controller:time_controller" ,
124
124
]
125
125
absl_deps = [ " //third_party/abseil-cpp/absl/memory" ]
126
126
}
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ if (rtc_include_tests) {
94
94
" ../../rtc_base:rtc_task_queue" ,
95
95
" ../../rtc_base:task_queue_for_test" ,
96
96
" ../../test:field_trial" ,
97
- " / /test:rtc_expect_death" ,
98
- " / /test:test_support" ,
97
+ " ../.. /test:rtc_expect_death" ,
98
+ " ../.. /test:test_support" ,
99
99
" //testing/gtest" ,
100
100
]
101
101
absl_deps = [ " //third_party/abseil-cpp/absl/types:optional" ]
You can’t perform that action at this time.
0 commit comments