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

Unified Diff: skia/skia_common.gypi

Issue 1810063002: Fix windows pdfium_use_skia build. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | third_party/third_party.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_common.gypi
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi
index 4b7a51b6b11d72bea50739a527fdc03be20243cf..0a8e019611fdadf108f0bfd299d9dedec3c74620 100644
--- a/skia/skia_common.gypi
+++ b/skia/skia_common.gypi
@@ -26,6 +26,11 @@
'SK_BUILD_FOR_IOS',
],
}],
+ [ 'OS == "win"', {
+ 'defines': [
+ 'SK_BUILD_FOR_WIN32',
+ ],
+ }],
[ 'OS != "mac"', {
'sources/': [
['exclude', '_mac\\.(cc|cpp|mm?)$'],
« no previous file with comments | « no previous file | third_party/third_party.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698