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

Side by Side Diff: third_party/BUILD.gn

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 | « pdfium.gyp ('k') | third_party/freetype/0000-include.patch » ('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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 static_library("fx_freetype") { 44 static_library("fx_freetype") {
45 configs -= [ "//build/config/compiler:chromium_code" ] 45 configs -= [ "//build/config/compiler:chromium_code" ]
46 configs += [ 46 configs += [
47 "//build/config/compiler:no_chromium_code", 47 "//build/config/compiler:no_chromium_code",
48 "//third_party/pdfium:pdfium_config", 48 "//third_party/pdfium:pdfium_config",
49 # Must be after no_chromium_code for warning flags to be ordered correctly. 49 # Must be after no_chromium_code for warning flags to be ordered correctly.
50 ":fx_freetype_warnings", 50 ":fx_freetype_warnings",
51 ] 51 ]
52 defines = [ "FT2_BUILD_LIBRARY" ] 52 defines = [ "FT2_BUILD_LIBRARY" ]
53 sources = [ 53 sources = [
54 "freetype/include/freetype.h", 54 "freetype/include/freetype/freetype.h",
55 "freetype/include/freetype/ftmm.h",
56 "freetype/include/freetype/ftotval.h",
57 "freetype/include/freetype/ftoutln.h",
58 "freetype/include/freetype/internal/ftobjs.h",
59 "freetype/include/freetype/internal/ftstream.h",
60 "freetype/include/freetype/internal/tttypes.h",
61 "freetype/include/freetype/tttables.h",
55 "freetype/include/ft2build.h", 62 "freetype/include/ft2build.h",
56 "freetype/include/ftmm.h",
57 "freetype/include/ftotval.h",
58 "freetype/include/ftoutln.h",
59 "freetype/include/internal/ftobjs.h",
60 "freetype/include/internal/ftstream.h",
61 "freetype/include/internal/tttypes.h",
62 "freetype/include/tttables.h",
63 "freetype/src/base/ftbase.c", 63 "freetype/src/base/ftbase.c",
64 "freetype/src/base/ftbase.h", 64 "freetype/src/base/ftbase.h",
65 "freetype/src/base/ftbitmap.c", 65 "freetype/src/base/ftbitmap.c",
66 "freetype/src/base/ftglyph.c", 66 "freetype/src/base/ftglyph.c",
67 "freetype/src/base/ftinit.c", 67 "freetype/src/base/ftinit.c",
68 "freetype/src/base/ftlcdfil.c", 68 "freetype/src/base/ftlcdfil.c",
69 "freetype/src/base/ftmm.c", 69 "freetype/src/base/ftmm.c",
70 "freetype/src/base/ftsystem.c", 70 "freetype/src/base/ftsystem.c",
71 "freetype/src/cff/cff.c", 71 "freetype/src/cff/cff.c",
72 "freetype/src/cff/cffobjs.h", 72 "freetype/src/cff/cffobjs.h",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "base/macros.h", 300 "base/macros.h",
301 "base/nonstd_unique_ptr.h", 301 "base/nonstd_unique_ptr.h",
302 "base/numerics/safe_conversions.h", 302 "base/numerics/safe_conversions.h",
303 "base/numerics/safe_conversions_impl.h", 303 "base/numerics/safe_conversions_impl.h",
304 "base/numerics/safe_math.h", 304 "base/numerics/safe_math.h",
305 "base/numerics/safe_math_impl.h", 305 "base/numerics/safe_math_impl.h",
306 "base/stl_util.h", 306 "base/stl_util.h",
307 "base/template_util.h", 307 "base/template_util.h",
308 ] 308 ]
309 } 309 }
OLDNEW
« no previous file with comments | « pdfium.gyp ('k') | third_party/freetype/0000-include.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698