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

Side by Side Diff: third_party/third_party.gyp

Issue 1423063006: XFA: Sync samples/ build files with master. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rebase 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 | « samples/samples.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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'defines': [ 7 'defines': [
8 'OPJ_STATIC', 8 'OPJ_STATIC',
9 'PNG_PREFIX', 9 'PNG_PREFIX',
10 'PNGPREFIX_H', 10 'PNGPREFIX_H',
(...skipping 15 matching lines...) Expand all
26 'bigint/BigUnsigned.hh', 26 'bigint/BigUnsigned.hh',
27 'bigint/NumberlikeArray.hh', 27 'bigint/NumberlikeArray.hh',
28 'bigint/BigUnsignedInABase.hh', 28 'bigint/BigUnsignedInABase.hh',
29 'bigint/BigInteger.cc', 29 'bigint/BigInteger.cc',
30 'bigint/BigIntegerUtils.cc', 30 'bigint/BigIntegerUtils.cc',
31 'bigint/BigUnsigned.cc', 31 'bigint/BigUnsigned.cc',
32 'bigint/BigUnsignedInABase.cc', 32 'bigint/BigUnsignedInABase.cc',
33 ], 33 ],
34 }, 34 },
35 { 35 {
36 'target_name': 'freetype', 36 'target_name': 'fx_freetype',
37 'type': 'static_library', 37 'type': 'static_library',
38 'defines': [ 38 'defines': [
39 'FT2_BUILD_LIBRARY', 39 'FT2_BUILD_LIBRARY',
40 ], 40 ],
41 'include_dirs': [ 41 'include_dirs': [
42 'freetype/include', 42 'freetype/include',
43 'freetype/include/freetype', 43 'freetype/include/freetype',
44 ], 44 ],
45 'sources': [ 45 'sources': [
46 'freetype/include/freetype/freetype.h', 46 'freetype/include/freetype/freetype.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'base/numerics/safe_conversions.h', 336 'base/numerics/safe_conversions.h',
337 'base/numerics/safe_conversions_impl.h', 337 'base/numerics/safe_conversions_impl.h',
338 'base/numerics/safe_math.h', 338 'base/numerics/safe_math.h',
339 'base/numerics/safe_math_impl.h', 339 'base/numerics/safe_math_impl.h',
340 'base/stl_util.h', 340 'base/stl_util.h',
341 'base/template_util.h', 341 'base/template_util.h',
342 ], 342 ],
343 }, 343 },
344 ], 344 ],
345 } 345 }
OLDNEW
« no previous file with comments | « samples/samples.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698