OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |