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

Side by Side Diff: pdfium.gyp

Issue 1135913002: Create top-level public/ header directory. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Comment fpdfview.h non-rename. 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'fxcodec', 54 'fxcodec',
55 'fxcrt', 55 'fxcrt',
56 'fxedit', 56 'fxedit',
57 'fxge', 57 'fxge',
58 'javascript', 58 'javascript',
59 'jsapi', 59 'jsapi',
60 'pdfwindow', 60 'pdfwindow',
61 ], 61 ],
62 'ldflags': [ '-L<(PRODUCT_DIR)',], 62 'ldflags': [ '-L<(PRODUCT_DIR)',],
63 'sources': [ 63 'sources': [
64 'fpdfsdk/include/fpdfdoc.h',
65 'fpdfsdk/include/fpdfedit.h',
66 'fpdfsdk/include/fpdfformfill.h',
67 'fpdfsdk/include/fpdftext.h',
68 'fpdfsdk/include/fpdfview.h',
69 'fpdfsdk/include/fpdf_dataavail.h',
70 'fpdfsdk/include/fpdf_flatten.h',
71 'fpdfsdk/include/fpdf_progressive.h',
72 'fpdfsdk/include/fpdf_searchex.h',
73 'fpdfsdk/include/fpdf_sysfontinfo.h',
74 'fpdfsdk/include/fpdf_ext.h',
75 'fpdfsdk/include/fpdf_sysfontinfo.h',
76 'fpdfsdk/include/fsdk_actionhandler.h', 64 'fpdfsdk/include/fsdk_actionhandler.h',
77 'fpdfsdk/include/fsdk_annothandler.h', 65 'fpdfsdk/include/fsdk_annothandler.h',
78 'fpdfsdk/include/fsdk_baseannot.h', 66 'fpdfsdk/include/fsdk_baseannot.h',
79 'fpdfsdk/include/fsdk_baseform.h', 67 'fpdfsdk/include/fsdk_baseform.h',
80 'fpdfsdk/src/fpdfdoc.cpp', 68 'fpdfsdk/src/fpdfdoc.cpp',
81 'fpdfsdk/src/fpdfeditimg.cpp', 69 'fpdfsdk/src/fpdfeditimg.cpp',
82 'fpdfsdk/src/fpdfeditpage.cpp', 70 'fpdfsdk/src/fpdfeditpage.cpp',
83 'fpdfsdk/src/fpdfformfill.cpp', 71 'fpdfsdk/src/fpdfformfill.cpp',
84 'fpdfsdk/src/fpdfppo.cpp', 72 'fpdfsdk/src/fpdfppo.cpp',
85 'fpdfsdk/src/fpdfsave.cpp', 73 'fpdfsdk/src/fpdfsave.cpp',
86 'fpdfsdk/src/fpdftext.cpp', 74 'fpdfsdk/src/fpdftext.cpp',
87 'fpdfsdk/src/fpdfview.cpp', 75 'fpdfsdk/src/fpdfview.cpp',
88 'fpdfsdk/src/fpdf_dataavail.cpp', 76 'fpdfsdk/src/fpdf_dataavail.cpp',
89 'fpdfsdk/src/fpdf_ext.cpp', 77 'fpdfsdk/src/fpdf_ext.cpp',
90 'fpdfsdk/src/fpdf_flatten.cpp', 78 'fpdfsdk/src/fpdf_flatten.cpp',
91 'fpdfsdk/src/fpdf_progressive.cpp', 79 'fpdfsdk/src/fpdf_progressive.cpp',
92 'fpdfsdk/src/fpdf_searchex.cpp', 80 'fpdfsdk/src/fpdf_searchex.cpp',
93 'fpdfsdk/src/fpdf_sysfontinfo.cpp', 81 'fpdfsdk/src/fpdf_sysfontinfo.cpp',
82 'fpdfsdk/src/fpdf_transformpage.cpp',
94 'fpdfsdk/src/fsdk_actionhandler.cpp', 83 'fpdfsdk/src/fsdk_actionhandler.cpp',
95 'fpdfsdk/src/fsdk_annothandler.cpp', 84 'fpdfsdk/src/fsdk_annothandler.cpp',
96 'fpdfsdk/src/fsdk_baseannot.cpp', 85 'fpdfsdk/src/fsdk_baseannot.cpp',
97 'fpdfsdk/src/fsdk_baseform.cpp', 86 'fpdfsdk/src/fsdk_baseform.cpp',
98 'fpdfsdk/src/fsdk_mgr.cpp', 87 'fpdfsdk/src/fsdk_mgr.cpp',
99 'fpdfsdk/src/fsdk_rendercontext.cpp', 88 'fpdfsdk/src/fsdk_rendercontext.cpp',
100 'fpdfsdk/src/fpdfsdkdll.rc', 89 'fpdfsdk/src/fpdfsdkdll.rc',
101 'fpdfsdk/src/resource.h', 90 'fpdfsdk/src/resource.h',
102 'fpdfsdk/include/fpdf_transformpage.h', 91 'public/fpdf_dataavail.h',
103 'fpdfsdk/src/fpdf_transformpage.cpp', 92 'public/fpdf_doc.h',
93 'public/fpdf_edit.h',
94 'public/fpdf_ext.h',
95 'public/fpdf_flatten.h',
96 'public/fpdf_formfill.h',
97 'public/fpdf_fwlevent.h',
98 'public/fpdf_ppo.h',
99 'public/fpdf_progressive.h',
100 'public/fpdf_save.h',
101 'public/fpdf_searchex.h',
102 'public/fpdf_sysfontinfo.h',
103 'public/fpdf_text.h',
104 'public/fpdf_transformpage.h',
105 'public/fpdfview.h',
104 ], 106 ],
105 'conditions': [ 107 'conditions': [
106 ['OS!="win"', { 108 ['OS!="win"', {
107 'sources!': [ 109 'sources!': [
108 'fpdfsdk/src/fpdfsdkdll.rc', 110 'fpdfsdk/src/fpdfsdkdll.rc',
109 ], 111 ],
110 }], 112 }],
111 ['bundle_freetype==1', { 113 ['bundle_freetype==1', {
112 'dependencies': [ 114 'dependencies': [
113 'third_party/third_party.gyp:freetype', 115 'third_party/third_party.gyp:freetype',
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 'fpdfsdk/src/fpdfview_embeddertest.cpp', 866 'fpdfsdk/src/fpdfview_embeddertest.cpp',
865 'testing/embedder_test.cpp', 867 'testing/embedder_test.cpp',
866 'testing/embedder_test.h', 868 'testing/embedder_test.h',
867 'testing/embedder_test_mock_delegate.h', 869 'testing/embedder_test_mock_delegate.h',
868 'testing/fx_string_testhelpers.cpp', 870 'testing/fx_string_testhelpers.cpp',
869 'testing/fx_string_testhelpers.h', 871 'testing/fx_string_testhelpers.h',
870 ], 872 ],
871 }, 873 },
872 ], 874 ],
873 } 875 }
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