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

Side by Side Diff: samples/samples.gyp

Issue 1920863003: Roll v8 to 0ff89ea7 and update gyp references (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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') | xfa.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'pdf_enable_v8%': 1, 7 'pdf_enable_v8%': 1,
8 'pdf_enable_xfa%': 0, # Set to 1 in standalone builds by standalone.gypi. 8 'pdf_enable_xfa%': 0, # Set to 1 in standalone builds by standalone.gypi.
9 'pdf_use_skia%': 0, 9 'pdf_use_skia%': 0,
10 }, 10 },
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 ], 57 ],
58 }, 58 },
59 'conditions': [ 59 'conditions': [
60 ['pdf_enable_xfa==0', { 60 ['pdf_enable_xfa==0', {
61 'dependencies': [ 61 'dependencies': [
62 '../third_party/third_party.gyp:fx_lpng', 62 '../third_party/third_party.gyp:fx_lpng',
63 ], 63 ],
64 }], 64 }],
65 ['pdf_enable_v8==1', { 65 ['pdf_enable_v8==1', {
66 'dependencies': [ 66 'dependencies': [
67 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 67 '<(DEPTH)/v8/src/v8.gyp:v8_libplatform',
68 ], 68 ],
69 }], 69 }],
70 ['pdf_use_skia==1', { 70 ['pdf_use_skia==1', {
71 'defines': ['PDF_ENABLE_SKIA'], 71 'defines': ['PDF_ENABLE_SKIA'],
72 'dependencies': [ 72 'dependencies': [
73 '<(DEPTH)/skia/skia.gyp:skia', 73 '<(DEPTH)/skia/skia.gyp:skia',
74 ], 74 ],
75 }], 75 }],
76 ], 76 ],
77 }, 77 },
(...skipping 13 matching lines...) Expand all
91 'conditions': [ 91 'conditions': [
92 ['pdf_enable_xfa==0', { 92 ['pdf_enable_xfa==0', {
93 'dependencies': [ 93 'dependencies': [
94 '../third_party/third_party.gyp:fx_lpng', 94 '../third_party/third_party.gyp:fx_lpng',
95 ], 95 ],
96 }], 96 }],
97 ], 97 ],
98 }, 98 },
99 ], 99 ],
100 } 100 }
OLDNEW
« no previous file with comments | « pdfium.gyp ('k') | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698