[go: nahoru, domu]

Skip to content

Commit

Permalink
fix x64_64 typo in comments (flutter#29731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hixie committed Nov 14, 2021
1 parent 45ee58a commit 1a50dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shell/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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 += [
Expand Down
4 changes: 2 additions & 2 deletions testing/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a50dad

Please sign in to comment.