summaryrefslogtreecommitdiff
path: root/chromium/third_party/icu/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/icu/BUILD.gn')
-rw-r--r--chromium/third_party/icu/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/icu/BUILD.gn b/chromium/third_party/icu/BUILD.gn
index d6a1067ef56..55f006d9a4f 100644
--- a/chromium/third_party/icu/BUILD.gn
+++ b/chromium/third_party/icu/BUILD.gn
@@ -419,7 +419,7 @@ if (icu_use_data_file) {
if (is_chromeos) {
copy("icudata_hash") {
- sources = [ "//third_party/icu/chromeos/icudtl.dat.hash" ]
+ sources = [ "chromeos/icudtl.dat.hash" ]
outputs = [ "$root_out_dir/icudtl.dat.hash" ]
}
}