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

Side by Side Diff: pdfium.gyp

Issue 1996623002: Remove CFX_DSPATemplate usage in CXFA_TextParser (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 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
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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'clang_use_pdfium_plugins%': 0, 10 'clang_use_pdfium_plugins%': 0,
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 'core/fxcrt/fx_system_unittest.cpp', 933 'core/fxcrt/fx_system_unittest.cpp',
934 'fpdfsdk/fpdfdoc_unittest.cpp', 934 'fpdfsdk/fpdfdoc_unittest.cpp',
935 'testing/fx_string_testhelpers.h', 935 'testing/fx_string_testhelpers.h',
936 'testing/fx_string_testhelpers.cpp', 936 'testing/fx_string_testhelpers.cpp',
937 ], 937 ],
938 'conditions': [ 938 'conditions': [
939 ['pdf_enable_xfa==1', { 939 ['pdf_enable_xfa==1', {
940 'sources': [ 940 'sources': [
941 'xfa/fde/xml/fde_xml_imp_unittest.cpp', 941 'xfa/fde/xml/fde_xml_imp_unittest.cpp',
942 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', 942 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp',
943 'xfa/fxfa/app/xfa_textlayout_unittest.cpp',
943 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', 944 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp',
944 ], 945 ],
945 }], 946 }],
946 ['pdf_enable_v8==1', { 947 ['pdf_enable_v8==1', {
947 'include_dirs': [ 948 'include_dirs': [
948 '<(DEPTH)/v8', 949 '<(DEPTH)/v8',
949 '<(DEPTH)/v8/include', 950 '<(DEPTH)/v8/include',
950 ], 951 ],
951 'sources': [ 952 'sources': [
952 'fpdfsdk/javascript/public_methods_unittest.cpp', 953 'fpdfsdk/javascript/public_methods_unittest.cpp',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1068 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1068 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1069 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1069 ], 1070 ],
1070 }, 1071 },
1071 ] 1072 ]
1072 }], 1073 }],
1073 ] 1074 ]
1074 } 1075 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fxfa/app/xfa_textlayout.h » ('j') | xfa/fxfa/app/xfa_textlayout.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698