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

Side by Side Diff: pdfium.gyp

Issue 876393003: Merge to XFA: Add embedder test for stream length beyond end of file. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « fpdfsdk/src/fpdftext_embeddertest.cpp ('k') | testing/resources/bug_57.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'pdf_use_skia%': 0, 3 'pdf_use_skia%': 0,
4 }, 4 },
5 'target_defaults': { 5 'target_defaults': {
6 'defines' : [ 6 'defines' : [
7 'FT2_BUILD_LIBRARY', 7 'FT2_BUILD_LIBRARY',
8 '_FPDFSDK_LIB', 8 '_FPDFSDK_LIB',
9 '_NO_GDIPLUS_', # workaround text rendering issues on Windows 9 '_NO_GDIPLUS_', # workaround text rendering issues on Windows
10 'OPJ_STATIC', 10 'OPJ_STATIC',
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'dependencies': [ 915 'dependencies': [
916 '<(DEPTH)/testing/gtest.gyp:gtest', 916 '<(DEPTH)/testing/gtest.gyp:gtest',
917 'pdfium', 917 'pdfium',
918 ], 918 ],
919 'include_dirs': [ 919 'include_dirs': [
920 '<(DEPTH)' 920 '<(DEPTH)'
921 ], 921 ],
922 'sources': [ 922 'sources': [
923 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', 923 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp',
924 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', 924 'fpdfsdk/src/fpdfdoc_embeddertest.cpp',
925 'fpdfsdk/src/fpdftext_embeddertest.cpp',
925 'fpdfsdk/src/fpdfview_embeddertest.cpp', 926 'fpdfsdk/src/fpdfview_embeddertest.cpp',
926 'testing/embedder_test.cpp', 927 'testing/embedder_test.cpp',
927 'testing/embedder_test.h', 928 'testing/embedder_test.h',
928 'testing/fx_string_testhelpers.cpp', 929 'testing/fx_string_testhelpers.cpp',
929 'testing/fx_string_testhelpers.h', 930 'testing/fx_string_testhelpers.h',
930 ], 931 ],
931 }, 932 },
932 ], 933 ],
933 } 934 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/fpdftext_embeddertest.cpp ('k') | testing/resources/bug_57.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698