fix x64_64 typo in comments (flutter/engine#29731)

This commit is contained in:
Ian Hickson 2021-11-13 21:45:31 -08:00 committed by GitHub
parent 0d67e4e080
commit 359f05e0e5
2 changed files with 3 additions and 3 deletions

View File

@ -220,7 +220,7 @@ if (enable_unittests) {
":shell_unittests_gpu_configuration_config",
]
# SwiftShader only supports x86/x64_64
# SwiftShader only supports x86/x86_64
if (target_cpu == "x86" || target_cpu == "x64") {
if (test_enable_gl) {
sources += [

View File

@ -130,14 +130,14 @@ if (enable_unittests) {
"//flutter/fml",
]
# SwiftShader only supports x86/x64_64
# SwiftShader only supports x86/x86_64
if (target_cpu == "x86" || target_cpu == "x64") {
configs += [ "//third_party/swiftshader_flutter:swiftshader_config" ]
deps += [ "//third_party/swiftshader_flutter:swiftshader_vulkan" ]
}
}
# SwiftShader only supports x86/x64_64
# SwiftShader only supports x86/x86_64
if (target_cpu == "x86" || target_cpu == "x64") {
source_set("opengl") {
testonly = true