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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 'core/include/fxcrt/fx_stream.h', | 480 'core/include/fxcrt/fx_stream.h', |
481 'core/include/fxcrt/fx_string.h', | 481 'core/include/fxcrt/fx_string.h', |
482 'core/include/fxcrt/fx_system.h', | 482 'core/include/fxcrt/fx_system.h', |
483 'core/include/fxcrt/fx_ucd.h', | 483 'core/include/fxcrt/fx_ucd.h', |
484 'core/include/fxcrt/fx_xml.h', | 484 'core/include/fxcrt/fx_xml.h', |
485 'core/src/fxcrt/extension.h', | 485 'core/src/fxcrt/extension.h', |
486 'core/src/fxcrt/fxcrt_platforms.cpp', | 486 'core/src/fxcrt/fxcrt_platforms.cpp', |
487 'core/src/fxcrt/fxcrt_platforms.h', | 487 'core/src/fxcrt/fxcrt_platforms.h', |
488 'core/src/fxcrt/fxcrt_posix.cpp', | 488 'core/src/fxcrt/fxcrt_posix.cpp', |
489 'core/src/fxcrt/fxcrt_posix.h', | 489 'core/src/fxcrt/fxcrt_posix.h', |
| 490 'core/src/fxcrt/fxcrt_stream.cpp', |
490 'core/src/fxcrt/fxcrt_windows.cpp', | 491 'core/src/fxcrt/fxcrt_windows.cpp', |
491 'core/src/fxcrt/fxcrt_windows.h', | 492 'core/src/fxcrt/fxcrt_windows.h', |
492 'core/src/fxcrt/fx_basic_array.cpp', | 493 'core/src/fxcrt/fx_basic_array.cpp', |
493 'core/src/fxcrt/fx_basic_bstring.cpp', | 494 'core/src/fxcrt/fx_basic_bstring.cpp', |
494 'core/src/fxcrt/fx_basic_buffer.cpp', | 495 'core/src/fxcrt/fx_basic_buffer.cpp', |
495 'core/src/fxcrt/fx_basic_coords.cpp', | 496 'core/src/fxcrt/fx_basic_coords.cpp', |
496 'core/src/fxcrt/fx_basic_gcc.cpp', | 497 'core/src/fxcrt/fx_basic_gcc.cpp', |
497 'core/src/fxcrt/fx_basic_list.cpp', | 498 'core/src/fxcrt/fx_basic_list.cpp', |
498 'core/src/fxcrt/fx_basic_memmgr.cpp', | 499 'core/src/fxcrt/fx_basic_memmgr.cpp', |
499 'core/src/fxcrt/fx_basic_plex.cpp', | 500 'core/src/fxcrt/fx_basic_plex.cpp', |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 905 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
905 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 906 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
906 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 907 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
907 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 908 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
908 ], | 909 ], |
909 }, | 910 }, |
910 ] | 911 ] |
911 }], | 912 }], |
912 ] | 913 ] |
913 } | 914 } |
OLD | NEW |