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

Unified Diff: services/icu_data/BUILD.gn

Issue 1701193002: [fusl] Build example apptests under fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase Created 4 years, 10 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 | « mojo/tools/get_test_list.py ('k') | no next file » | 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 bac285189a01d974376fed353ab917ca95205ce2..094f32c90fb27947e2c9c54ae450244481a544f5 100644
--- a/services/icu_data/BUILD.gn
+++ b/services/icu_data/BUILD.gn
@@ -7,7 +7,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
import("//mojo/tools/embed/rules.gni")
embed_file("embed_icu_data") {
- source = "$root_build_dir/icudtl.dat"
+ source = "$root_out_dir/icudtl.dat"
namespace = "icu_data"
variable = "kICUData"
@@ -22,11 +22,11 @@ mojo_native_application("icu_data") {
]
deps = [
+ ":embed_icu_data",
"//base",
"//mojo/application",
"//mojo/common",
"//mojo/environment:chromium",
"//mojo/services/icu_data/interfaces",
- ":embed_icu_data",
]
}
« no previous file with comments | « mojo/tools/get_test_list.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698