Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: BUILD.gn

Issue 2434153002: gyp: Add support for all big endian platforms (Closed)
Patch Set: added TODO in BUILD.gn Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | icu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | icu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698