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 | 8 |
9 'variables': { | 9 'variables': { |
10 'clang_use_pdfium_plugins%': 0, | 10 'clang_use_pdfium_plugins%': 0, |
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp', | 702 'core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp', |
703 'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp', | 703 'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp', |
704 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp', | 704 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp', |
705 'core/fxge/freetype/fx_freetype.cpp', | 705 'core/fxge/freetype/fx_freetype.cpp', |
706 'core/fxge/ge/fx_ge.cpp', | 706 'core/fxge/ge/fx_ge.cpp', |
707 'core/fxge/ge/fx_ge_device.cpp', | 707 'core/fxge/ge/fx_ge_device.cpp', |
708 'core/fxge/ge/fx_ge_font.cpp', | 708 'core/fxge/ge/fx_ge_font.cpp', |
709 'core/fxge/ge/fx_ge_fontmap.cpp', | 709 'core/fxge/ge/fx_ge_fontmap.cpp', |
710 'core/fxge/ge/fx_ge_linux.cpp', | 710 'core/fxge/ge/fx_ge_linux.cpp', |
711 'core/fxge/ge/fx_ge_path.cpp', | 711 'core/fxge/ge/fx_ge_path.cpp', |
712 'core/fxge/ge/fx_ge_ps.cpp', | |
713 'core/fxge/ge/fx_ge_text.cpp', | 712 'core/fxge/ge/fx_ge_text.cpp', |
714 'core/fxge/ge/fx_text_int.h', | 713 'core/fxge/ge/fx_text_int.h', |
715 'core/fxge/include/fx_dib.h', | 714 'core/fxge/include/fx_dib.h', |
716 'core/fxge/include/fx_font.h', | 715 'core/fxge/include/fx_font.h', |
717 'core/fxge/include/fx_freetype.h', | 716 'core/fxge/include/fx_freetype.h', |
718 'core/fxge/include/fx_ge.h', | 717 'core/fxge/include/fx_ge.h', |
719 'core/fxge/include/fx_ge_apple.h', | 718 'core/fxge/include/fx_ge_apple.h', |
720 'core/fxge/include/fx_ge_win32.h', | 719 'core/fxge/include/fx_ge_win32.h', |
721 ], | 720 ], |
722 'variables': { | 721 'variables': { |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1064 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
1068 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
1069 ], | 1068 ], |
1070 }, | 1069 }, |
1071 ] | 1070 ] |
1072 }], | 1071 }], |
1073 ] | 1072 ] |
1074 } | 1073 } |
OLD | NEW |