Merge "Change buildspec to allow disabling SVG."

This commit is contained in:
Shimeng (Simon) Wang
2010-05-04 15:17:17 -07:00
committed by Android (Google) Code Review

View File

@@ -106,9 +106,9 @@ ifndef WEBCORE_INSTRUMENTATION
#WEBCORE_INSTRUMENTATION:=true #WEBCORE_INSTRUMENTATION:=true
endif endif
# To enable SVG in webcore define ENABLE_SVG:=true # To disable SVG in webcore define ENABLE_SVG:=false
ifndef ENABLE_SVG ifndef ENABLE_SVG
#ENABLE_SVG:=true #ENABLE_SVG:=false
endif endif
# when the build system changes such that this file must be updated, this # when the build system changes such that this file must be updated, this