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

Side by Side Diff: pdfium.gyp

Issue 2165833005: Rename xfa_utils_imp to xfa_utils (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa_parser_IV
Patch Set: Rebase to master Created 4 years, 5 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 | « BUILD.gn ('k') | xfa.gyp » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 'pdf_use_skia%': 0, 8 'pdf_use_skia%': 0,
9 'pdf_enable_v8%': 1, 9 'pdf_enable_v8%': 1,
10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. 10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build.
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 'testing/fx_string_testhelpers.h', 895 'testing/fx_string_testhelpers.h',
896 'testing/fx_string_testhelpers.cpp', 896 'testing/fx_string_testhelpers.cpp',
897 ], 897 ],
898 'conditions': [ 898 'conditions': [
899 ['pdf_enable_xfa==1', { 899 ['pdf_enable_xfa==1', {
900 'sources': [ 900 'sources': [
901 'xfa/fde/css/fde_cssdatatable.cpp', 901 'xfa/fde/css/fde_cssdatatable.cpp',
902 'xfa/fde/xml/fde_xml_imp_unittest.cpp', 902 'xfa/fde/xml/fde_xml_imp_unittest.cpp',
903 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', 903 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp',
904 'xfa/fxfa/app/xfa_textlayout_unittest.cpp', 904 'xfa/fxfa/app/xfa_textlayout_unittest.cpp',
905 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', 905 'xfa/fxfa/parser/xfa_utils_unittest.cpp',
906 ], 906 ],
907 }], 907 }],
908 ['pdf_use_skia==1', { 908 ['pdf_use_skia==1', {
909 'sources': [ 909 'sources': [
910 'core/fxge/skia/fx_skia_device_unittest.cpp', 910 'core/fxge/skia/fx_skia_device_unittest.cpp',
911 ], 911 ],
912 }], 912 }],
913 ['pdf_enable_v8==1', { 913 ['pdf_enable_v8==1', {
914 'include_dirs': [ 914 'include_dirs': [
915 '<(DEPTH)/v8', 915 '<(DEPTH)/v8',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1069 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1070 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1070 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1073 ], 1073 ],
1074 }, 1074 },
1075 ] 1075 ]
1076 }], 1076 }],
1077 ] 1077 ]
1078 } 1078 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698