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

Side by Side Diff: pdfium.gyp

Issue 1128193004: Move function prototypes to new doc_utils.h file (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Copyright year. 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 | « core/src/fpdfdoc/doc_utils.cpp ('k') | no next file » | 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'core/src/fpdfdoc/doc_basic.cpp', 168 'core/src/fpdfdoc/doc_basic.cpp',
169 'core/src/fpdfdoc/doc_bookmark.cpp', 169 'core/src/fpdfdoc/doc_bookmark.cpp',
170 'core/src/fpdfdoc/doc_form.cpp', 170 'core/src/fpdfdoc/doc_form.cpp',
171 'core/src/fpdfdoc/doc_formcontrol.cpp', 171 'core/src/fpdfdoc/doc_formcontrol.cpp',
172 'core/src/fpdfdoc/doc_formfield.cpp', 172 'core/src/fpdfdoc/doc_formfield.cpp',
173 'core/src/fpdfdoc/doc_link.cpp', 173 'core/src/fpdfdoc/doc_link.cpp',
174 'core/src/fpdfdoc/doc_metadata.cpp', 174 'core/src/fpdfdoc/doc_metadata.cpp',
175 'core/src/fpdfdoc/doc_ocg.cpp', 175 'core/src/fpdfdoc/doc_ocg.cpp',
176 'core/src/fpdfdoc/doc_tagged.cpp', 176 'core/src/fpdfdoc/doc_tagged.cpp',
177 'core/src/fpdfdoc/doc_utils.cpp', 177 'core/src/fpdfdoc/doc_utils.cpp',
178 'core/src/fpdfdoc/doc_utils.h',
178 'core/src/fpdfdoc/doc_viewerPreferences.cpp', 179 'core/src/fpdfdoc/doc_viewerPreferences.cpp',
179 'core/src/fpdfdoc/doc_vt.cpp', 180 'core/src/fpdfdoc/doc_vt.cpp',
180 'core/src/fpdfdoc/doc_vtmodule.cpp', 181 'core/src/fpdfdoc/doc_vtmodule.cpp',
181 'core/src/fpdfdoc/pdf_vt.h', 182 'core/src/fpdfdoc/pdf_vt.h',
182 'core/src/fpdfdoc/tagged_int.h', 183 'core/src/fpdfdoc/tagged_int.h',
183 ], 184 ],
184 }, 185 },
185 { 186 {
186 'target_name': 'fpdfapi', 187 'target_name': 'fpdfapi',
187 'type': 'static_library', 188 'type': 'static_library',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 'fpdfsdk/src/fpdfview_embeddertest.cpp', 864 'fpdfsdk/src/fpdfview_embeddertest.cpp',
864 'testing/embedder_test.cpp', 865 'testing/embedder_test.cpp',
865 'testing/embedder_test.h', 866 'testing/embedder_test.h',
866 'testing/embedder_test_mock_delegate.h', 867 'testing/embedder_test_mock_delegate.h',
867 'testing/fx_string_testhelpers.cpp', 868 'testing/fx_string_testhelpers.cpp',
868 'testing/fx_string_testhelpers.h', 869 'testing/fx_string_testhelpers.h',
869 ], 870 ],
870 }, 871 },
871 ], 872 ],
872 } 873 }
OLDNEW
« no previous file with comments | « core/src/fpdfdoc/doc_utils.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698