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

Side by Side Diff: pdfium.gyp

Issue 1882213002: Cleanup various IFX_ text 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 | « core/fxge/include/fx_font.h ('k') | xfa/fde/tto/fde_textout.cpp » ('j') | 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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 'core/fxcrt/include/fx_string.h', 659 'core/fxcrt/include/fx_string.h',
660 'core/fxcrt/include/fx_system.h', 660 'core/fxcrt/include/fx_system.h',
661 'core/fxcrt/include/fx_ucd.h', 661 'core/fxcrt/include/fx_ucd.h',
662 'core/fxcrt/include/fx_xml.h', 662 'core/fxcrt/include/fx_xml.h',
663 'core/fxcrt/plex.h', 663 'core/fxcrt/plex.h',
664 'core/fxcrt/xml_int.h', 664 'core/fxcrt/xml_int.h',
665 ], 665 ],
666 'conditions': [ 666 'conditions': [
667 ['pdf_enable_xfa==1', { 667 ['pdf_enable_xfa==1', {
668 'sources': [ 668 'sources': [
669 'core/fxcrt/fx_arabic.cpp',
670 'core/fxcrt/fx_basic_maps.cpp',
671 'core/fxcrt/include/fx_arabic.h',
669 'core/fxcrt/include/fx_arb.h', 672 'core/fxcrt/include/fx_arb.h',
670 'core/fxcrt/fx_arabic.cpp',
671 'core/fxcrt/fx_arabic.h',
672 'core/fxcrt/fx_basic_maps.cpp',
673 ], 673 ],
674 }], 674 }],
675 ], 675 ],
676 }, 676 },
677 { 677 {
678 'target_name': 'fxge', 678 'target_name': 'fxge',
679 'type': 'static_library', 679 'type': 'static_library',
680 'dependencies': [ 680 'dependencies': [
681 'third_party/third_party.gyp:fx_agg', 681 'third_party/third_party.gyp:fx_agg',
682 ], 682 ],
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1081 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1081 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1082 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1082 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1083 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1083 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1084 ], 1084 ],
1085 }, 1085 },
1086 ] 1086 ]
1087 }], 1087 }],
1088 ] 1088 ]
1089 } 1089 }
OLDNEW
« no previous file with comments | « core/fxge/include/fx_font.h ('k') | xfa/fde/tto/fde_textout.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698