diff --git a/test/scenario/BUILD.gn b/test/scenario/BUILD.gn index b17f722bcb..fb8b440faf 100644 --- a/test/scenario/BUILD.gn +++ b/test/scenario/BUILD.gn @@ -21,7 +21,7 @@ rtc_library("column_printer") { ] } -if (is_ios || rtc_include_tests) { +if (rtc_include_tests) { scenario_resources = [ "../../resources/difficult_photo_1850_1110.yuv", "../../resources/photo_1850_1110.yuv", @@ -29,9 +29,7 @@ if (is_ios || rtc_include_tests) { "../../resources/web_screenshot_1850_1110.yuv", ] scenario_unittest_resources = [ "../../resources/foreman_cif.yuv" ] -} -if (rtc_include_tests) { if (is_ios) { bundle_data("scenario_resources_bundle_data") { testonly = true