summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp7
1 files changed, 4 insertions, 3 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index d9c8ac255a..664f12540b 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -7,7 +7,7 @@
}, { # On Android there's no system FreeType. On Windows and Mac, only a
# few methods are used from it.
'bundle_freetype%': 1,
- }],
+ }],
],
},
'target_defaults': {
@@ -920,10 +920,11 @@
'<(DEPTH)'
],
'sources': [
- 'testing/fx_string_testhelpers.h',
- 'testing/fx_string_testhelpers.cpp',
+ 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
+ 'testing/fx_string_testhelpers.h',
+ 'testing/fx_string_testhelpers.cpp',
'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp',
],
},