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/BUILD.gn

Issue 880603004: Merge to XFA: Add namespace and-re-arrange PDFium's local copy of /base. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
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') | third_party/base/logging.h » ('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 ":freetype", 8 ":freetype",
9 ":safemath", 9 ":pdfium_base",
10 ] 10 ]
11 } 11 }
12 12
13 static_library("bigint") { 13 static_library("bigint") {
14 configs -= [ "//build/config/compiler:chromium_code" ] 14 configs -= [ "//build/config/compiler:chromium_code" ]
15 configs += [ 15 configs += [
16 "//third_party/pdfium:pdfium_config", 16 "//third_party/pdfium:pdfium_config",
17 "//build/config/compiler:no_chromium_code", 17 "//build/config/compiler:no_chromium_code",
18 ] 18 ]
19 sources = [ 19 sources = [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "freetype/src/psnames/psmodule.c", 62 "freetype/src/psnames/psmodule.c",
63 "freetype/src/raster/raster.c", 63 "freetype/src/raster/raster.c",
64 "freetype/src/sfnt/sfnt.c", 64 "freetype/src/sfnt/sfnt.c",
65 "freetype/src/smooth/smooth.c", 65 "freetype/src/smooth/smooth.c",
66 "freetype/src/truetype/truetype.c", 66 "freetype/src/truetype/truetype.c",
67 "freetype/src/type1/type1.c", 67 "freetype/src/type1/type1.c",
68 "freetype/src/cid/type1cid.c", 68 "freetype/src/cid/type1cid.c",
69 ] 69 ]
70 } 70 }
71 71
72 component("safemath") { 72 component("pdfium_base") {
73 configs -= [ "//build/config/compiler:chromium_code" ] 73 configs -= [ "//build/config/compiler:chromium_code" ]
74 configs += [ 74 configs += [
75 "//third_party/pdfium:pdfium_config", 75 "//third_party/pdfium:pdfium_config",
76 "//build/config/compiler:no_chromium_code", 76 "//build/config/compiler:no_chromium_code",
77 ] 77 ]
78 sources = [ 78 sources = [
79 "logging.h", 79 "base/logging.h",
80 "macros.h", 80 "base/macros.h",
81 "template_util.h", 81 "base/template_util.h",
82 "numerics/safe_conversions.h", 82 "base/numerics/safe_conversions.h",
83 "numerics/safe_conversions_impl.h", 83 "base/numerics/safe_conversions_impl.h",
84 "numerics/safe_math.h", 84 "base/numerics/safe_math.h",
85 "numerics/safe_math_impl.h", 85 "base/numerics/safe_math_impl.h",
86 ] 86 ]
87 } 87 }
88 88
OLDNEW
« no previous file with comments | « pdfium.gyp ('k') | third_party/base/logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698