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

Unified Diff: third_party/icu/BUILD.gn

Issue 2275983004: GN: Android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: note Created 4 years, 4 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 | « third_party/freetype2/BUILD.gn ('k') | third_party/libpng/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/icu/BUILD.gn
diff --git a/third_party/icu/BUILD.gn b/third_party/icu/BUILD.gn
index e2137609d8846fcc8f4421f224a1aedba81bd0a4..e7a55b5218ab19073a12ecbc8be29589c5236416 100644
--- a/third_party/icu/BUILD.gn
+++ b/third_party/icu/BUILD.gn
@@ -199,9 +199,5 @@ third_party("icu") {
"../externals/icu/source/common/uvectr64.cpp",
"../externals/icu/source/common/wintz.c",
]
- if (is_linux) {
- sources += [ "../externals/icu/linux/icudtl_dat.S" ]
- } else if (is_mac) {
- sources += [ "../externals/icu/mac/icudtl_dat.S" ]
- }
+ sources += [ "../externals/icu/$current_os/icudtl_dat.S" ]
}
« no previous file with comments | « third_party/freetype2/BUILD.gn ('k') | third_party/libpng/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698