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

Side by Side Diff: pdfium.gyp

Issue 372473003: Remove custom memory manager (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Change malloc to calloc Created 6 years, 5 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
« no previous file with comments | « fpdfsdk/src/fpdfview.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'win_third_party_warn_as_error': 'false', 3 'win_third_party_warn_as_error': 'false',
4 'pdf_use_skia%': 0, 4 'pdf_use_skia%': 0,
5 }, 5 },
6 'target_defaults': { 6 'target_defaults': {
7 'defines' : [ 7 'defines' : [
8 'FOXIT_CHROME_BUILD', 8 'FOXIT_CHROME_BUILD',
9 '_FXFT_VERSION_=2501', 9 '_FXFT_VERSION_=2501',
10 '_FPDFSDK_LIB', 10 '_FPDFSDK_LIB',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'core/src/fxcrt/fx_arabic.cpp', 534 'core/src/fxcrt/fx_arabic.cpp',
535 'core/src/fxcrt/fx_arabic.h', 535 'core/src/fxcrt/fx_arabic.h',
536 'core/src/fxcrt/fx_basic_array.cpp', 536 'core/src/fxcrt/fx_basic_array.cpp',
537 'core/src/fxcrt/fx_basic_bstring.cpp', 537 'core/src/fxcrt/fx_basic_bstring.cpp',
538 'core/src/fxcrt/fx_basic_buffer.cpp', 538 'core/src/fxcrt/fx_basic_buffer.cpp',
539 'core/src/fxcrt/fx_basic_coords.cpp', 539 'core/src/fxcrt/fx_basic_coords.cpp',
540 'core/src/fxcrt/fx_basic_gcc.cpp', 540 'core/src/fxcrt/fx_basic_gcc.cpp',
541 'core/src/fxcrt/fx_basic_list.cpp', 541 'core/src/fxcrt/fx_basic_list.cpp',
542 'core/src/fxcrt/fx_basic_maps.cpp', 542 'core/src/fxcrt/fx_basic_maps.cpp',
543 'core/src/fxcrt/fx_basic_memmgr.cpp', 543 'core/src/fxcrt/fx_basic_memmgr.cpp',
544 'core/src/fxcrt/fx_basic_memmgr_mini.cpp',
545 'core/src/fxcrt/fx_basic_plex.cpp', 544 'core/src/fxcrt/fx_basic_plex.cpp',
546 'core/src/fxcrt/fx_basic_utf.cpp', 545 'core/src/fxcrt/fx_basic_utf.cpp',
547 'core/src/fxcrt/fx_basic_util.cpp', 546 'core/src/fxcrt/fx_basic_util.cpp',
548 'core/src/fxcrt/fx_basic_wstring.cpp', 547 'core/src/fxcrt/fx_basic_wstring.cpp',
549 'core/src/fxcrt/fx_extension.cpp', 548 'core/src/fxcrt/fx_extension.cpp',
550 'core/src/fxcrt/fx_ucddata.cpp', 549 'core/src/fxcrt/fx_ucddata.cpp',
551 'core/src/fxcrt/fx_unicode.cpp', 550 'core/src/fxcrt/fx_unicode.cpp',
552 'core/src/fxcrt/fx_xml_composer.cpp', 551 'core/src/fxcrt/fx_xml_composer.cpp',
553 'core/src/fxcrt/fx_xml_parser.cpp', 552 'core/src/fxcrt/fx_xml_parser.cpp',
554 'core/src/fxcrt/mem_int.h',
555 'core/src/fxcrt/plex.h', 553 'core/src/fxcrt/plex.h',
556 'core/src/fxcrt/xml_int.h', 554 'core/src/fxcrt/xml_int.h',
557 ], 555 ],
558 }, 556 },
559 { 557 {
560 'target_name': 'fxge', 558 'target_name': 'fxge',
561 'type': 'static_library', 559 'type': 'static_library',
562 'ldflags': [ '-L<(PRODUCT_DIR)',], 560 'ldflags': [ '-L<(PRODUCT_DIR)',],
563 'sources': [ 561 'sources': [
564 'core/include/fxge/fpf.h', 562 'core/include/fxge/fpf.h',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', 854 'fpdfsdk/src/formfiller/FFL_ListBox.cpp',
857 'fpdfsdk/src/formfiller/FFL_Notify.cpp', 855 'fpdfsdk/src/formfiller/FFL_Notify.cpp',
858 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', 856 'fpdfsdk/src/formfiller/FFL_PushButton.cpp',
859 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', 857 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp',
860 'fpdfsdk/src/formfiller/FFL_TextField.cpp', 858 'fpdfsdk/src/formfiller/FFL_TextField.cpp',
861 'fpdfsdk/src/formfiller/FFL_Utils.cpp', 859 'fpdfsdk/src/formfiller/FFL_Utils.cpp',
862 ], 860 ],
863 }, 861 },
864 ], 862 ],
865 } 863 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/fpdfview.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698