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

Unified Diff: Makefile

Issue 18487004: Import the v8-i18n extension into v8 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 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 | build/common.gypi » ('j') | src/api.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 78e22d777799ddc68ac2f8ac1a794381b475c989..08679d1c24210dc8885d36c108922cf40b8447d5 100644
--- a/Makefile
+++ b/Makefile
@@ -116,6 +116,10 @@ endif
ifeq ($(regexp), interpreted)
GYPFLAGS += -Dv8_interpreted_regexp=1
endif
+# i18nsupport=on
+ifeq ($(i18nsupport), on)
+ GYPFLAGS += -Dv8_enable_i18n_support=1
+endif
# arm specific flags.
# armv7=false/true
ifeq ($(armv7), false)
« no previous file with comments | « no previous file | build/common.gypi » ('j') | src/api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698