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

Side by Side Diff: BUILD.gn

Issue 2489653003: Fix abort above FPDFPage_Flatten (Closed)
Patch Set: Fix issue 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/cpdfsdk_formfillenvironment.h » ('j') | fpdfsdk/fpdf_flatten.cpp » ('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 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 sources = [ 1713 sources = [
1714 "core/fpdfapi/page/fpdf_page_func_embeddertest.cpp", 1714 "core/fpdfapi/page/fpdf_page_func_embeddertest.cpp",
1715 "core/fpdfapi/parser/cpdf_parser_embeddertest.cpp", 1715 "core/fpdfapi/parser/cpdf_parser_embeddertest.cpp",
1716 "core/fpdfapi/parser/cpdf_security_handler_embeddertest.cpp", 1716 "core/fpdfapi/parser/cpdf_security_handler_embeddertest.cpp",
1717 "core/fpdfapi/parser/fpdf_parser_decode_embeddertest.cpp", 1717 "core/fpdfapi/parser/fpdf_parser_decode_embeddertest.cpp",
1718 "core/fpdfapi/render/fpdf_render_loadimage_embeddertest.cpp", 1718 "core/fpdfapi/render/fpdf_render_loadimage_embeddertest.cpp",
1719 "core/fpdfapi/render/fpdf_render_pattern_embeddertest.cpp", 1719 "core/fpdfapi/render/fpdf_render_pattern_embeddertest.cpp",
1720 "core/fxcodec/codec/fx_codec_embeddertest.cpp", 1720 "core/fxcodec/codec/fx_codec_embeddertest.cpp",
1721 "core/fxge/ge/fx_ge_text_embeddertest.cpp", 1721 "core/fxge/ge/fx_ge_text_embeddertest.cpp",
1722 "fpdfsdk/fpdf_dataavail_embeddertest.cpp", 1722 "fpdfsdk/fpdf_dataavail_embeddertest.cpp",
1723 "fpdfsdk/fpdf_flatten_embeddertest.cpp",
1723 "fpdfsdk/fpdfdoc_embeddertest.cpp", 1724 "fpdfsdk/fpdfdoc_embeddertest.cpp",
1724 "fpdfsdk/fpdfedit_embeddertest.cpp", 1725 "fpdfsdk/fpdfedit_embeddertest.cpp",
1725 "fpdfsdk/fpdfext_embeddertest.cpp", 1726 "fpdfsdk/fpdfext_embeddertest.cpp",
1726 "fpdfsdk/fpdfformfill_embeddertest.cpp", 1727 "fpdfsdk/fpdfformfill_embeddertest.cpp",
1727 "fpdfsdk/fpdfsave_embeddertest.cpp", 1728 "fpdfsdk/fpdfsave_embeddertest.cpp",
1728 "fpdfsdk/fpdftext_embeddertest.cpp", 1729 "fpdfsdk/fpdftext_embeddertest.cpp",
1729 "fpdfsdk/fpdfview_c_api_test.c", 1730 "fpdfsdk/fpdfview_c_api_test.c",
1730 "fpdfsdk/fpdfview_c_api_test.h", 1731 "fpdfsdk/fpdfview_c_api_test.h",
1731 "fpdfsdk/fpdfview_embeddertest.cpp", 1732 "fpdfsdk/fpdfview_embeddertest.cpp",
1732 "fpdfsdk/fsdk_baseform_embeddertest.cpp", 1733 "fpdfsdk/fsdk_baseform_embeddertest.cpp",
(...skipping 29 matching lines...) Expand all
1762 } 1763 }
1763 1764
1764 if (pdf_is_standalone) { 1765 if (pdf_is_standalone) {
1765 source_set("samples") { 1766 source_set("samples") {
1766 testonly = true 1767 testonly = true
1767 deps = [ 1768 deps = [
1768 "//samples", 1769 "//samples",
1769 ] 1770 ]
1770 } 1771 }
1771 } 1772 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/cpdfsdk_formfillenvironment.h » ('j') | fpdfsdk/fpdf_flatten.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698