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

Side by Side Diff: BUILD.gn

Issue 2489653003: Fix abort above FPDFPage_Flatten (Closed)
Patch Set: rebased Created 4 years, 1 month 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 | fpdfsdk/fpdf_flatten.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 # 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 1703 matching lines...) Expand 10 before | Expand all | Expand 10 after
1714 sources = [ 1714 sources = [
1715 "core/fpdfapi/page/fpdf_page_func_embeddertest.cpp", 1715 "core/fpdfapi/page/fpdf_page_func_embeddertest.cpp",
1716 "core/fpdfapi/parser/cpdf_parser_embeddertest.cpp", 1716 "core/fpdfapi/parser/cpdf_parser_embeddertest.cpp",
1717 "core/fpdfapi/parser/cpdf_security_handler_embeddertest.cpp", 1717 "core/fpdfapi/parser/cpdf_security_handler_embeddertest.cpp",
1718 "core/fpdfapi/parser/fpdf_parser_decode_embeddertest.cpp", 1718 "core/fpdfapi/parser/fpdf_parser_decode_embeddertest.cpp",
1719 "core/fpdfapi/render/fpdf_render_loadimage_embeddertest.cpp", 1719 "core/fpdfapi/render/fpdf_render_loadimage_embeddertest.cpp",
1720 "core/fpdfapi/render/fpdf_render_pattern_embeddertest.cpp", 1720 "core/fpdfapi/render/fpdf_render_pattern_embeddertest.cpp",
1721 "core/fxcodec/codec/fx_codec_embeddertest.cpp", 1721 "core/fxcodec/codec/fx_codec_embeddertest.cpp",
1722 "core/fxge/ge/fx_ge_text_embeddertest.cpp", 1722 "core/fxge/ge/fx_ge_text_embeddertest.cpp",
1723 "fpdfsdk/fpdf_dataavail_embeddertest.cpp", 1723 "fpdfsdk/fpdf_dataavail_embeddertest.cpp",
1724 "fpdfsdk/fpdf_flatten_embeddertest.cpp",
1724 "fpdfsdk/fpdfdoc_embeddertest.cpp", 1725 "fpdfsdk/fpdfdoc_embeddertest.cpp",
1725 "fpdfsdk/fpdfedit_embeddertest.cpp", 1726 "fpdfsdk/fpdfedit_embeddertest.cpp",
1726 "fpdfsdk/fpdfext_embeddertest.cpp", 1727 "fpdfsdk/fpdfext_embeddertest.cpp",
1727 "fpdfsdk/fpdfformfill_embeddertest.cpp", 1728 "fpdfsdk/fpdfformfill_embeddertest.cpp",
1728 "fpdfsdk/fpdfsave_embeddertest.cpp", 1729 "fpdfsdk/fpdfsave_embeddertest.cpp",
1729 "fpdfsdk/fpdftext_embeddertest.cpp", 1730 "fpdfsdk/fpdftext_embeddertest.cpp",
1730 "fpdfsdk/fpdfview_c_api_test.c", 1731 "fpdfsdk/fpdfview_c_api_test.c",
1731 "fpdfsdk/fpdfview_c_api_test.h", 1732 "fpdfsdk/fpdfview_c_api_test.h",
1732 "fpdfsdk/fpdfview_embeddertest.cpp", 1733 "fpdfsdk/fpdfview_embeddertest.cpp",
1733 "fpdfsdk/fsdk_baseform_embeddertest.cpp", 1734 "fpdfsdk/fsdk_baseform_embeddertest.cpp",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 "//samples", 1770 "//samples",
1770 ] 1771 ]
1771 } 1772 }
1772 group("fuzzers") { 1773 group("fuzzers") {
1773 testonly = true 1774 testonly = true
1774 deps = [ 1775 deps = [
1775 "//testing/libfuzzer", 1776 "//testing/libfuzzer",
1776 ] 1777 ]
1777 } 1778 }
1778 } 1779 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/fpdf_flatten.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698