diff options
author | Wei Li <weili@chromium.org> | 2015-12-17 17:46:58 -0800 |
---|---|---|
committer | Wei Li <weili@chromium.org> | 2015-12-17 17:46:58 -0800 |
commit | cc70b7b55c9edcd0ff038f59080699060fbbede1 (patch) | |
tree | 15e4137ce96d2a74450a8a84d2c4c3b31741f2c4 /pdfium.gyp | |
parent | 391783579c5a8aad346b56903b51e6551600550b (diff) | |
download | pdfium-cc70b7b55c9edcd0ff038f59080699060fbbede1.tar.xz |
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
R=jun_fang@foxitsoftware.com, thestig@chromium.org
Review URL: https://codereview.chromium.org/1530763005 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 58d6b8ffcd..117cdb7913 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -722,6 +722,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', |