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

Side by Side Diff: BUILD.gn

Issue 1875673004: Fix integer issues leading to out of bounds access in fx_ge_text.cpp. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: fix naming Created 4 years, 8 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/fxge/ge/fx_ge_text.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_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1680 configs += [ ":pdfium_config" ] 1680 configs += [ ":pdfium_config" ]
1681 } 1681 }
1682 1682
1683 test("pdfium_embeddertests") { 1683 test("pdfium_embeddertests") {
1684 sources = [ 1684 sources = [
1685 "core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp", 1685 "core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp",
1686 "core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp", 1686 "core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp",
1687 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp", 1687 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp",
1688 "core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp", 1688 "core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp",
1689 "core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp", 1689 "core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp",
1690 "core/fxge/ge/fx_ge_text_embeddertest.cpp",
1690 "fpdfsdk/fpdf_dataavail_embeddertest.cpp", 1691 "fpdfsdk/fpdf_dataavail_embeddertest.cpp",
1691 "fpdfsdk/fpdfdoc_embeddertest.cpp", 1692 "fpdfsdk/fpdfdoc_embeddertest.cpp",
1692 "fpdfsdk/fpdfedit_embeddertest.cpp", 1693 "fpdfsdk/fpdfedit_embeddertest.cpp",
1693 "fpdfsdk/fpdfext_embeddertest.cpp", 1694 "fpdfsdk/fpdfext_embeddertest.cpp",
1694 "fpdfsdk/fpdfformfill_embeddertest.cpp", 1695 "fpdfsdk/fpdfformfill_embeddertest.cpp",
1695 "fpdfsdk/fpdfsave_embeddertest.cpp", 1696 "fpdfsdk/fpdfsave_embeddertest.cpp",
1696 "fpdfsdk/fpdftext_embeddertest.cpp", 1697 "fpdfsdk/fpdftext_embeddertest.cpp",
1697 "fpdfsdk/fpdfview_c_api_test.c", 1698 "fpdfsdk/fpdfview_c_api_test.c",
1698 "fpdfsdk/fpdfview_c_api_test.h", 1699 "fpdfsdk/fpdfview_c_api_test.h",
1699 "fpdfsdk/fpdfview_embeddertest.cpp", 1700 "fpdfsdk/fpdfview_embeddertest.cpp",
(...skipping 23 matching lines...) Expand all
1723 "//v8:v8_libplatform", 1724 "//v8:v8_libplatform",
1724 ] 1725 ]
1725 include_dirs += [ 1726 include_dirs += [
1726 "//v8", 1727 "//v8",
1727 "//v8/include", 1728 "//v8/include",
1728 ] 1729 ]
1729 configs += [ "//v8:external_startup_data" ] 1730 configs += [ "//v8:external_startup_data" ]
1730 } 1731 }
1731 configs += [ ":pdfium_config" ] 1732 configs += [ ":pdfium_config" ]
1732 } 1733 }
OLDNEW
« no previous file with comments | « no previous file | core/fxge/ge/fx_ge_text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698