Skip to content

Commit

Permalink
Reformat to remove whitespace diff vs upstream
Browse files Browse the repository at this point in the history
Change-Id: Ibd723905104aa0c283d7f5eed4f7306612d0bc9d
  • Loading branch information
hlwarriner committed May 14, 2024
1 parent 0b6bbcc commit 45add66
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions third_party/icu/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -381,16 +381,16 @@ if (is_android && enable_java_templates) {
if (use_cobalt_customizations) {
data_dir = "cobalt"
} else {
if (is_android) {
# Use android_small for now to keep the size till we decide to switch to the new one.
data_dir = "android_small"
} else if (is_ios) {
data_dir = "ios"
} else if (is_chromeos) {
data_dir = "chromeos"
} else {
data_dir = "common"
}
if (is_android) {
# Use android_small for now to keep the size till we decide to switch to the new one.
data_dir = "android_small"
} else if (is_ios) {
data_dir = "ios"
} else if (is_chromeos) {
data_dir = "chromeos"
} else {
data_dir = "common"
}
}

if (use_cobalt_customizations) {
Expand All @@ -400,12 +400,12 @@ if (use_cobalt_customizations) {
data_bundle_prefix = "icudt68b"
}
} else {
if (current_cpu == "mips" || current_cpu == "mips64" ||
host_byteorder == "big") {
data_bundle_prefix = "icudtb"
} else {
data_bundle_prefix = "icudtl"
}
if (current_cpu == "mips" || current_cpu == "mips64" ||
host_byteorder == "big") {
data_bundle_prefix = "icudtb"
} else {
data_bundle_prefix = "icudtl"
}
}
data_bundle = "${data_bundle_prefix}.dat"

Expand Down

0 comments on commit 45add66

Please sign in to comment.