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

Side by Side Diff: third_party/third_party.gyp

Issue 1416993005: Merge to XFA: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 1 month 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/freetype/src/type1/type1.c ('k') | xfa.gyp » ('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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'defines': [ 7 'defines': [
8 'OPJ_STATIC', 8 'OPJ_STATIC',
9 'PNG_PREFIX', 9 'PNG_PREFIX',
10 'PNGPREFIX_H', 10 'PNGPREFIX_H',
(...skipping 22 matching lines...) Expand all
33 ], 33 ],
34 }, 34 },
35 { 35 {
36 'target_name': 'freetype', 36 'target_name': 'freetype',
37 'type': 'static_library', 37 'type': 'static_library',
38 'defines': [ 38 'defines': [
39 'FT2_BUILD_LIBRARY', 39 'FT2_BUILD_LIBRARY',
40 ], 40 ],
41 'include_dirs': [ 41 'include_dirs': [
42 'freetype/include', 42 'freetype/include',
43 'freetype/include/freetype',
43 ], 44 ],
44 'sources': [ 45 'sources': [
45 'freetype/include/freetype.h', 46 'freetype/include/freetype/freetype.h',
47 'freetype/include/freetype/ftmm.h',
48 'freetype/include/freetype/ftotval.h',
49 'freetype/include/freetype/ftoutln.h',
50 'freetype/include/freetype/internal/freetype/ftobjs.h',
51 'freetype/include/freetype/internal/freetype/ftstream.h',
52 'freetype/include/freetype/internal/freetype/tttypes.h',
53 'freetype/include/freetype/tttables.h',
46 'freetype/include/ft2build.h', 54 'freetype/include/ft2build.h',
47 'freetype/include/ftmm.h',
48 'freetype/include/ftotval.h',
49 'freetype/include/ftoutln.h',
50 'freetype/include/tttables.h',
51 'freetype/include/internal/ftobjs.h',
52 'freetype/include/internal/ftstream.h',
53 'freetype/include/internal/tttypes.h',
54 'freetype/src/cff/cffobjs.h', 55 'freetype/src/cff/cffobjs.h',
55 'freetype/src/cff/cfftypes.h', 56 'freetype/src/cff/cfftypes.h',
56 'freetype/src/cff/cff.c', 57 'freetype/src/cff/cff.c',
57 'freetype/src/base/ftbase.c', 58 'freetype/src/base/ftbase.c',
58 'freetype/src/base/ftbitmap.c', 59 'freetype/src/base/ftbitmap.c',
59 'freetype/src/base/ftglyph.c', 60 'freetype/src/base/ftglyph.c',
60 'freetype/src/base/ftinit.c', 61 'freetype/src/base/ftinit.c',
61 'freetype/src/base/ftlcdfil.c', 62 'freetype/src/base/ftlcdfil.c',
62 'freetype/src/base/ftmm.c', 63 'freetype/src/base/ftmm.c',
63 'freetype/src/base/ftsystem.c', 64 'freetype/src/base/ftsystem.c',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'base/numerics/safe_conversions.h', 336 'base/numerics/safe_conversions.h',
336 'base/numerics/safe_conversions_impl.h', 337 'base/numerics/safe_conversions_impl.h',
337 'base/numerics/safe_math.h', 338 'base/numerics/safe_math.h',
338 'base/numerics/safe_math_impl.h', 339 'base/numerics/safe_math_impl.h',
339 'base/stl_util.h', 340 'base/stl_util.h',
340 'base/template_util.h', 341 'base/template_util.h',
341 ], 342 ],
342 }, 343 },
343 ], 344 ],
344 } 345 }
OLDNEW
« no previous file with comments | « third_party/freetype/src/type1/type1.c ('k') | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698