Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: pdfium.gyp

Issue 1805683002: Add a Retained Pointer smart class. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Move FreeDeleter and such to fx_memory.h Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int 514 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int
515 # conversion to check that an address is 16-bit aligned (benign). 515 # conversion to check that an address is 16-bit aligned (benign).
516 'cflags_c': [ '-Wno-pointer-to-int-cast' ], 516 'cflags_c': [ '-Wno-pointer-to-int-cast' ],
517 }], 517 }],
518 ], 518 ],
519 }, 519 },
520 { 520 {
521 'target_name': 'fxcrt', 521 'target_name': 'fxcrt',
522 'type': 'static_library', 522 'type': 'static_library',
523 'sources': [ 523 'sources': [
524 'core/include/fxcrt/cfx_retain_ptr.h',
524 'core/include/fxcrt/fx_basic.h', 525 'core/include/fxcrt/fx_basic.h',
525 'core/include/fxcrt/fx_bidi.h', 526 'core/include/fxcrt/fx_bidi.h',
526 'core/include/fxcrt/fx_coordinates.h', 527 'core/include/fxcrt/fx_coordinates.h',
527 'core/include/fxcrt/fx_ext.h', 528 'core/include/fxcrt/fx_ext.h',
528 'core/include/fxcrt/fx_memory.h', 529 'core/include/fxcrt/fx_memory.h',
529 'core/include/fxcrt/fx_safe_types.h', 530 'core/include/fxcrt/fx_safe_types.h',
530 'core/include/fxcrt/fx_stream.h', 531 'core/include/fxcrt/fx_stream.h',
531 'core/include/fxcrt/fx_string.h', 532 'core/include/fxcrt/fx_string.h',
532 'core/include/fxcrt/fx_system.h', 533 'core/include/fxcrt/fx_system.h',
533 'core/include/fxcrt/fx_ucd.h', 534 'core/include/fxcrt/fx_ucd.h',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 { 818 {
818 'target_name': 'pdfium_unittests', 819 'target_name': 'pdfium_unittests',
819 'type': 'executable', 820 'type': 'executable',
820 'dependencies': [ 821 'dependencies': [
821 '<(DEPTH)/testing/gtest.gyp:gtest_main', 822 '<(DEPTH)/testing/gtest.gyp:gtest_main',
822 '<(DEPTH)/testing/gtest.gyp:gtest', 823 '<(DEPTH)/testing/gtest.gyp:gtest',
823 'pdfium', 824 'pdfium',
824 'test_support', 825 'test_support',
825 ], 826 ],
826 'sources': [ 827 'sources': [
828 'core/fxcrt/cfx_retain_ptr_unittest.cpp',
827 'core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', 829 'core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp',
828 'core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', 830 'core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
829 'core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', 831 'core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp',
830 'core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp', 832 'core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp',
831 'core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp', 833 'core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp',
832 'core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp', 834 'core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp',
833 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp', 835 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp',
834 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 836 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
835 'core/fpdfdoc/doc_basic_unittest.cpp', 837 'core/fpdfdoc/doc_basic_unittest.cpp',
836 'core/fpdftext/fpdf_text_int_unittest.cpp', 838 'core/fpdftext/fpdf_text_int_unittest.cpp',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 958 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
957 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 959 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
958 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 960 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
959 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 961 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
960 ], 962 ],
961 }, 963 },
962 ] 964 ]
963 }], 965 }],
964 ] 966 ]
965 } 967 }
OLDNEW
« core/include/fxcrt/cfx_retain_ptr.h ('K') | « core/include/fxcrt/fx_memory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698