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

Side by Side Diff: BUILD.gn

Issue 2205573004: Fix Jbig2 document context creation by checking proper pointer (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
« no previous file with comments | « no previous file | core/fxcodec/codec/fx_codec_embeddertest.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 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
1586 } 1586 }
1587 1587
1588 test("pdfium_embeddertests") { 1588 test("pdfium_embeddertests") {
1589 sources = [ 1589 sources = [
1590 "core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp", 1590 "core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp",
1591 "core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp", 1591 "core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp",
1592 "core/fpdfapi/fpdf_parser/cpdf_security_handler_embeddertest.cpp", 1592 "core/fpdfapi/fpdf_parser/cpdf_security_handler_embeddertest.cpp",
1593 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp", 1593 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp",
1594 "core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp", 1594 "core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp",
1595 "core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp", 1595 "core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp",
1596 "core/fxcodec/codec/fx_codec_embeddertest.cpp",
1596 "core/fxge/ge/fx_ge_text_embeddertest.cpp", 1597 "core/fxge/ge/fx_ge_text_embeddertest.cpp",
1597 "fpdfsdk/fpdf_dataavail_embeddertest.cpp", 1598 "fpdfsdk/fpdf_dataavail_embeddertest.cpp",
1598 "fpdfsdk/fpdfdoc_embeddertest.cpp", 1599 "fpdfsdk/fpdfdoc_embeddertest.cpp",
1599 "fpdfsdk/fpdfedit_embeddertest.cpp", 1600 "fpdfsdk/fpdfedit_embeddertest.cpp",
1600 "fpdfsdk/fpdfext_embeddertest.cpp", 1601 "fpdfsdk/fpdfext_embeddertest.cpp",
1601 "fpdfsdk/fpdfformfill_embeddertest.cpp", 1602 "fpdfsdk/fpdfformfill_embeddertest.cpp",
1602 "fpdfsdk/fpdfsave_embeddertest.cpp", 1603 "fpdfsdk/fpdfsave_embeddertest.cpp",
1603 "fpdfsdk/fpdftext_embeddertest.cpp", 1604 "fpdfsdk/fpdftext_embeddertest.cpp",
1604 "fpdfsdk/fpdfview_c_api_test.c", 1605 "fpdfsdk/fpdfview_c_api_test.c",
1605 "fpdfsdk/fpdfview_c_api_test.h", 1606 "fpdfsdk/fpdfview_c_api_test.h",
(...skipping 30 matching lines...) Expand all
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/codec/fx_codec_embeddertest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698