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

Side by Side Diff: third_party/third_party.gyp

Issue 1413673003: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: DEPS for corpus 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') | 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 19 matching lines...) Expand all
30 ], 30 ],
31 }, 31 },
32 { 32 {
33 'target_name': 'fx_freetype', 33 'target_name': 'fx_freetype',
34 'type': 'static_library', 34 'type': 'static_library',
35 'defines': [ 35 'defines': [
36 'FT2_BUILD_LIBRARY', 36 'FT2_BUILD_LIBRARY',
37 ], 37 ],
38 'include_dirs': [ 38 'include_dirs': [
39 'freetype/include', 39 'freetype/include',
40 'freetype/include/freetype',
40 ], 41 ],
41 'sources': [ 42 'sources': [
42 'freetype/include/freetype.h', 43 'freetype/include/freetype/freetype.h',
44 'freetype/include/freetype/ftmm.h',
45 'freetype/include/freetype/ftotval.h',
46 'freetype/include/freetype/ftoutln.h',
47 'freetype/include/freetype/internal/freetype/ftobjs.h',
48 'freetype/include/freetype/internal/freetype/ftstream.h',
49 'freetype/include/freetype/internal/freetype/tttypes.h',
50 'freetype/include/freetype/tttables.h',
43 'freetype/include/ft2build.h', 51 'freetype/include/ft2build.h',
44 'freetype/include/ftmm.h',
45 'freetype/include/ftotval.h',
46 'freetype/include/ftoutln.h',
47 'freetype/include/tttables.h',
48 'freetype/include/internal/ftobjs.h',
49 'freetype/include/internal/ftstream.h',
50 'freetype/include/internal/tttypes.h',
51 'freetype/src/cff/cffobjs.h', 52 'freetype/src/cff/cffobjs.h',
52 'freetype/src/cff/cfftypes.h', 53 'freetype/src/cff/cfftypes.h',
53 'freetype/src/cff/cff.c', 54 'freetype/src/cff/cff.c',
54 'freetype/src/base/ftbase.c', 55 'freetype/src/base/ftbase.c',
55 'freetype/src/base/ftbase.h', 56 'freetype/src/base/ftbase.h',
56 'freetype/src/base/ftbitmap.c', 57 'freetype/src/base/ftbitmap.c',
57 'freetype/src/base/ftglyph.c', 58 'freetype/src/base/ftglyph.c',
58 'freetype/src/base/ftinit.c', 59 'freetype/src/base/ftinit.c',
59 'freetype/src/base/ftlcdfil.c', 60 'freetype/src/base/ftlcdfil.c',
60 'freetype/src/base/ftmm.c', 61 'freetype/src/base/ftmm.c',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'base/numerics/safe_conversions.h', 285 'base/numerics/safe_conversions.h',
285 'base/numerics/safe_conversions_impl.h', 286 'base/numerics/safe_conversions_impl.h',
286 'base/numerics/safe_math.h', 287 'base/numerics/safe_math.h',
287 'base/numerics/safe_math_impl.h', 288 'base/numerics/safe_math_impl.h',
288 'base/stl_util.h', 289 'base/stl_util.h',
289 'base/template_util.h', 290 'base/template_util.h',
290 ], 291 ],
291 }, 292 },
292 ], 293 ],
293 } 294 }
OLDNEW
« no previous file with comments | « third_party/freetype/src/type1/type1.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698