| 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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 'core/fxge/ge/cfx_cliprgn.h', | 739 'core/fxge/ge/cfx_cliprgn.h', |
| 740 'core/fxge/ge/cfx_folderfontinfo.cpp', | 740 'core/fxge/ge/cfx_folderfontinfo.cpp', |
| 741 'core/fxge/ge/cfx_folderfontinfo.h', | 741 'core/fxge/ge/cfx_folderfontinfo.h', |
| 742 'core/fxge/ge/cfx_fontcache.cpp', | 742 'core/fxge/ge/cfx_fontcache.cpp', |
| 743 'core/fxge/ge/cfx_fontmapper.cpp', | 743 'core/fxge/ge/cfx_fontmapper.cpp', |
| 744 'core/fxge/ge/cfx_fontmgr.cpp', | 744 'core/fxge/ge/cfx_fontmgr.cpp', |
| 745 'core/fxge/ge/cfx_gemodule.cpp', | 745 'core/fxge/ge/cfx_gemodule.cpp', |
| 746 'core/fxge/ge/cfx_graphstatedata.cpp', | 746 'core/fxge/ge/cfx_graphstatedata.cpp', |
| 747 'core/fxge/ge/cfx_pathdata.cpp', | 747 'core/fxge/ge/cfx_pathdata.cpp', |
| 748 'core/fxge/ge/cfx_renderdevice.cpp', | 748 'core/fxge/ge/cfx_renderdevice.cpp', |
| 749 'core/fxge/ge/cfx_unicodeencoding.cpp', |
| 750 'core/fxge/ge/cfx_unicodeencodingex.cpp', |
| 749 'core/fxge/ge/include/cfx_fontmapper.h', | 751 'core/fxge/ge/include/cfx_fontmapper.h', |
| 750 'core/fxge/ge/include/cfx_fontmgr.h', | 752 'core/fxge/ge/include/cfx_fontmgr.h', |
| 751 'core/fxge/ge/include/ifx_systemfontinfo.h', | 753 'core/fxge/ge/include/ifx_systemfontinfo.h', |
| 752 'core/fxge/ge/fx_ge_font.cpp', | 754 'core/fxge/ge/fx_ge_font.cpp', |
| 753 'core/fxge/ge/fx_ge_fontmap.cpp', | 755 'core/fxge/ge/fx_ge_fontmap.cpp', |
| 754 'core/fxge/ge/fx_ge_linux.cpp', | 756 'core/fxge/ge/fx_ge_linux.cpp', |
| 755 'core/fxge/ge/fx_ge_text.cpp', | 757 'core/fxge/ge/fx_ge_text.cpp', |
| 756 'core/fxge/ge/fx_text_int.h', | 758 'core/fxge/ge/fx_text_int.h', |
| 757 'core/fxge/ifx_renderdevicedriver.cpp', | 759 'core/fxge/ifx_renderdevicedriver.cpp', |
| 758 'core/fxge/include/cfx_autofontcache.h', | 760 'core/fxge/include/cfx_autofontcache.h', |
| 759 'core/fxge/include/cfx_fontcache.h', | 761 'core/fxge/include/cfx_fontcache.h', |
| 760 'core/fxge/include/cfx_fxgedevice.h', | 762 'core/fxge/include/cfx_fxgedevice.h', |
| 761 'core/fxge/include/cfx_gemodule.h', | 763 'core/fxge/include/cfx_gemodule.h', |
| 762 'core/fxge/include/cfx_graphstatedata.h', | 764 'core/fxge/include/cfx_graphstatedata.h', |
| 763 'core/fxge/include/cfx_pathdata.h', | 765 'core/fxge/include/cfx_pathdata.h', |
| 764 'core/fxge/include/cfx_renderdevice.h', | 766 'core/fxge/include/cfx_renderdevice.h', |
| 767 'core/fxge/include/cfx_unicodeencoding.h', |
| 768 'core/fxge/include/cfx_unicodeencodingex.h', |
| 765 'core/fxge/include/cfx_windowsdevice.h', | 769 'core/fxge/include/cfx_windowsdevice.h', |
| 766 'core/fxge/include/fx_dib.h', | 770 'core/fxge/include/fx_dib.h', |
| 767 'core/fxge/include/fx_font.h', | 771 'core/fxge/include/fx_font.h', |
| 768 'core/fxge/include/fx_freetype.h', | 772 'core/fxge/include/fx_freetype.h', |
| 769 'core/fxge/include/ifx_renderdevicedriver.h', | 773 'core/fxge/include/ifx_renderdevicedriver.h', |
| 770 'core/fxge/win32/cfx_windowsdib.h', | 774 'core/fxge/win32/cfx_windowsdib.h', |
| 771 ], | 775 ], |
| 772 'variables': { | 776 'variables': { |
| 773 'clang_warning_flags': [ | 777 'clang_warning_flags': [ |
| 774 # http://code.google.com/p/pdfium/issues/detail?id=188 | 778 # http://code.google.com/p/pdfium/issues/detail?id=188 |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1152 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1156 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
| 1153 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1157 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
| 1154 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1158 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
| 1155 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1159 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
| 1156 ], | 1160 ], |
| 1157 }, | 1161 }, |
| 1158 ] | 1162 ] |
| 1159 }], | 1163 }], |
| 1160 ] | 1164 ] |
| 1161 } | 1165 } |
| OLD | NEW |