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

Side by Side Diff: pdfium.gyp

Issue 831653002: Create pdfium_unittests binary. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 11 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 | « core/src/fxcrt/fx_basic_bstring_unittest.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 }, 4 },
5 'target_defaults': { 5 'target_defaults': {
6 'defines' : [ 6 'defines' : [
7 'FT2_BUILD_LIBRARY', 7 'FT2_BUILD_LIBRARY',
8 '_FPDFSDK_LIB', 8 '_FPDFSDK_LIB',
9 '_NO_GDIPLUS_', # workaround text rendering issues on Windows 9 '_NO_GDIPLUS_', # workaround text rendering issues on Windows
10 'OPJ_STATIC', 10 'OPJ_STATIC',
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp', 795 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp',
796 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp', 796 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp',
797 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', 797 'fpdfsdk/src/formfiller/FFL_ListBox.cpp',
798 'fpdfsdk/src/formfiller/FFL_Notify.cpp', 798 'fpdfsdk/src/formfiller/FFL_Notify.cpp',
799 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', 799 'fpdfsdk/src/formfiller/FFL_PushButton.cpp',
800 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', 800 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp',
801 'fpdfsdk/src/formfiller/FFL_TextField.cpp', 801 'fpdfsdk/src/formfiller/FFL_TextField.cpp',
802 'fpdfsdk/src/formfiller/FFL_Utils.cpp', 802 'fpdfsdk/src/formfiller/FFL_Utils.cpp',
803 ], 803 ],
804 }, 804 },
805 {
806 'target_name': 'pdfium_unittests',
807 'type': 'executable',
808 'dependencies': [
809 '../../base/base.gyp:base_prefs',
810 '../../base/base.gyp:run_all_unittests',
811 '../../testing/gtest.gyp:gtest',
812 'pdfium',
813 ],
814 'include_dirs': [
815 '<(DEPTH)'
816 ],
817 'sources': [
818 'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
819 ],
820 }
805 ], 821 ],
806 } 822 }
OLDNEW
« no previous file with comments | « core/src/fxcrt/fx_basic_bstring_unittest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698