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

Side by Side Diff: pdfium.gyp

Issue 965873002: Merge to XFA: Pull in gmock for standalone pdfium builds. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 9 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/fpdfformfill_embeddertest.cpp ('k') | 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 '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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 925 'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
926 'testing/fx_string_testhelpers.h', 926 'testing/fx_string_testhelpers.h',
927 'testing/fx_string_testhelpers.cpp', 927 'testing/fx_string_testhelpers.cpp',
928 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', 928 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp',
929 ], 929 ],
930 }, 930 },
931 { 931 {
932 'target_name': 'pdfium_embeddertests', 932 'target_name': 'pdfium_embeddertests',
933 'type': 'executable', 933 'type': 'executable',
934 'dependencies': [ 934 'dependencies': [
935 '<(DEPTH)/testing/gmock.gyp:gmock',
935 '<(DEPTH)/testing/gtest.gyp:gtest', 936 '<(DEPTH)/testing/gtest.gyp:gtest',
936 'pdfium', 937 'pdfium',
937 ], 938 ],
938 'include_dirs': [ 939 'include_dirs': [
939 '<(DEPTH)' 940 '<(DEPTH)'
940 ], 941 ],
941 'sources': [ 942 'sources': [
942 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', 943 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp',
943 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', 944 'fpdfsdk/src/fpdfdoc_embeddertest.cpp',
945 'fpdfsdk/src/fpdfformfill_embeddertest.cpp',
944 'fpdfsdk/src/fpdftext_embeddertest.cpp', 946 'fpdfsdk/src/fpdftext_embeddertest.cpp',
945 'fpdfsdk/src/fpdfview_embeddertest.cpp', 947 'fpdfsdk/src/fpdfview_embeddertest.cpp',
946 'testing/embedder_test.cpp', 948 'testing/embedder_test.cpp',
947 'testing/embedder_test.h', 949 'testing/embedder_test.h',
950 'testing/embedder_test_mock_delegate.h',
948 'testing/fx_string_testhelpers.cpp', 951 'testing/fx_string_testhelpers.cpp',
949 'testing/fx_string_testhelpers.h', 952 'testing/fx_string_testhelpers.h',
950 ], 953 ],
951 }, 954 },
952 ], 955 ],
953 } 956 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/fpdfformfill_embeddertest.cpp ('k') | testing/embedder_test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698