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

Side by Side Diff: pdfium.gyp

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 | « DEPS ('k') | third_party/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # TODO(thakis): Enable this, pdfium:29 3 # TODO(thakis): Enable this, pdfium:29
4 #'chromium_code': 1, 4 #'chromium_code': 1,
5 'pdf_use_skia%': 0, 5 'pdf_use_skia%': 0,
6 'pdf_enable_v8%': 1, 6 'pdf_enable_v8%': 1,
7 'conditions': [ 7 'conditions': [
8 ['OS=="linux"', { 8 ['OS=="linux"', {
9 'bundle_freetype%': 0, 9 'bundle_freetype%': 0,
10 }, { # On Android there's no system FreeType. On Windows and Mac, only a 10 }, { # On Android there's no system FreeType. On Windows and Mac, only a
11 # few methods are used from it. 11 # few methods are used from it.
12 'bundle_freetype%': 1, 12 'bundle_freetype%': 1,
13 }], 13 }],
14 ], 14 ],
15 }, 15 },
16 'target_defaults': { 16 'target_defaults': {
17 'defines' : [ 17 'defines' : [
18 'OPJ_STATIC', 18 'OPJ_STATIC',
19 'V8_DEPRECATION_WARNINGS', 19 'V8_DEPRECATION_WARNINGS',
20 '_CRT_SECURE_NO_WARNINGS', 20 '_CRT_SECURE_NO_WARNINGS',
21 ], 21 ],
22 'include_dirs': [ 22 'include_dirs': [
23 'third_party/freetype/include', 23 'third_party/freetype/include',
24 'third_party/freetype/include/freetype',
24 ], 25 ],
25 'conditions': [ 26 'conditions': [
26 ['pdf_use_skia==1', { 27 ['pdf_use_skia==1', {
27 'defines': ['_SKIA_SUPPORT_'], 28 'defines': ['_SKIA_SUPPORT_'],
28 }], 29 }],
29 ['pdf_enable_v8==1', { 30 ['pdf_enable_v8==1', {
30 'defines': ['PDF_ENABLE_V8'], 31 'defines': ['PDF_ENABLE_V8'],
31 }], 32 }],
32 ['OS=="linux"', { 33 ['OS=="linux"', {
33 'conditions': [ 34 'conditions': [
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 ], 800 ],
800 'dependencies': [ 801 'dependencies': [
801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 802 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
802 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 803 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
803 ], 804 ],
804 }], 805 }],
805 ], 806 ],
806 }, 807 },
807 ], 808 ],
808 } 809 }
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698