summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorWei Li <weili@chromium.org>2015-12-17 18:16:23 -0800
committerWei Li <weili@chromium.org>2015-12-17 18:16:23 -0800
commit60eac0f7cebd682e93eb5d8a0950f31856099081 (patch)
treef797cf457d0a4b8eb916373ee3afcb7d9ca73abe /pdfium.gyp
parentc5d934dff4c2fa254b445dbf06899bb181df1c12 (diff)
downloadpdfium-60eac0f7cebd682e93eb5d8a0950f31856099081.tar.xz
Merge to XFA: Correctly extracting email addresses
An email address contains user name part and host name part. User name allows dash or underscore, but not leading/ending/double period. Host name doesn't allow leading/ending/double period either. BUG=489107 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1530763005 . (cherry picked from commit cc70b7b55c9edcd0ff038f59080699060fbbede1) Review URL: https://codereview.chromium.org/1532303002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 934916fc3c..ed24910f77 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -761,6 +761,7 @@
'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp',
'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp',
+ 'core/src/fpdftext/fpdf_text_int_unittest.cpp',
'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp',
'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
'core/src/fxcrt/fx_basic_memmgr_unittest.cpp',