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

Side by Side Diff: third_party/third_party.gyp

Issue 1401533004: Merge to XFA: Sanitize CJBig2_SymbolDict's memory usage. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: 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 | « third_party/base/stl_util.h ('k') | no next file » | 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'defines': [ 7 'defines': [
8 'OPJ_STATIC', 8 'OPJ_STATIC',
9 '_CRT_SECURE_NO_WARNINGS', 9 '_CRT_SECURE_NO_WARNINGS',
10 ], 10 ],
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'zlib_v128/zutil.c', 258 'zlib_v128/zutil.c',
259 ], 259 ],
260 }, 260 },
261 { 261 {
262 'target_name': 'pdfium_base', 262 'target_name': 'pdfium_base',
263 'type': 'none', 263 'type': 'none',
264 'sources': [ 264 'sources': [
265 'base/logging.h', 265 'base/logging.h',
266 'base/macros.h', 266 'base/macros.h',
267 'base/nonstd_unique_ptr.h', 267 'base/nonstd_unique_ptr.h',
268 'base/template_util.h',
269 'base/numerics/safe_conversions.h', 268 'base/numerics/safe_conversions.h',
270 'base/numerics/safe_conversions_impl.h', 269 'base/numerics/safe_conversions_impl.h',
271 'base/numerics/safe_math.h', 270 'base/numerics/safe_math.h',
272 'base/numerics/safe_math_impl.h', 271 'base/numerics/safe_math_impl.h',
272 'base/stl_util.h',
273 'base/template_util.h',
273 ], 274 ],
274 }, 275 },
275 ], 276 ],
276 } 277 }
OLDNEW
« no previous file with comments | « third_party/base/stl_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698