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

Side by Side Diff: BUILD.gn

Issue 2240723002: Fix an integer overflow in CStretchEngine constructor (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/fxge/dib/fx_dib_engine.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 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp", 1561 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp",
1562 "core/fxcrt/cfx_retain_ptr_unittest.cpp", 1562 "core/fxcrt/cfx_retain_ptr_unittest.cpp",
1563 "core/fxcrt/fx_basic_bstring_unittest.cpp", 1563 "core/fxcrt/fx_basic_bstring_unittest.cpp",
1564 "core/fxcrt/fx_basic_gcc_unittest.cpp", 1564 "core/fxcrt/fx_basic_gcc_unittest.cpp",
1565 "core/fxcrt/fx_basic_memmgr_unittest.cpp", 1565 "core/fxcrt/fx_basic_memmgr_unittest.cpp",
1566 "core/fxcrt/fx_basic_util_unittest.cpp", 1566 "core/fxcrt/fx_basic_util_unittest.cpp",
1567 "core/fxcrt/fx_basic_wstring_unittest.cpp", 1567 "core/fxcrt/fx_basic_wstring_unittest.cpp",
1568 "core/fxcrt/fx_bidi_unittest.cpp", 1568 "core/fxcrt/fx_bidi_unittest.cpp",
1569 "core/fxcrt/fx_extension_unittest.cpp", 1569 "core/fxcrt/fx_extension_unittest.cpp",
1570 "core/fxcrt/fx_system_unittest.cpp", 1570 "core/fxcrt/fx_system_unittest.cpp",
1571 "core/fxge/dib/fx_dib_engine_unittest.cpp",
1571 "fpdfsdk/fpdfdoc_unittest.cpp", 1572 "fpdfsdk/fpdfdoc_unittest.cpp",
1572 "fpdfsdk/fpdfeditimg_unittest.cpp", 1573 "fpdfsdk/fpdfeditimg_unittest.cpp",
1573 ] 1574 ]
1574 deps = [ 1575 deps = [
1575 ":pdfium", 1576 ":pdfium",
1576 ":test_support", 1577 ":test_support",
1577 "//testing/gtest", 1578 "//testing/gtest",
1578 "//testing/gtest:gtest_main", 1579 "//testing/gtest:gtest_main",
1579 ] 1580 ]
1580 include_dirs = [] 1581 include_dirs = []
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1658 } 1659 }
1659 1660
1660 if (pdf_is_standalone) { 1661 if (pdf_is_standalone) {
1661 source_set("samples") { 1662 source_set("samples") {
1662 testonly = true 1663 testonly = true
1663 deps = [ 1664 deps = [
1664 "//samples", 1665 "//samples",
1665 ] 1666 ]
1666 } 1667 }
1667 } 1668 }
OLDNEW
« no previous file with comments | « no previous file | core/fxge/dib/fx_dib_engine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698