| 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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 'core/fxcrt/fx_basic_utf.cpp', | 620 'core/fxcrt/fx_basic_utf.cpp', |
| 621 'core/fxcrt/fx_basic_util.cpp', | 621 'core/fxcrt/fx_basic_util.cpp', |
| 622 'core/fxcrt/fx_basic_wstring.cpp', | 622 'core/fxcrt/fx_basic_wstring.cpp', |
| 623 'core/fxcrt/fx_bidi.cpp', | 623 'core/fxcrt/fx_bidi.cpp', |
| 624 'core/fxcrt/fx_bidi.h', | 624 'core/fxcrt/fx_bidi.h', |
| 625 'core/fxcrt/fx_extension.cpp', | 625 'core/fxcrt/fx_extension.cpp', |
| 626 'core/fxcrt/fx_ucddata.cpp', | 626 'core/fxcrt/fx_ucddata.cpp', |
| 627 'core/fxcrt/fx_unicode.cpp', | 627 'core/fxcrt/fx_unicode.cpp', |
| 628 'core/fxcrt/fx_xml_composer.cpp', | 628 'core/fxcrt/fx_xml_composer.cpp', |
| 629 'core/fxcrt/fx_xml_parser.cpp', | 629 'core/fxcrt/fx_xml_parser.cpp', |
| 630 'core/fxcrt/fxcrt_platforms.cpp', | |
| 631 'core/fxcrt/fxcrt_platforms.h', | |
| 632 'core/fxcrt/fxcrt_posix.cpp', | 630 'core/fxcrt/fxcrt_posix.cpp', |
| 633 'core/fxcrt/fxcrt_posix.h', | 631 'core/fxcrt/fxcrt_posix.h', |
| 634 'core/fxcrt/fxcrt_stream.cpp', | 632 'core/fxcrt/fxcrt_stream.cpp', |
| 635 'core/fxcrt/fxcrt_windows.cpp', | 633 'core/fxcrt/fxcrt_windows.cpp', |
| 636 'core/fxcrt/fxcrt_windows.h', | 634 'core/fxcrt/fxcrt_windows.h', |
| 637 'core/fxcrt/include/cfx_retain_ptr.h', | 635 'core/fxcrt/include/cfx_retain_ptr.h', |
| 638 'core/fxcrt/include/fx_basic.h', | 636 'core/fxcrt/include/fx_basic.h', |
| 639 'core/fxcrt/include/fx_coordinates.h', | 637 'core/fxcrt/include/fx_coordinates.h', |
| 640 'core/fxcrt/include/fx_ext.h', | 638 'core/fxcrt/include/fx_ext.h', |
| 641 'core/fxcrt/include/fx_memory.h', | 639 'core/fxcrt/include/fx_memory.h', |
| (...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
| 1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
| 1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
| 1076 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
| 1077 ], | 1075 ], |
| 1078 }, | 1076 }, |
| 1079 ] | 1077 ] |
| 1080 }], | 1078 }], |
| 1081 ] | 1079 ] |
| 1082 } | 1080 } |
| OLD | NEW |