Index: services/icu_data/BUILD.gn |
diff --git a/services/icu_data/BUILD.gn b/services/icu_data/BUILD.gn |
index 094f32c90fb27947e2c9c54ae450244481a544f5..9e29c2c76d4fcc448c337a937df466c647d7e7f6 100644 |
--- a/services/icu_data/BUILD.gn |
+++ b/services/icu_data/BUILD.gn |
@@ -18,6 +18,17 @@ embed_file("embed_icu_data") { |
mojo_native_application("icu_data") { |
sources = [ |
+ "main.cc", |
+ ] |
+ |
+ deps = [ |
+ ":lib", |
+ "//mojo/application", |
+ ] |
+} |
+ |
+source_set("lib") { |
+ sources = [ |
"icu_data_impl.cc", |
] |