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

Side by Side Diff: third_party/third_party.gyp

Issue 1425153006: Fix all relative includes to third_party. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: comments, GN formatting, DEPS roll 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
« core/include/fpdfapi/fpdf_module.h ('K') | « third_party/BUILD.gn ('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 ],
11 'include_dirs': [
12 # This is implicit in GN.
13 '<(DEPTH)',
14 '..',
15 ],
11 'msvs_disabled_warnings': [ 16 'msvs_disabled_warnings': [
12 4005, 4018, 4146, 4333, 4345, 4267 17 4005, 4018, 4146, 4333, 4345, 4267
13 ], 18 ],
14 }, 19 },
15 'targets': [ 20 'targets': [
16 { 21 {
17 'target_name': 'bigint', 22 'target_name': 'bigint',
18 'type': 'static_library', 23 'type': 'static_library',
19 'sources': [ 24 'sources': [
20 'bigint/BigInteger.hh', 25 'bigint/BigInteger.hh',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 ], 158 ],
154 'variables': { 159 'variables': {
155 'clang_warning_flags': [ 160 'clang_warning_flags': [
156 '-Wno-missing-braces', 161 '-Wno-missing-braces',
157 # FindPrev() in cmsplugin.c is unused. 162 # FindPrev() in cmsplugin.c is unused.
158 '-Wno-unused-function', 163 '-Wno-unused-function',
159 ], 164 ],
160 }, 165 },
161 }, 166 },
162 { 167 {
163 'target_name': 'fx_libjpeg', 168 'target_name': 'libjpeg',
164 'type': 'static_library', 169 'type': 'static_library',
165 'sources': [ 170 'sources': [
166 'libjpeg/cderror.h', 171 'libjpeg/cderror.h',
167 'libjpeg/cdjpeg.h', 172 'libjpeg/cdjpeg.h',
168 'libjpeg/fpdfapi_jcapimin.c', 173 'libjpeg/fpdfapi_jcapimin.c',
169 'libjpeg/fpdfapi_jcapistd.c', 174 'libjpeg/fpdfapi_jcapistd.c',
170 'libjpeg/fpdfapi_jccoefct.c', 175 'libjpeg/fpdfapi_jccoefct.c',
171 'libjpeg/fpdfapi_jccolor.c', 176 'libjpeg/fpdfapi_jccolor.c',
172 'libjpeg/fpdfapi_jcdctmgr.c', 177 'libjpeg/fpdfapi_jcdctmgr.c',
173 'libjpeg/fpdfapi_jchuff.c', 178 'libjpeg/fpdfapi_jchuff.c',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'base/numerics/safe_conversions.h', 289 'base/numerics/safe_conversions.h',
285 'base/numerics/safe_conversions_impl.h', 290 'base/numerics/safe_conversions_impl.h',
286 'base/numerics/safe_math.h', 291 'base/numerics/safe_math.h',
287 'base/numerics/safe_math_impl.h', 292 'base/numerics/safe_math_impl.h',
288 'base/stl_util.h', 293 'base/stl_util.h',
289 'base/template_util.h', 294 'base/template_util.h',
290 ], 295 ],
291 }, 296 },
292 ], 297 ],
293 } 298 }
OLDNEW
« core/include/fpdfapi/fpdf_module.h ('K') | « third_party/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698