Index: Source/BUILD.gn |
diff --git a/Source/BUILD.gn b/Source/BUILD.gn |
index 30cafc159837538d94d19537592febdc3c78db87..4db0db7b4f7a5c11c834bac2a047890dc8be87ad 100644 |
--- a/Source/BUILD.gn |
+++ b/Source/BUILD.gn |
@@ -67,6 +67,11 @@ config("config") { |
#'cflags': ['<!@(../../../tools/clang/scripts/blink_gc_plugin_flags.py enable-oilpan=<(enable_oilpan) dump-graph=<(blink_gc_plugin_dump_graph))'], |
} |
} |
+ |
+ ## TODO(GYP) : gn does not yet support use_system_icu. |
+ #if (use_system_icu) { |
+ # defines += [ "USING_SYSTEM_ICU" ] |
+ #} |
} |
# The follow configs apply to all targets except for unit tests, which rely on |