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 @@ -435,7 +435,7 @@ if (rtc_include_tests) {
435
435
" ../test:video_test_common" ,
436
436
" ../test/time_controller:time_controller" ,
437
437
" ../video" ,
438
- " / /test/scenario:scenario" ,
438
+ " .. /test/scenario:scenario" ,
439
439
" //testing/gmock" ,
440
440
" //testing/gtest" ,
441
441
" //third_party/abseil-cpp/absl/container:inlined_vector" ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ rtc_library("cross_traffic_unittest") {
113
113
" ../../rtc_base" ,
114
114
" ../../rtc_base:logging" ,
115
115
" ../../rtc_base:rtc_event" ,
116
- " / /test/time_controller:time_controller" ,
116
+ " ../.. /test/time_controller:time_controller" ,
117
117
" //third_party/abseil-cpp/absl/memory" ,
118
118
]
119
119
}
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ if (rtc_include_tests) {
79
79
" ../../rtc_base:rtc_numerics" ,
80
80
" ../../rtc_base:task_queue_for_test" ,
81
81
" ../../test:field_trial" ,
82
- " / /test:rtc_expect_death" ,
83
- " / /test:test_support" ,
82
+ " ../.. /test:rtc_expect_death" ,
83
+ " ../.. /test:test_support" ,
84
84
" //testing/gtest" ,
85
85
" //third_party/abseil-cpp/absl/types:optional" ,
86
86
]
You can’t perform that action at this time.
0 commit comments