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

Unified Diff: Makefile.nacl

Issue 23455055: Revert "Turn on i18n support by default" (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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 | « Makefile ('k') | build/features.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.nacl
diff --git a/Makefile.nacl b/Makefile.nacl
index 2c79ef113e3dbc99a9d2a669529484d42d97c92c..02e83ef2bca4711c5f96d48e48f6e9ad032f8df3 100644
--- a/Makefile.nacl
+++ b/Makefile.nacl
@@ -74,9 +74,6 @@ endif
# For mksnapshot host generation.
GYPENV += host_os=${HOST_OS}
-# ICU doesn't support NaCl.
-GYPENV += v8_enable_i18n_support=0
-
NACL_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(NACL_ARCHES))
.SECONDEXPANSION:
# For some reason the $$(basename $$@) expansion didn't work here...
« no previous file with comments | « Makefile ('k') | build/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698