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

Side by Side Diff: BUILD.gn

Issue 2435783006: Add CPDF_Document::GetPage() unittests (Closed)
Patch Set: Try fix win Created 4 years, 2 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 | core/fpdfapi/parser/cpdf_document.h » ('j') | core/fpdfapi/parser/cpdf_document.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium 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 import("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1627 } 1627 }
1628 } 1628 }
1629 1629
1630 test("pdfium_unittests") { 1630 test("pdfium_unittests") {
1631 sources = [ 1631 sources = [
1632 "core/fpdfapi/font/fpdf_font_cid_unittest.cpp", 1632 "core/fpdfapi/font/fpdf_font_cid_unittest.cpp",
1633 "core/fpdfapi/font/fpdf_font_unittest.cpp", 1633 "core/fpdfapi/font/fpdf_font_unittest.cpp",
1634 "core/fpdfapi/page/fpdf_page_parser_old_unittest.cpp", 1634 "core/fpdfapi/page/fpdf_page_parser_old_unittest.cpp",
1635 "core/fpdfapi/page/fpdf_page_parser_unittest.cpp", 1635 "core/fpdfapi/page/fpdf_page_parser_unittest.cpp",
1636 "core/fpdfapi/parser/cpdf_array_unittest.cpp", 1636 "core/fpdfapi/parser/cpdf_array_unittest.cpp",
1637 "core/fpdfapi/parser/cpdf_document_unittest.cpp",
1637 "core/fpdfapi/parser/cpdf_object_unittest.cpp", 1638 "core/fpdfapi/parser/cpdf_object_unittest.cpp",
1638 "core/fpdfapi/parser/cpdf_parser_unittest.cpp", 1639 "core/fpdfapi/parser/cpdf_parser_unittest.cpp",
1639 "core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp", 1640 "core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp",
1640 "core/fpdfapi/parser/cpdf_syntax_parser_unittest.cpp", 1641 "core/fpdfapi/parser/cpdf_syntax_parser_unittest.cpp",
1641 "core/fpdfapi/parser/fpdf_parser_decode_unittest.cpp", 1642 "core/fpdfapi/parser/fpdf_parser_decode_unittest.cpp",
1642 "core/fpdfdoc/cpdf_filespec_unittest.cpp", 1643 "core/fpdfdoc/cpdf_filespec_unittest.cpp",
1643 "core/fpdfdoc/cpdf_formfield_unittest.cpp", 1644 "core/fpdfdoc/cpdf_formfield_unittest.cpp",
1644 "core/fpdftext/fpdf_text_int_unittest.cpp", 1645 "core/fpdftext/fpdf_text_int_unittest.cpp",
1645 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp", 1646 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp",
1646 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp", 1647 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1749 } 1750 }
1750 1751
1751 if (pdf_is_standalone) { 1752 if (pdf_is_standalone) {
1752 source_set("samples") { 1753 source_set("samples") {
1753 testonly = true 1754 testonly = true
1754 deps = [ 1755 deps = [
1755 "//samples", 1756 "//samples",
1756 ] 1757 ]
1757 } 1758 }
1758 } 1759 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/parser/cpdf_document.h » ('j') | core/fpdfapi/parser/cpdf_document.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698