| 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 # 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 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 'core/fxge/freetype/fx_freetype.cpp', | 722 'core/fxge/freetype/fx_freetype.cpp', |
| 723 'core/fxge/ge/fx_ge.cpp', | 723 'core/fxge/ge/fx_ge.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_ps.cpp', | 729 'core/fxge/ge/fx_ge_ps.cpp', |
| 730 'core/fxge/ge/fx_ge_text.cpp', | 730 'core/fxge/ge/fx_ge_text.cpp', |
| 731 'core/fxge/ge/fx_text_int.h', | 731 'core/fxge/ge/fx_text_int.h', |
| 732 'core/fxge/include/fpf.h', | |
| 733 'core/fxge/include/fx_dib.h', | 732 'core/fxge/include/fx_dib.h', |
| 734 'core/fxge/include/fx_font.h', | 733 'core/fxge/include/fx_font.h', |
| 735 'core/fxge/include/fx_freetype.h', | 734 'core/fxge/include/fx_freetype.h', |
| 736 'core/fxge/include/fx_ge.h', | 735 'core/fxge/include/fx_ge.h', |
| 737 'core/fxge/include/fx_ge_apple.h', | 736 'core/fxge/include/fx_ge_apple.h', |
| 738 'core/fxge/include/fx_ge_win32.h', | 737 'core/fxge/include/fx_ge_win32.h', |
| 739 ], | 738 ], |
| 740 'variables': { | 739 'variables': { |
| 741 'clang_warning_flags': [ | 740 'clang_warning_flags': [ |
| 742 # http://code.google.com/p/pdfium/issues/detail?id=188 | 741 # http://code.google.com/p/pdfium/issues/detail?id=188 |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1079 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
| 1081 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
| 1082 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1081 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
| 1083 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1082 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
| 1084 ], | 1083 ], |
| 1085 }, | 1084 }, |
| 1086 ] | 1085 ] |
| 1087 }], | 1086 }], |
| 1088 ] | 1087 ] |
| 1089 } | 1088 } |
| OLD | NEW |