Index: services/icu_data/BUILD.gn |
diff --git a/services/icu_data/BUILD.gn b/services/icu_data/BUILD.gn |
index 9e29c2c76d4fcc448c337a937df466c647d7e7f6..a343d342e6c73843e19ed3ac2af7c92dff2f8a81 100644 |
--- a/services/icu_data/BUILD.gn |
+++ b/services/icu_data/BUILD.gn |
@@ -27,6 +27,8 @@ mojo_native_application("icu_data") { |
] |
} |
+# Library that allows the service code to be included directly into the |
+# embedding shell. Used by https://manganese.googlesource.com/. |
source_set("lib") { |
sources = [ |
"icu_data_impl.cc", |