| 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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp', | 713 'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp', |
| 714 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp', | 714 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp', |
| 715 'core/fxge/freetype/fx_freetype.cpp', | 715 'core/fxge/freetype/fx_freetype.cpp', |
| 716 "core/fxge/ge/cfx_folderfontinfo.cpp", | 716 "core/fxge/ge/cfx_folderfontinfo.cpp", |
| 717 "core/fxge/ge/cfx_folderfontinfo.h", | 717 "core/fxge/ge/cfx_folderfontinfo.h", |
| 718 "core/fxge/ge/cfx_fontmapper.cpp", | 718 "core/fxge/ge/cfx_fontmapper.cpp", |
| 719 "core/fxge/ge/cfx_fontmgr.cpp", | 719 "core/fxge/ge/cfx_fontmgr.cpp", |
| 720 "core/fxge/ge/include/cfx_fontmapper.h", | 720 "core/fxge/ge/include/cfx_fontmapper.h", |
| 721 "core/fxge/ge/include/cfx_fontmgr.h", | 721 "core/fxge/ge/include/cfx_fontmgr.h", |
| 722 "core/fxge/ge/include/ifx_systemfontinfo.h", | 722 "core/fxge/ge/include/ifx_systemfontinfo.h", |
| 723 'core/fxge/ge/fx_ge.cpp', | 723 'core/fxge/ge/cfx_gemodule.cpp', |
| 724 'core/fxge/ge/fx_ge_device.cpp', | 724 'core/fxge/ge/fx_ge_device.cpp', |
| 725 'core/fxge/ge/fx_ge_font.cpp', | 725 'core/fxge/ge/fx_ge_font.cpp', |
| 726 'core/fxge/ge/fx_ge_fontmap.cpp', | 726 'core/fxge/ge/fx_ge_fontmap.cpp', |
| 727 'core/fxge/ge/fx_ge_linux.cpp', | 727 'core/fxge/ge/fx_ge_linux.cpp', |
| 728 'core/fxge/ge/fx_ge_path.cpp', | 728 'core/fxge/ge/fx_ge_path.cpp', |
| 729 'core/fxge/ge/fx_ge_text.cpp', | 729 'core/fxge/ge/fx_ge_text.cpp', |
| 730 'core/fxge/ge/fx_text_int.h', | 730 'core/fxge/ge/fx_text_int.h', |
| 731 'core/fxge/ifx_renderdevicedriver.cpp', | 731 'core/fxge/ifx_renderdevicedriver.cpp', |
| 732 'core/fxge/include/cfx_gemodule.h', |
| 732 "core/fxge/include/cfx_windowsdevice.h", | 733 "core/fxge/include/cfx_windowsdevice.h", |
| 733 'core/fxge/include/fx_dib.h', | 734 'core/fxge/include/fx_dib.h', |
| 734 'core/fxge/include/fx_font.h', | 735 'core/fxge/include/fx_font.h', |
| 735 'core/fxge/include/fx_freetype.h', | 736 'core/fxge/include/fx_freetype.h', |
| 736 'core/fxge/include/fx_ge.h', | 737 'core/fxge/include/fx_ge.h', |
| 737 'core/fxge/include/ifx_renderdevicedriver.h', | 738 'core/fxge/include/ifx_renderdevicedriver.h', |
| 738 'core/fxge/win32/cfx_windowsdib.h', | 739 'core/fxge/win32/cfx_windowsdib.h', |
| 739 ], | 740 ], |
| 740 'variables': { | 741 'variables': { |
| 741 'clang_warning_flags': [ | 742 'clang_warning_flags': [ |
| (...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1118 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1119 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
| 1119 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1120 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
| 1120 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1121 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
| 1121 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1122 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
| 1122 ], | 1123 ], |
| 1123 }, | 1124 }, |
| 1124 ] | 1125 ] |
| 1125 }], | 1126 }], |
| 1126 ] | 1127 ] |
| 1127 } | 1128 } |
| OLD | NEW |