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

Side by Side Diff: pdfium.gyp

Issue 1423903002: A crasher due to lacking 'template' node in XFA file (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Upload the test file to replace a NULL file Created 5 years, 1 month 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 | « BUILD.gn ('k') | testing/resources/bug_216.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 'pdf_enable_v8%': 1, 4 'pdf_enable_v8%': 1,
5 'pdf_enable_xfa%': 1, 5 'pdf_enable_xfa%': 1,
6 'conditions': [ 6 'conditions': [
7 ['OS=="linux"', { 7 ['OS=="linux"', {
8 'bundle_freetype%': 0, 8 'bundle_freetype%': 0,
9 }, { # On Android there's no system FreeType. On Windows and Mac, only a 9 }, { # On Android there's no system FreeType. On Windows and Mac, only a
10 # few methods are used from it. 10 # few methods are used from it.
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', 800 'fpdfsdk/src/fpdfdoc_embeddertest.cpp',
801 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', 801 'fpdfsdk/src/fpdfformfill_embeddertest.cpp',
802 'fpdfsdk/src/fpdftext_embeddertest.cpp', 802 'fpdfsdk/src/fpdftext_embeddertest.cpp',
803 'fpdfsdk/src/fpdfview_c_api_test.c', 803 'fpdfsdk/src/fpdfview_c_api_test.c',
804 'fpdfsdk/src/fpdfview_c_api_test.h', 804 'fpdfsdk/src/fpdfview_c_api_test.h',
805 'fpdfsdk/src/fpdfview_embeddertest.cpp', 805 'fpdfsdk/src/fpdfview_embeddertest.cpp',
806 'testing/embedder_test.cpp', 806 'testing/embedder_test.cpp',
807 'testing/embedder_test.h', 807 'testing/embedder_test.h',
808 'testing/embedder_test_mock_delegate.h', 808 'testing/embedder_test_mock_delegate.h',
809 'testing/embedder_test_timer_handling_delegate.h', 809 'testing/embedder_test_timer_handling_delegate.h',
810 'xfa/src/fxfa/src/parser/xfa_parser_imp_embeddertest.cpp',
810 ], 811 ],
811 'conditions': [ 812 'conditions': [
812 ['pdf_enable_v8==1', { 813 ['pdf_enable_v8==1', {
813 'include_dirs': [ 814 'include_dirs': [
814 '<(DEPTH)/v8', 815 '<(DEPTH)/v8',
815 '<(DEPTH)/v8/include', 816 '<(DEPTH)/v8/include',
816 ], 817 ],
817 'dependencies': [ 818 'dependencies': [
818 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 819 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
819 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 820 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
(...skipping 28 matching lines...) Expand all
848 ], 849 ],
849 'dependencies': [ 850 'dependencies': [
850 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 851 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
851 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 852 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
852 ], 853 ],
853 }], 854 }],
854 ], 855 ],
855 }, 856 },
856 ], 857 ],
857 } 858 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | testing/resources/bug_216.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698