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

Side by Side Diff: pdfium.gyp

Issue 1652533002: Add tests for CBA_AnnotIterator. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: static_cast. Created 4 years, 10 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/fsdk_mgr.cpp ('k') | testing/resources/annotiter.in » ('j') | 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 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', 745 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp',
746 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', 746 'fpdfsdk/src/fpdfdoc_embeddertest.cpp',
747 'fpdfsdk/src/fpdfedit_embeddertest.cpp', 747 'fpdfsdk/src/fpdfedit_embeddertest.cpp',
748 'fpdfsdk/src/fpdfext_embeddertest.cpp', 748 'fpdfsdk/src/fpdfext_embeddertest.cpp',
749 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', 749 'fpdfsdk/src/fpdfformfill_embeddertest.cpp',
750 'fpdfsdk/src/fpdfsave_embeddertest.cpp', 750 'fpdfsdk/src/fpdfsave_embeddertest.cpp',
751 'fpdfsdk/src/fpdftext_embeddertest.cpp', 751 'fpdfsdk/src/fpdftext_embeddertest.cpp',
752 'fpdfsdk/src/fpdfview_c_api_test.c', 752 'fpdfsdk/src/fpdfview_c_api_test.c',
753 'fpdfsdk/src/fpdfview_c_api_test.h', 753 'fpdfsdk/src/fpdfview_c_api_test.h',
754 'fpdfsdk/src/fpdfview_embeddertest.cpp', 754 'fpdfsdk/src/fpdfview_embeddertest.cpp',
755 'fpdfsdk/src/fsdk_baseform_embeddertest.cpp',
755 'testing/embedder_test.cpp', 756 'testing/embedder_test.cpp',
756 'testing/embedder_test.h', 757 'testing/embedder_test.h',
757 'testing/embedder_test_mock_delegate.h', 758 'testing/embedder_test_mock_delegate.h',
758 'testing/embedder_test_timer_handling_delegate.h', 759 'testing/embedder_test_timer_handling_delegate.h',
759 ], 760 ],
760 'conditions': [ 761 'conditions': [
761 ['pdf_enable_v8==1', { 762 ['pdf_enable_v8==1', {
762 'include_dirs': [ 763 'include_dirs': [
763 '<(DEPTH)/v8', 764 '<(DEPTH)/v8',
764 '<(DEPTH)/v8/include', 765 '<(DEPTH)/v8/include',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 ], 799 ],
799 'dependencies': [ 800 'dependencies': [
800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 802 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
802 ], 803 ],
803 }], 804 }],
804 ], 805 ],
805 }, 806 },
806 ], 807 ],
807 } 808 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/fsdk_mgr.cpp ('k') | testing/resources/annotiter.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698