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

Side by Side Diff: third_party/BUILD.gn

Issue 1388203003: Sanitize CJBig2_SymbolDict's memory usage. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 5 years, 2 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 | « core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp ('k') | third_party/base/stl_util.h » ('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 2014 PDFium Authors. All rights reserved. 1 # Copyright 2014 PDFium 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 group("third_party") { 5 group("third_party") {
6 deps = [ 6 deps = [
7 ":bigint", 7 ":bigint",
8 ":fx_freetype", 8 ":fx_freetype",
9 ":pdfium_base", 9 ":pdfium_base",
10 ] 10 ]
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "//third_party/pdfium:pdfium_config", 293 "//third_party/pdfium:pdfium_config",
294 ] 294 ]
295 sources = [ 295 sources = [
296 "base/logging.h", 296 "base/logging.h",
297 "base/macros.h", 297 "base/macros.h",
298 "base/nonstd_unique_ptr.h", 298 "base/nonstd_unique_ptr.h",
299 "base/numerics/safe_conversions.h", 299 "base/numerics/safe_conversions.h",
300 "base/numerics/safe_conversions_impl.h", 300 "base/numerics/safe_conversions_impl.h",
301 "base/numerics/safe_math.h", 301 "base/numerics/safe_math.h",
302 "base/numerics/safe_math_impl.h", 302 "base/numerics/safe_math_impl.h",
303 "base/stl_util.h",
303 "base/template_util.h", 304 "base/template_util.h",
304 ] 305 ]
305 } 306 }
OLDNEW
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp ('k') | third_party/base/stl_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698