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

Unified Diff: third_party/sfntly/BUILD.gn

Issue 2347443002: Compile the skia library for windows using gn. (Closed)
Patch Set: Merge branch 'master' of https://skia.googlesource.com/skia into bring-up-to-date Created 4 years, 3 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
Index: third_party/sfntly/BUILD.gn
diff --git a/third_party/sfntly/BUILD.gn b/third_party/sfntly/BUILD.gn
index 845c6ed198851393fb272741a49c2285b234a8d1..1e418a16e9f552519176cf810ef54565fe278adf 100644
--- a/third_party/sfntly/BUILD.gn
+++ b/third_party/sfntly/BUILD.gn
@@ -70,4 +70,8 @@ third_party("sfntly") {
"../externals/sfntly/cpp/src/sfntly/tools/subsetter/subsetter.cc",
"../externals/sfntly/cpp/src/sfntly/tools/subsetter/table_subsetter_impl.cc",
]
+
+ if (is_win) {
+ defines += [ "WIN32", ]
+ }
}
« gn/BUILD.gn ('K') | « gn/BUILDCONFIG.gn ('k') | third_party/third_party.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698