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

Side by Side Diff: pdfium.gyp

Issue 851283006: Fix build of pdfium_embeddertest under V8_USE_EXTERNAL_STARTUP_DATA. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: global in anonymous namespace. 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 | « no previous file | testing/embedder_test.cpp » ('j') | 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 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 'testing/fx_string_testhelpers.h', 824 'testing/fx_string_testhelpers.h',
825 'testing/fx_string_testhelpers.cpp', 825 'testing/fx_string_testhelpers.cpp',
826 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 826 'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
827 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 827 'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
828 ], 828 ],
829 }, 829 },
830 { 830 {
831 'target_name': 'pdfium_embeddertests', 831 'target_name': 'pdfium_embeddertests',
832 'type': 'executable', 832 'type': 'executable',
833 'dependencies': [ 833 'dependencies': [
834 '<(DEPTH)/testing/gtest.gyp:gtest_main',
835 '<(DEPTH)/testing/gtest.gyp:gtest', 834 '<(DEPTH)/testing/gtest.gyp:gtest',
836 'pdfium', 835 'pdfium',
837 ], 836 ],
838 'include_dirs': [ 837 'include_dirs': [
839 '<(DEPTH)' 838 '<(DEPTH)'
840 ], 839 ],
841 'sources': [ 840 'sources': [
842 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', 841 'fpdfsdk/src/fpdfdoc_embeddertest.cpp',
843 'fpdfsdk/src/fpdfview_embeddertest.cpp', 842 'fpdfsdk/src/fpdfview_embeddertest.cpp',
844 'testing/embedder_test.cpp', 843 'testing/embedder_test.cpp',
845 'testing/embedder_test.h', 844 'testing/embedder_test.h',
846 'testing/fx_string_testhelpers.cpp', 845 'testing/fx_string_testhelpers.cpp',
847 'testing/fx_string_testhelpers.h', 846 'testing/fx_string_testhelpers.h',
848 ], 847 ],
849 }, 848 },
850 ], 849 ],
851 } 850 }
OLDNEW
« no previous file with comments | « no previous file | testing/embedder_test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698