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

Side by Side Diff: third_party/BUILD.gn

Issue 891993003: Fix GN PDFium build when building all. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 10 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 | « pdfium.gyp ('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 group("third_party") { 5 group("third_party") {
6 deps = [ 6 deps = [
7 ":bigint", 7 ":bigint",
8 ":freetype", 8 ":freetype",
9 ":safemath", 9 ":safemath",
10 ] 10 ]
(...skipping 18 matching lines...) Expand all
29 "bigint/BigUnsignedInABase.cc", 29 "bigint/BigUnsignedInABase.cc",
30 ] 30 ]
31 } 31 }
32 32
33 static_library("freetype") { 33 static_library("freetype") {
34 configs -= [ "//build/config/compiler:chromium_code" ] 34 configs -= [ "//build/config/compiler:chromium_code" ]
35 configs += [ 35 configs += [
36 "//third_party/pdfium:pdfium_config", 36 "//third_party/pdfium:pdfium_config",
37 "//build/config/compiler:no_chromium_code", 37 "//build/config/compiler:no_chromium_code",
38 ] 38 ]
39 defines = [ "FT2_BUILD_LIBRARY" ]
39 sources = [ 40 sources = [
40 "freetype/include/freetype.h", 41 "freetype/include/freetype.h",
41 "freetype/include/ft2build.h", 42 "freetype/include/ft2build.h",
42 "freetype/include/ftmm.h", 43 "freetype/include/ftmm.h",
43 "freetype/include/ftotval.h", 44 "freetype/include/ftotval.h",
44 "freetype/include/ftoutln.h", 45 "freetype/include/ftoutln.h",
45 "freetype/include/tttables.h", 46 "freetype/include/tttables.h",
46 "freetype/include/internal/ftobjs.h", 47 "freetype/include/internal/ftobjs.h",
47 "freetype/include/internal/ftstream.h", 48 "freetype/include/internal/ftstream.h",
48 "freetype/include/internal/tttypes.h", 49 "freetype/include/internal/tttypes.h",
(...skipping 29 matching lines...) Expand all
78 "logging.h", 79 "logging.h",
79 "macros.h", 80 "macros.h",
80 "template_util.h", 81 "template_util.h",
81 "numerics/safe_conversions.h", 82 "numerics/safe_conversions.h",
82 "numerics/safe_conversions_impl.h", 83 "numerics/safe_conversions_impl.h",
83 "numerics/safe_math.h", 84 "numerics/safe_math.h",
84 "numerics/safe_math_impl.h", 85 "numerics/safe_math_impl.h",
85 ] 86 ]
86 } 87 }
87 88
OLDNEW
« no previous file with comments | « pdfium.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698