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

Side by Side Diff: pdfium.gyp

Issue 1556033002: Add embedder test for fpdfsave.cpp and bug 342 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Private method, const ref return. Created 4 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 | « fpdfsdk/src/fpdfsave_embeddertest.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 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 'pdf_use_skia%': 0, 9 'pdf_use_skia%': 0,
10 'pdf_enable_v8%': 1, 10 'pdf_enable_v8%': 1,
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'sources': [ 746 'sources': [
747 'core/src/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp', 747 'core/src/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp',
748 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', 748 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp',
749 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', 749 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp',
750 'core/src/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp', 750 'core/src/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp',
751 'core/src/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp', 751 'core/src/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp',
752 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', 752 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp',
753 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', 753 'fpdfsdk/src/fpdfdoc_embeddertest.cpp',
754 'fpdfsdk/src/fpdfext_embeddertest.cpp', 754 'fpdfsdk/src/fpdfext_embeddertest.cpp',
755 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', 755 'fpdfsdk/src/fpdfformfill_embeddertest.cpp',
756 'fpdfsdk/src/fpdfsave_embeddertest.cpp',
756 'fpdfsdk/src/fpdftext_embeddertest.cpp', 757 'fpdfsdk/src/fpdftext_embeddertest.cpp',
757 'fpdfsdk/src/fpdfview_c_api_test.c', 758 'fpdfsdk/src/fpdfview_c_api_test.c',
758 'fpdfsdk/src/fpdfview_c_api_test.h', 759 'fpdfsdk/src/fpdfview_c_api_test.h',
759 'fpdfsdk/src/fpdfview_embeddertest.cpp', 760 'fpdfsdk/src/fpdfview_embeddertest.cpp',
760 'testing/embedder_test.cpp', 761 'testing/embedder_test.cpp',
761 'testing/embedder_test.h', 762 'testing/embedder_test.h',
762 'testing/embedder_test_mock_delegate.h', 763 'testing/embedder_test_mock_delegate.h',
763 'testing/embedder_test_timer_handling_delegate.h', 764 'testing/embedder_test_timer_handling_delegate.h',
764 ], 765 ],
765 'conditions': [ 766 'conditions': [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 ], 804 ],
804 'dependencies': [ 805 'dependencies': [
805 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 806 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
806 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 807 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
807 ], 808 ],
808 }], 809 }],
809 ], 810 ],
810 }, 811 },
811 ], 812 ],
812 } 813 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/fpdfsave_embeddertest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698