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 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int | 608 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int |
609 # conversion to check that an address is 16-bit aligned (benign). | 609 # conversion to check that an address is 16-bit aligned (benign). |
610 'cflags_c': [ '-Wno-pointer-to-int-cast' ], | 610 'cflags_c': [ '-Wno-pointer-to-int-cast' ], |
611 }], | 611 }], |
612 ], | 612 ], |
613 }, | 613 }, |
614 { | 614 { |
615 'target_name': 'fxcrt', | 615 'target_name': 'fxcrt', |
616 'type': 'static_library', | 616 'type': 'static_library', |
617 'sources': [ | 617 'sources': [ |
| 618 'core/fxcrt/cfx_string_c_template.h', |
618 'core/fxcrt/cfx_string_data_template.h', | 619 'core/fxcrt/cfx_string_data_template.h', |
619 'core/fxcrt/extension.h', | 620 'core/fxcrt/extension.h', |
620 'core/fxcrt/fx_basic_array.cpp', | 621 'core/fxcrt/fx_basic_array.cpp', |
621 'core/fxcrt/fx_basic_bstring.cpp', | 622 'core/fxcrt/fx_basic_bstring.cpp', |
622 'core/fxcrt/fx_basic_buffer.cpp', | 623 'core/fxcrt/fx_basic_buffer.cpp', |
623 'core/fxcrt/fx_basic_coords.cpp', | 624 'core/fxcrt/fx_basic_coords.cpp', |
624 'core/fxcrt/fx_basic_gcc.cpp', | 625 'core/fxcrt/fx_basic_gcc.cpp', |
625 'core/fxcrt/fx_basic_list.cpp', | 626 'core/fxcrt/fx_basic_list.cpp', |
626 'core/fxcrt/fx_basic_memmgr.cpp', | 627 'core/fxcrt/fx_basic_memmgr.cpp', |
627 'core/fxcrt/fx_basic_plex.cpp', | 628 'core/fxcrt/fx_basic_plex.cpp', |
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1076 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
1076 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1077 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
1077 ], | 1078 ], |
1078 }, | 1079 }, |
1079 ] | 1080 ] |
1080 }], | 1081 }], |
1081 ] | 1082 ] |
1082 } | 1083 } |
OLD | NEW |