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

Side by Side Diff: pdfium.gyp

Issue 1226403008: Merge to M44: Abort on OOM by default in FX_Alloc(). (Closed) Base URL: https://pdfium.googlesource.com/pdfium@2403
Patch Set: Created 5 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 | « core/src/fxge/dib/fx_dib_main.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 'conditions': [ 4 'conditions': [
5 ['OS=="linux"', { 5 ['OS=="linux"', {
6 'bundle_freetype%': 0, 6 'bundle_freetype%': 0,
7 }, { # On Android there's no system FreeType. On Windows and Mac, only a 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a
8 # few methods are used from it. 8 # few methods are used from it.
9 'bundle_freetype%': 1, 9 'bundle_freetype%': 1,
10 }], 10 }],
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 '<(DEPTH)/testing/gtest.gyp:gtest_main', 833 '<(DEPTH)/testing/gtest.gyp:gtest_main',
834 '<(DEPTH)/testing/gtest.gyp:gtest', 834 '<(DEPTH)/testing/gtest.gyp:gtest',
835 'pdfium', 835 'pdfium',
836 ], 836 ],
837 'include_dirs': [ 837 'include_dirs': [
838 '<(DEPTH)' 838 '<(DEPTH)'
839 ], 839 ],
840 'sources': [ 840 'sources': [
841 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', 841 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp',
842 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 842 'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
843 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp',
843 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 844 'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
844 'testing/fx_string_testhelpers.h', 845 'testing/fx_string_testhelpers.h',
845 'testing/fx_string_testhelpers.cpp', 846 'testing/fx_string_testhelpers.cpp',
846 ], 847 ],
847 }, 848 },
848 { 849 {
849 'target_name': 'pdfium_embeddertests', 850 'target_name': 'pdfium_embeddertests',
850 'type': 'executable', 851 'type': 'executable',
851 'dependencies': [ 852 'dependencies': [
852 '<(DEPTH)/testing/gmock.gyp:gmock', 853 '<(DEPTH)/testing/gmock.gyp:gmock',
(...skipping 15 matching lines...) Expand all
868 'fpdfsdk/src/fpdfview_embeddertest.cpp', 869 'fpdfsdk/src/fpdfview_embeddertest.cpp',
869 'testing/embedder_test.cpp', 870 'testing/embedder_test.cpp',
870 'testing/embedder_test.h', 871 'testing/embedder_test.h',
871 'testing/embedder_test_mock_delegate.h', 872 'testing/embedder_test_mock_delegate.h',
872 'testing/fx_string_testhelpers.cpp', 873 'testing/fx_string_testhelpers.cpp',
873 'testing/fx_string_testhelpers.h', 874 'testing/fx_string_testhelpers.h',
874 ], 875 ],
875 }, 876 },
876 ], 877 ],
877 } 878 }
OLDNEW
« no previous file with comments | « core/src/fxge/dib/fx_dib_main.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698