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

Unified Diff: services/icu_data/BUILD.gn

Issue 1987363004: Build libraries for a number of services. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove unnecessary imports Created 4 years, 7 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 | « services/files/main.cc ('k') | services/icu_data/icu_data_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « services/files/main.cc ('k') | services/icu_data/icu_data_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698