Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 1dd7c61d5368a643cb9d8cc489f8833cd796cb5f..2975cccde783c7868d464e6f6ba570f12184f625 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -997,6 +997,7 @@ if (is_android) { |
| } else { |
| data_dir = "common" |
| } |
| +# TODO(GYP): Support to use host byteorder to select the icu date file |
| if (current_cpu == "mips" || current_cpu == "mips64") { |
| data_bundle_prefix = "icudtb" |
| } else { |