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

Side by Side Diff: pdfium.gyp

Issue 1897993002: Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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/fpdftext.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 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 'core/fpdfapi/fpdf_render/render_int.h', 494 'core/fpdfapi/fpdf_render/render_int.h',
495 'core/fpdfapi/include/cpdf_modulemgr.h', 495 'core/fpdfapi/include/cpdf_modulemgr.h',
496 'core/fpdfapi/ipdf_rendermodule.h', 496 'core/fpdfapi/ipdf_rendermodule.h',
497 'core/fpdfapi/ipdf_pagemodule.h', 497 'core/fpdfapi/ipdf_pagemodule.h',
498 ], 498 ],
499 }, 499 },
500 { 500 {
501 'target_name': 'fpdftext', 501 'target_name': 'fpdftext',
502 'type': 'static_library', 502 'type': 'static_library',
503 'sources': [ 503 'sources': [
504 'core/fpdftext/include/ipdf_linkextract.h', 504 'core/fpdftext/include/cpdf_linkextract.h',
505 'core/fpdftext/include/ipdf_textpage.h', 505 'core/fpdftext/include/cpdf_textpage.h',
506 'core/fpdftext/include/ipdf_textpagefind.h', 506 'core/fpdftext/include/cpdf_textpagefind.h',
507 'core/fpdftext/fpdf_text_int.cpp', 507 'core/fpdftext/fpdf_text_int.cpp',
508 'core/fpdftext/fpdf_text_int.h',
509 'core/fpdftext/unicodenormalization.cpp',
510 'core/fpdftext/unicodenormalization.h',
511 'core/fpdftext/unicodenormalizationdata.cpp', 508 'core/fpdftext/unicodenormalizationdata.cpp',
512 'core/fpdftext/unicodenormalizationdata.h', 509 'core/fpdftext/unicodenormalizationdata.h',
513 ], 510 ],
514 }, 511 },
515 { 512 {
516 'target_name': 'fxcodec', 513 'target_name': 'fxcodec',
517 'type': 'static_library', 514 'type': 'static_library',
518 'dependencies': [ 515 'dependencies': [
519 '<(libjpeg_gyp_path):libjpeg', 516 '<(libjpeg_gyp_path):libjpeg',
520 'third_party/third_party.gyp:fx_lcms2', 517 'third_party/third_party.gyp:fx_lcms2',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1077 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1081 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1078 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1082 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1079 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1083 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1084 ], 1081 ],
1085 }, 1082 },
1086 ] 1083 ]
1087 }], 1084 }],
1088 ] 1085 ]
1089 } 1086 }
OLDNEW
« no previous file with comments | « fpdfsdk/fpdftext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698