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

Unified Diff: pdfium.gyp

Issue 891993003: Fix GN PDFium build when building all. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 11 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 | « BUILD.gn ('k') | third_party/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 2b21e9d9aaa2ff3b5cf917c84af4747c300ab3a5..7b6ac0c0947a25cfaa82a71c1d2e703b588a112a 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -23,11 +23,6 @@
['pdf_use_skia==1', {
'defines': ['_SKIA_SUPPORT_'],
}],
- ['bundle_freetype==1', {
- 'defines' : [
- 'FT2_BUILD_LIBRARY',
- ],
- }],
['OS=="linux"', {
'conditions': [
['target_arch=="x64"', {
« no previous file with comments | « BUILD.gn ('k') | third_party/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698