| 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int | 603 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int |
| 604 # conversion to check that an address is 16-bit aligned (benign). | 604 # conversion to check that an address is 16-bit aligned (benign). |
| 605 'cflags_c': [ '-Wno-pointer-to-int-cast' ], | 605 'cflags_c': [ '-Wno-pointer-to-int-cast' ], |
| 606 }], | 606 }], |
| 607 ], | 607 ], |
| 608 }, | 608 }, |
| 609 { | 609 { |
| 610 'target_name': 'fxcrt', | 610 'target_name': 'fxcrt', |
| 611 'type': 'static_library', | 611 'type': 'static_library', |
| 612 'sources': [ | 612 'sources': [ |
| 613 'core/fxcrt/cfx_string_data_template.h', |
| 613 'core/fxcrt/extension.h', | 614 'core/fxcrt/extension.h', |
| 614 'core/fxcrt/fx_basic_array.cpp', | 615 'core/fxcrt/fx_basic_array.cpp', |
| 615 'core/fxcrt/fx_basic_bstring.cpp', | 616 'core/fxcrt/fx_basic_bstring.cpp', |
| 616 'core/fxcrt/fx_basic_buffer.cpp', | 617 'core/fxcrt/fx_basic_buffer.cpp', |
| 617 'core/fxcrt/fx_basic_coords.cpp', | 618 'core/fxcrt/fx_basic_coords.cpp', |
| 618 'core/fxcrt/fx_basic_gcc.cpp', | 619 'core/fxcrt/fx_basic_gcc.cpp', |
| 619 'core/fxcrt/fx_basic_list.cpp', | 620 'core/fxcrt/fx_basic_list.cpp', |
| 620 'core/fxcrt/fx_basic_memmgr.cpp', | 621 'core/fxcrt/fx_basic_memmgr.cpp', |
| 621 'core/fxcrt/fx_basic_plex.cpp', | 622 'core/fxcrt/fx_basic_plex.cpp', |
| 622 'core/fxcrt/fx_basic_utf.cpp', | 623 'core/fxcrt/fx_basic_utf.cpp', |
| (...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1059 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 1060 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 1060 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 1061 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 1061 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 1062 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 1062 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 1063 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 1063 ], | 1064 ], |
| 1064 }, | 1065 }, |
| 1065 ] | 1066 ] |
| 1066 }], | 1067 }], |
| 1067 ] | 1068 ] |
| 1068 } | 1069 } |
| OLD | NEW |