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

Side by Side Diff: pdfium.gyp

Issue 2129963002: Break xfa_parser_imp apart (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@ixfa_parser
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') | testing/libfuzzer/pdf_xml_fuzzer.cc » ('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 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 'fpdfsdk/fpdfview_embeddertest.cpp', 954 'fpdfsdk/fpdfview_embeddertest.cpp',
955 'fpdfsdk/fsdk_baseform_embeddertest.cpp', 955 'fpdfsdk/fsdk_baseform_embeddertest.cpp',
956 'testing/embedder_test.cpp', 956 'testing/embedder_test.cpp',
957 'testing/embedder_test.h', 957 'testing/embedder_test.h',
958 'testing/embedder_test_mock_delegate.h', 958 'testing/embedder_test_mock_delegate.h',
959 'testing/embedder_test_timer_handling_delegate.h', 959 'testing/embedder_test_timer_handling_delegate.h',
960 ], 960 ],
961 'conditions': [ 961 'conditions': [
962 ['pdf_enable_xfa==1', { 962 ['pdf_enable_xfa==1', {
963 'sources': [ 963 'sources': [
964 'xfa/fxfa/parser/xfa_parser_imp_embeddertest.cpp', 964 'xfa/fxfa/parser/cxfa_simple_parser_embeddertest.cpp',
965 ], 965 ],
966 }], 966 }],
967 ['pdf_enable_v8==1', { 967 ['pdf_enable_v8==1', {
968 'include_dirs': [ 968 'include_dirs': [
969 '<(DEPTH)/v8', 969 '<(DEPTH)/v8',
970 '<(DEPTH)/v8/include', 970 '<(DEPTH)/v8/include',
971 ], 971 ],
972 'dependencies': [ 972 'dependencies': [
973 '<(DEPTH)/v8/src/v8.gyp:v8', 973 '<(DEPTH)/v8/src/v8.gyp:v8',
974 '<(DEPTH)/v8/src/v8.gyp:v8_libplatform', 974 '<(DEPTH)/v8/src/v8.gyp:v8_libplatform',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1028 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1029 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1029 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1030 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1030 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1031 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1031 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1032 ], 1032 ],
1033 }, 1033 },
1034 ] 1034 ]
1035 }], 1035 }],
1036 ] 1036 ]
1037 } 1037 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | testing/libfuzzer/pdf_xml_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698