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

Unified Diff: tools/gn/secondary/third_party/icu/BUILD.gn

Issue 305993002: Update skia and ui GN builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gesture detection updates Created 6 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 | « skia/skia_gn_files.gypi ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/third_party/icu/BUILD.gn
diff --git a/tools/gn/secondary/third_party/icu/BUILD.gn b/tools/gn/secondary/third_party/icu/BUILD.gn
index 21c4efa714b6b854bef44fbdd160b017865d1729..e4d030a8d3781acbfb74037b616fc6f6bc6576ff 100644
--- a/tools/gn/secondary/third_party/icu/BUILD.gn
+++ b/tools/gn/secondary/third_party/icu/BUILD.gn
@@ -24,7 +24,7 @@ config("icu_config") {
# Config used only by ICU code.
config("icu_code") {
- if (component_mode == "static_library") {
+ if (component_mode != "shared_library") {
defines = [ "U_STATIC_IMPLEMENTATION" ]
}
@@ -426,7 +426,7 @@ if (is_win) {
outputs = [ "$root_out_dir/icudt.dll" ]
}
} else {
- static_library("icudata") {
+ source_set("icudata") {
sources = [
# These are hand-generated, but will do for now. The linux version is an
# identical copy of the (mac) icudt46l_dat.S file, modulo removal of the
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698