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

Side by Side Diff: BUILD.gn

Issue 2202013002: Bound total pixels in JBig2 images to avoid overflows later. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add tests Created 4 years, 4 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
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 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 "core/fpdfapi/fpdf_page/fpdf_page_parser_unittest.cpp", 1533 "core/fpdfapi/fpdf_page/fpdf_page_parser_unittest.cpp",
1534 "core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp", 1534 "core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp",
1535 "core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp", 1535 "core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp",
1536 "core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp", 1536 "core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp",
1537 "core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp", 1537 "core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp",
1538 "core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp", 1538 "core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp",
1539 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp", 1539 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp",
1540 "core/fpdfdoc/doc_basic_unittest.cpp", 1540 "core/fpdfdoc/doc_basic_unittest.cpp",
1541 "core/fpdftext/fpdf_text_int_unittest.cpp", 1541 "core/fpdftext/fpdf_text_int_unittest.cpp",
1542 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp", 1542 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp",
1543 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp",
1543 "core/fxcrt/cfx_retain_ptr_unittest.cpp", 1544 "core/fxcrt/cfx_retain_ptr_unittest.cpp",
1544 "core/fxcrt/fx_basic_bstring_unittest.cpp", 1545 "core/fxcrt/fx_basic_bstring_unittest.cpp",
1545 "core/fxcrt/fx_basic_gcc_unittest.cpp", 1546 "core/fxcrt/fx_basic_gcc_unittest.cpp",
1546 "core/fxcrt/fx_basic_memmgr_unittest.cpp", 1547 "core/fxcrt/fx_basic_memmgr_unittest.cpp",
1547 "core/fxcrt/fx_basic_util_unittest.cpp", 1548 "core/fxcrt/fx_basic_util_unittest.cpp",
1548 "core/fxcrt/fx_basic_wstring_unittest.cpp", 1549 "core/fxcrt/fx_basic_wstring_unittest.cpp",
1549 "core/fxcrt/fx_bidi_unittest.cpp", 1550 "core/fxcrt/fx_bidi_unittest.cpp",
1550 "core/fxcrt/fx_extension_unittest.cpp", 1551 "core/fxcrt/fx_extension_unittest.cpp",
1551 "core/fxcrt/fx_system_unittest.cpp", 1552 "core/fxcrt/fx_system_unittest.cpp",
1552 "fpdfsdk/fpdfdoc_unittest.cpp", 1553 "fpdfsdk/fpdfdoc_unittest.cpp",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 } 1637 }
1637 1638
1638 if (pdf_is_standalone) { 1639 if (pdf_is_standalone) {
1639 source_set("samples") { 1640 source_set("samples") {
1640 testonly = true 1641 testonly = true
1641 deps = [ 1642 deps = [
1642 "//samples", 1643 "//samples",
1643 ] 1644 ]
1644 } 1645 }
1645 } 1646 }
OLDNEW
« no previous file with comments | « no previous file | core/fxcodec/jbig2/JBig2_Context.cpp » ('j') | core/fxcodec/jbig2/JBig2_Image_unittest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698