| 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 'core/fxcodec/jbig2/JBig2_GrrdProc.cpp', | 505 'core/fxcodec/jbig2/JBig2_GrrdProc.cpp', |
| 506 'core/fxcodec/jbig2/JBig2_GrrdProc.h', | 506 'core/fxcodec/jbig2/JBig2_GrrdProc.h', |
| 507 'core/fxcodec/jbig2/JBig2_GsidProc.cpp', | 507 'core/fxcodec/jbig2/JBig2_GsidProc.cpp', |
| 508 'core/fxcodec/jbig2/JBig2_GsidProc.h', | 508 'core/fxcodec/jbig2/JBig2_GsidProc.h', |
| 509 'core/fxcodec/jbig2/JBig2_HtrdProc.cpp', | 509 'core/fxcodec/jbig2/JBig2_HtrdProc.cpp', |
| 510 'core/fxcodec/jbig2/JBig2_HtrdProc.h', | 510 'core/fxcodec/jbig2/JBig2_HtrdProc.h', |
| 511 'core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', | 511 'core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', |
| 512 'core/fxcodec/jbig2/JBig2_HuffmanDecoder.h', | 512 'core/fxcodec/jbig2/JBig2_HuffmanDecoder.h', |
| 513 'core/fxcodec/jbig2/JBig2_HuffmanTable.cpp', | 513 'core/fxcodec/jbig2/JBig2_HuffmanTable.cpp', |
| 514 'core/fxcodec/jbig2/JBig2_HuffmanTable.h', | 514 'core/fxcodec/jbig2/JBig2_HuffmanTable.h', |
| 515 'core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.cpp', |
| 515 'core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h', | 516 'core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h', |
| 516 'core/fxcodec/jbig2/JBig2_Image.cpp', | 517 'core/fxcodec/jbig2/JBig2_Image.cpp', |
| 517 'core/fxcodec/jbig2/JBig2_Image.h', | 518 'core/fxcodec/jbig2/JBig2_Image.h', |
| 518 'core/fxcodec/jbig2/JBig2_List.h', | 519 'core/fxcodec/jbig2/JBig2_List.h', |
| 519 'core/fxcodec/jbig2/JBig2_Page.h', | 520 'core/fxcodec/jbig2/JBig2_Page.h', |
| 520 'core/fxcodec/jbig2/JBig2_PatternDict.cpp', | 521 'core/fxcodec/jbig2/JBig2_PatternDict.cpp', |
| 521 'core/fxcodec/jbig2/JBig2_PatternDict.h', | 522 'core/fxcodec/jbig2/JBig2_PatternDict.h', |
| 522 'core/fxcodec/jbig2/JBig2_PddProc.cpp', | 523 'core/fxcodec/jbig2/JBig2_PddProc.cpp', |
| 523 'core/fxcodec/jbig2/JBig2_PddProc.h', | 524 'core/fxcodec/jbig2/JBig2_PddProc.h', |
| 524 'core/fxcodec/jbig2/JBig2_SddProc.cpp', | 525 'core/fxcodec/jbig2/JBig2_SddProc.cpp', |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1011 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 1012 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 1012 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 1013 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 1013 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 1014 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 1014 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 1015 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 1015 ], | 1016 ], |
| 1016 }, | 1017 }, |
| 1017 ] | 1018 ] |
| 1018 }], | 1019 }], |
| 1019 ] | 1020 ] |
| 1020 } | 1021 } |
| OLD | NEW |