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

Side by Side Diff: pdfium.gyp

Issue 1136703003: Merge to XFA: Create top-level public/ header directory. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 7 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/fsdk_mgr.cpp ('k') | public/fpdf_dataavail.h » ('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 'conditions': [ 4 'conditions': [
5 ['OS=="linux"', { 5 ['OS=="linux"', {
6 'bundle_freetype%': 0, 6 'bundle_freetype%': 0,
7 }, { # On Android there's no system FreeType. On Windows and Mac, only a 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a
8 # few methods are used from it. 8 # few methods are used from it.
9 'bundle_freetype%': 1, 9 'bundle_freetype%': 1,
10 }], 10 }],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'fxcrt', 58 'fxcrt',
59 'fxedit', 59 'fxedit',
60 'fxge', 60 'fxge',
61 'javascript', 61 'javascript',
62 'jsapi', 62 'jsapi',
63 'pdfwindow', 63 'pdfwindow',
64 'fpdfxfa', 64 'fpdfxfa',
65 ], 65 ],
66 'ldflags': [ '-L<(PRODUCT_DIR)',], 66 'ldflags': [ '-L<(PRODUCT_DIR)',],
67 'sources': [ 67 'sources': [
68 'fpdfsdk/include/fpdfdoc.h',
69 'fpdfsdk/include/fpdfedit.h',
70 'fpdfsdk/include/fpdfformfill.h',
71 'fpdfsdk/include/fpdftext.h',
72 'fpdfsdk/include/fpdfview.h',
73 'fpdfsdk/include/fpdf_dataavail.h',
74 'fpdfsdk/include/fpdf_flatten.h',
75 'fpdfsdk/include/fpdf_progressive.h',
76 'fpdfsdk/include/fpdf_searchex.h',
77 'fpdfsdk/include/fpdf_sysfontinfo.h',
78 'fpdfsdk/include/fpdf_ext.h',
79 'fpdfsdk/include/fpdf_sysfontinfo.h',
80 'fpdfsdk/include/fsdk_actionhandler.h', 68 'fpdfsdk/include/fsdk_actionhandler.h',
81 'fpdfsdk/include/fsdk_annothandler.h', 69 'fpdfsdk/include/fsdk_annothandler.h',
82 'fpdfsdk/include/fsdk_baseannot.h', 70 'fpdfsdk/include/fsdk_baseannot.h',
83 'fpdfsdk/include/fsdk_baseform.h', 71 'fpdfsdk/include/fsdk_baseform.h',
84 'fpdfsdk/src/fpdfdoc.cpp', 72 'fpdfsdk/src/fpdfdoc.cpp',
85 'fpdfsdk/src/fpdfeditimg.cpp', 73 'fpdfsdk/src/fpdfeditimg.cpp',
86 'fpdfsdk/src/fpdfeditpage.cpp', 74 'fpdfsdk/src/fpdfeditpage.cpp',
87 'fpdfsdk/src/fpdfformfill.cpp', 75 'fpdfsdk/src/fpdfformfill.cpp',
88 'fpdfsdk/src/fpdfppo.cpp', 76 'fpdfsdk/src/fpdfppo.cpp',
89 'fpdfsdk/src/fpdfsave.cpp', 77 'fpdfsdk/src/fpdfsave.cpp',
90 'fpdfsdk/src/fpdftext.cpp', 78 'fpdfsdk/src/fpdftext.cpp',
91 'fpdfsdk/src/fpdfview.cpp', 79 'fpdfsdk/src/fpdfview.cpp',
92 'fpdfsdk/src/fpdf_dataavail.cpp', 80 'fpdfsdk/src/fpdf_dataavail.cpp',
93 'fpdfsdk/src/fpdf_ext.cpp', 81 'fpdfsdk/src/fpdf_ext.cpp',
94 'fpdfsdk/src/fpdf_flatten.cpp', 82 'fpdfsdk/src/fpdf_flatten.cpp',
95 'fpdfsdk/src/fpdf_progressive.cpp', 83 'fpdfsdk/src/fpdf_progressive.cpp',
96 'fpdfsdk/src/fpdf_searchex.cpp', 84 'fpdfsdk/src/fpdf_searchex.cpp',
97 'fpdfsdk/src/fpdf_sysfontinfo.cpp', 85 'fpdfsdk/src/fpdf_sysfontinfo.cpp',
86 'fpdfsdk/src/fpdf_transformpage.cpp',
98 'fpdfsdk/src/fsdk_actionhandler.cpp', 87 'fpdfsdk/src/fsdk_actionhandler.cpp',
99 'fpdfsdk/src/fsdk_annothandler.cpp', 88 'fpdfsdk/src/fsdk_annothandler.cpp',
100 'fpdfsdk/src/fsdk_baseannot.cpp', 89 'fpdfsdk/src/fsdk_baseannot.cpp',
101 'fpdfsdk/src/fsdk_baseform.cpp', 90 'fpdfsdk/src/fsdk_baseform.cpp',
102 'fpdfsdk/src/fsdk_mgr.cpp', 91 'fpdfsdk/src/fsdk_mgr.cpp',
103 'fpdfsdk/src/fsdk_rendercontext.cpp', 92 'fpdfsdk/src/fsdk_rendercontext.cpp',
104 'fpdfsdk/src/fpdfsdkdll.rc', 93 'fpdfsdk/src/fpdfsdkdll.rc',
105 'fpdfsdk/src/resource.h', 94 'fpdfsdk/src/resource.h',
106 'fpdfsdk/include/fpdf_transformpage.h', 95 'public/fpdf_dataavail.h',
107 'fpdfsdk/src/fpdf_transformpage.cpp', 96 'public/fpdf_doc.h',
97 'public/fpdf_edit.h',
98 'public/fpdf_ext.h',
99 'public/fpdf_flatten.h',
100 'public/fpdf_formfill.h',
101 'public/fpdf_fwlevent.h',
102 'public/fpdf_ppo.h',
103 'public/fpdf_progressive.h',
104 'public/fpdf_save.h',
105 'public/fpdf_searchex.h',
106 'public/fpdf_sysfontinfo.h',
107 'public/fpdf_text.h',
108 'public/fpdf_transformpage.h',
109 'public/fpdfview.h',
108 ], 110 ],
109 'conditions': [ 111 'conditions': [
110 ['OS!="win"', { 112 ['OS!="win"', {
111 'sources!': [ 113 'sources!': [
112 'fpdfsdk/src/fpdfsdkdll.rc', 114 'fpdfsdk/src/fpdfsdkdll.rc',
113 ], 115 ],
114 }], 116 }],
115 ['bundle_freetype==1', { 117 ['bundle_freetype==1', {
116 'dependencies': [ 118 'dependencies': [
117 'third_party/third_party.gyp:freetype', 119 'third_party/third_party.gyp:freetype',
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'fpdfsdk/src/fpdfview_embeddertest.cpp', 954 'fpdfsdk/src/fpdfview_embeddertest.cpp',
953 'testing/embedder_test.cpp', 955 'testing/embedder_test.cpp',
954 'testing/embedder_test.h', 956 'testing/embedder_test.h',
955 'testing/embedder_test_mock_delegate.h', 957 'testing/embedder_test_mock_delegate.h',
956 'testing/fx_string_testhelpers.cpp', 958 'testing/fx_string_testhelpers.cpp',
957 'testing/fx_string_testhelpers.h', 959 'testing/fx_string_testhelpers.h',
958 ], 960 ],
959 }, 961 },
960 ], 962 ],
961 } 963 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/fsdk_mgr.cpp ('k') | public/fpdf_dataavail.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698