| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |