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

Side by Side Diff: pdfium.gyp

Issue 1411963002: Remove unused CFFL_Notify. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 5 years, 2 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/formfiller/FFL_Notify.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 'pdf_use_skia%': 0, 3 'pdf_use_skia%': 0,
4 'pdf_enable_v8%': 1, 4 'pdf_enable_v8%': 1,
5 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'bundle_freetype%': 0, 7 'bundle_freetype%': 0,
8 }, { # On Android there's no system FreeType. On Windows and Mac, only a 8 }, { # On Android there's no system FreeType. On Windows and Mac, only a
9 # few methods are used from it. 9 # few methods are used from it.
10 'bundle_freetype%': 1, 10 'bundle_freetype%': 1,
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'target_name': 'formfiller', 688 'target_name': 'formfiller',
689 'type': 'static_library', 689 'type': 'static_library',
690 'ldflags': [ '-L<(PRODUCT_DIR)',], 690 'ldflags': [ '-L<(PRODUCT_DIR)',],
691 'sources': [ 691 'sources': [
692 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h', 692 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h',
693 'fpdfsdk/include/formfiller/FFL_CheckBox.h', 693 'fpdfsdk/include/formfiller/FFL_CheckBox.h',
694 'fpdfsdk/include/formfiller/FFL_ComboBox.h', 694 'fpdfsdk/include/formfiller/FFL_ComboBox.h',
695 'fpdfsdk/include/formfiller/FFL_FormFiller.h', 695 'fpdfsdk/include/formfiller/FFL_FormFiller.h',
696 'fpdfsdk/include/formfiller/FFL_IFormFiller.h', 696 'fpdfsdk/include/formfiller/FFL_IFormFiller.h',
697 'fpdfsdk/include/formfiller/FFL_ListBox.h', 697 'fpdfsdk/include/formfiller/FFL_ListBox.h',
698 'fpdfsdk/include/formfiller/FFL_Notify.h',
699 'fpdfsdk/include/formfiller/FFL_PushButton.h', 698 'fpdfsdk/include/formfiller/FFL_PushButton.h',
700 'fpdfsdk/include/formfiller/FFL_RadioButton.h', 699 'fpdfsdk/include/formfiller/FFL_RadioButton.h',
701 'fpdfsdk/include/formfiller/FFL_TextField.h', 700 'fpdfsdk/include/formfiller/FFL_TextField.h',
702 'fpdfsdk/include/formfiller/FFL_Utils.h', 701 'fpdfsdk/include/formfiller/FFL_Utils.h',
703 'fpdfsdk/include/formfiller/FormFiller.h', 702 'fpdfsdk/include/formfiller/FormFiller.h',
704 'fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp', 703 'fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp',
705 'fpdfsdk/src/formfiller/FFL_CheckBox.cpp', 704 'fpdfsdk/src/formfiller/FFL_CheckBox.cpp',
706 'fpdfsdk/src/formfiller/FFL_ComboBox.cpp', 705 'fpdfsdk/src/formfiller/FFL_ComboBox.cpp',
707 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp', 706 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp',
708 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp', 707 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp',
709 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', 708 'fpdfsdk/src/formfiller/FFL_ListBox.cpp',
710 'fpdfsdk/src/formfiller/FFL_Notify.cpp',
711 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', 709 'fpdfsdk/src/formfiller/FFL_PushButton.cpp',
712 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', 710 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp',
713 'fpdfsdk/src/formfiller/FFL_TextField.cpp', 711 'fpdfsdk/src/formfiller/FFL_TextField.cpp',
714 'fpdfsdk/src/formfiller/FFL_Utils.cpp', 712 'fpdfsdk/src/formfiller/FFL_Utils.cpp',
715 ], 713 ],
716 }, 714 },
717 { 715 {
718 'target_name': 'pdfium_unittests', 716 'target_name': 'pdfium_unittests',
719 'type': 'executable', 717 'type': 'executable',
720 'dependencies': [ 718 'dependencies': [
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 ], 803 ],
806 'dependencies': [ 804 'dependencies': [
807 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 805 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
808 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 806 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
809 ], 807 ],
810 }], 808 }],
811 ], 809 ],
812 }, 810 },
813 ], 811 ],
814 } 812 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/formfiller/FFL_Notify.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698