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

Side by Side Diff: pdfium.gyp

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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/javascript/JS_Runtime.cpp ('k') | testing/libfuzzer/pdf_fm2js_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 # 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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'core/fxcrt/fx_bidi_unittest.cpp', 829 'core/fxcrt/fx_bidi_unittest.cpp',
830 'core/fxcrt/fx_extension_unittest.cpp', 830 'core/fxcrt/fx_extension_unittest.cpp',
831 'core/fxcrt/fx_system_unittest.cpp', 831 'core/fxcrt/fx_system_unittest.cpp',
832 'fpdfsdk/fpdfdoc_unittest.cpp', 832 'fpdfsdk/fpdfdoc_unittest.cpp',
833 'testing/fx_string_testhelpers.h', 833 'testing/fx_string_testhelpers.h',
834 'testing/fx_string_testhelpers.cpp', 834 'testing/fx_string_testhelpers.cpp',
835 ], 835 ],
836 'conditions': [ 836 'conditions': [
837 ['pdf_enable_xfa==1', { 837 ['pdf_enable_xfa==1', {
838 'sources': [ 838 'sources': [
839 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', 839 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp',
840 'xfa/src/fxfa/parser/xfa_utils_imp_unittest.cpp', 840 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp',
841 ], 841 ],
842 }], 842 }],
843 ], 843 ],
844 }, 844 },
845 { 845 {
846 'target_name': 'pdfium_embeddertests', 846 'target_name': 'pdfium_embeddertests',
847 'type': 'executable', 847 'type': 'executable',
848 'dependencies': [ 848 'dependencies': [
849 '<(DEPTH)/testing/gmock.gyp:gmock', 849 '<(DEPTH)/testing/gmock.gyp:gmock',
850 '<(DEPTH)/testing/gtest.gyp:gtest', 850 '<(DEPTH)/testing/gtest.gyp:gtest',
(...skipping 18 matching lines...) Expand all
869 'fpdfsdk/fpdfview_embeddertest.cpp', 869 'fpdfsdk/fpdfview_embeddertest.cpp',
870 'fpdfsdk/fsdk_baseform_embeddertest.cpp', 870 'fpdfsdk/fsdk_baseform_embeddertest.cpp',
871 'testing/embedder_test.cpp', 871 'testing/embedder_test.cpp',
872 'testing/embedder_test.h', 872 'testing/embedder_test.h',
873 'testing/embedder_test_mock_delegate.h', 873 'testing/embedder_test_mock_delegate.h',
874 'testing/embedder_test_timer_handling_delegate.h', 874 'testing/embedder_test_timer_handling_delegate.h',
875 ], 875 ],
876 'conditions': [ 876 'conditions': [
877 ['pdf_enable_xfa==1', { 877 ['pdf_enable_xfa==1', {
878 'sources': [ 878 'sources': [
879 'xfa/src/fxfa/parser/xfa_parser_imp_embeddertest.cpp', 879 'xfa/fxfa/parser/xfa_parser_imp_embeddertest.cpp',
880 ], 880 ],
881 }], 881 }],
882 ['pdf_enable_v8==1', { 882 ['pdf_enable_v8==1', {
883 'include_dirs': [ 883 'include_dirs': [
884 '<(DEPTH)/v8', 884 '<(DEPTH)/v8',
885 '<(DEPTH)/v8/include', 885 '<(DEPTH)/v8/include',
886 ], 886 ],
887 'dependencies': [ 887 'dependencies': [
888 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 888 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
889 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 889 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 943 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
944 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 944 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
945 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 945 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
946 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 946 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
947 ], 947 ],
948 }, 948 },
949 ] 949 ]
950 }], 950 }],
951 ] 951 ]
952 } 952 }
OLDNEW
« no previous file with comments | « fpdfsdk/javascript/JS_Runtime.cpp ('k') | testing/libfuzzer/pdf_fm2js_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698