Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 1 | # Copyright 2018 The PDFium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | import("//build/config/jumbo.gni") |
| 6 | import("../pdfium.gni") |
Lei Zhang | f03f781 | 2018-10-15 23:48:29 +0000 | [diff] [blame] | 7 | import("../testing/test.gni") |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 8 | |
| 9 | jumbo_source_set("fxjs") { |
| 10 | sources = [ |
| 11 | "cjs_event_context_stub.cpp", |
| 12 | "cjs_event_context_stub.h", |
| 13 | "cjs_runtimestub.cpp", |
| 14 | "cjs_runtimestub.h", |
| 15 | "ijs_event_context.h", |
| 16 | "ijs_runtime.cpp", |
| 17 | "ijs_runtime.h", |
| 18 | ] |
| 19 | configs += [ "../:pdfium_core_config" ] |
| 20 | deps = [ |
Lei Zhang | 995374a | 2018-10-12 19:52:04 +0000 | [diff] [blame] | 21 | "../core/fxcrt", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 22 | ] |
| 23 | visibility = [ "../*" ] |
| 24 | |
| 25 | if (pdf_enable_v8) { |
| 26 | sources += [ |
Tom Sepez | 41d04e1 | 2018-10-30 22:07:36 +0000 | [diff] [blame] | 27 | "cfx_globalarray.cpp", |
| 28 | "cfx_globalarray.h", |
| 29 | "cfx_globaldata.cpp", |
| 30 | "cfx_globaldata.h", |
| 31 | "cfx_keyvalue.cpp", |
| 32 | "cfx_keyvalue.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 33 | "cfx_v8.cpp", |
| 34 | "cfx_v8.h", |
| 35 | "cfxjs_engine.cpp", |
| 36 | "cfxjs_engine.h", |
| 37 | "cjs_annot.cpp", |
| 38 | "cjs_annot.h", |
| 39 | "cjs_app.cpp", |
| 40 | "cjs_app.h", |
| 41 | "cjs_border.cpp", |
| 42 | "cjs_border.h", |
| 43 | "cjs_color.cpp", |
| 44 | "cjs_color.h", |
| 45 | "cjs_console.cpp", |
| 46 | "cjs_console.h", |
| 47 | "cjs_delaydata.cpp", |
| 48 | "cjs_delaydata.h", |
| 49 | "cjs_display.cpp", |
| 50 | "cjs_display.h", |
| 51 | "cjs_document.cpp", |
| 52 | "cjs_document.h", |
| 53 | "cjs_event.cpp", |
| 54 | "cjs_event.h", |
| 55 | "cjs_event_context.cpp", |
| 56 | "cjs_event_context.h", |
Tom Sepez | 7dbb85b | 2019-06-11 19:49:00 +0000 | [diff] [blame^] | 57 | "cjs_eventrecorder.cpp", |
| 58 | "cjs_eventrecorder.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 59 | "cjs_field.cpp", |
| 60 | "cjs_field.h", |
| 61 | "cjs_font.cpp", |
| 62 | "cjs_font.h", |
| 63 | "cjs_global.cpp", |
| 64 | "cjs_global.h", |
| 65 | "cjs_globalarrays.cpp", |
| 66 | "cjs_globalarrays.h", |
| 67 | "cjs_globalconsts.cpp", |
| 68 | "cjs_globalconsts.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 69 | "cjs_highlight.cpp", |
| 70 | "cjs_highlight.h", |
| 71 | "cjs_icon.cpp", |
| 72 | "cjs_icon.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 73 | "cjs_object.cpp", |
| 74 | "cjs_object.h", |
| 75 | "cjs_position.cpp", |
| 76 | "cjs_position.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 77 | "cjs_publicmethods.cpp", |
| 78 | "cjs_publicmethods.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 79 | "cjs_result.cpp", |
| 80 | "cjs_result.h", |
| 81 | "cjs_runtime.cpp", |
| 82 | "cjs_runtime.h", |
| 83 | "cjs_scalehow.cpp", |
| 84 | "cjs_scalehow.h", |
| 85 | "cjs_scalewhen.cpp", |
| 86 | "cjs_scalewhen.h", |
| 87 | "cjs_style.cpp", |
| 88 | "cjs_style.h", |
| 89 | "cjs_timerobj.cpp", |
| 90 | "cjs_timerobj.h", |
| 91 | "cjs_util.cpp", |
| 92 | "cjs_util.h", |
| 93 | "cjs_zoomtype.cpp", |
| 94 | "cjs_zoomtype.h", |
Tom Sepez | 86e5fbf | 2018-11-01 21:21:52 +0000 | [diff] [blame] | 95 | "fx_date_helpers.cpp", |
| 96 | "fx_date_helpers.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 97 | "global_timer.cpp", |
| 98 | "global_timer.h", |
| 99 | "js_define.cpp", |
| 100 | "js_define.h", |
| 101 | "js_resources.cpp", |
| 102 | "js_resources.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 103 | ] |
| 104 | deps += [ |
Lei Zhang | 85549b4 | 2019-02-02 00:40:19 +0000 | [diff] [blame] | 105 | "../constants", |
Lei Zhang | bc75f62 | 2018-10-15 18:12:40 +0000 | [diff] [blame] | 106 | "../core/fdrm", |
| 107 | "../core/fpdfapi/font", |
| 108 | "../core/fpdfapi/page", |
| 109 | "../core/fpdfapi/parser", |
| 110 | "../core/fpdfdoc", |
| 111 | "../core/fxge", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 112 | "//v8", |
| 113 | "//v8:v8_libplatform", |
| 114 | ] |
| 115 | configs += [ "//v8:external_startup_data" ] |
| 116 | public_deps = [ |
| 117 | "//v8", |
| 118 | ] |
| 119 | |
| 120 | if (pdf_enable_xfa) { |
| 121 | sources += [ |
Tom Sepez | 70e5214 | 2018-12-13 20:07:50 +0000 | [diff] [blame] | 122 | "xfa/cfxjse_arguments.cpp", |
| 123 | "xfa/cfxjse_arguments.h", |
| 124 | "xfa/cfxjse_class.cpp", |
| 125 | "xfa/cfxjse_class.h", |
| 126 | "xfa/cfxjse_context.cpp", |
| 127 | "xfa/cfxjse_context.h", |
| 128 | "xfa/cfxjse_engine.cpp", |
| 129 | "xfa/cfxjse_engine.h", |
| 130 | "xfa/cfxjse_formcalc_context.cpp", |
| 131 | "xfa/cfxjse_formcalc_context.h", |
| 132 | "xfa/cfxjse_isolatetracker.cpp", |
| 133 | "xfa/cfxjse_isolatetracker.h", |
| 134 | "xfa/cfxjse_resolveprocessor.cpp", |
| 135 | "xfa/cfxjse_resolveprocessor.h", |
| 136 | "xfa/cfxjse_runtimedata.cpp", |
| 137 | "xfa/cfxjse_runtimedata.h", |
| 138 | "xfa/cfxjse_value.cpp", |
| 139 | "xfa/cfxjse_value.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 140 | "xfa/cjx_boolean.cpp", |
| 141 | "xfa/cjx_boolean.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 142 | "xfa/cjx_container.cpp", |
| 143 | "xfa/cjx_container.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 144 | "xfa/cjx_datawindow.cpp", |
| 145 | "xfa/cjx_datawindow.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 146 | "xfa/cjx_delta.cpp", |
| 147 | "xfa/cjx_delta.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 148 | "xfa/cjx_desc.cpp", |
| 149 | "xfa/cjx_desc.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 150 | "xfa/cjx_draw.cpp", |
| 151 | "xfa/cjx_draw.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 152 | "xfa/cjx_encrypt.cpp", |
| 153 | "xfa/cjx_encrypt.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 154 | "xfa/cjx_eventpseudomodel.cpp", |
| 155 | "xfa/cjx_eventpseudomodel.h", |
| 156 | "xfa/cjx_exclgroup.cpp", |
| 157 | "xfa/cjx_exclgroup.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 158 | "xfa/cjx_extras.cpp", |
| 159 | "xfa/cjx_extras.h", |
| 160 | "xfa/cjx_field.cpp", |
| 161 | "xfa/cjx_field.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 162 | "xfa/cjx_form.cpp", |
| 163 | "xfa/cjx_form.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 164 | "xfa/cjx_handler.cpp", |
| 165 | "xfa/cjx_handler.h", |
| 166 | "xfa/cjx_hostpseudomodel.cpp", |
| 167 | "xfa/cjx_hostpseudomodel.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 168 | "xfa/cjx_instancemanager.cpp", |
| 169 | "xfa/cjx_instancemanager.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 170 | "xfa/cjx_layoutpseudomodel.cpp", |
| 171 | "xfa/cjx_layoutpseudomodel.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 172 | "xfa/cjx_list.cpp", |
| 173 | "xfa/cjx_list.h", |
| 174 | "xfa/cjx_logpseudomodel.cpp", |
| 175 | "xfa/cjx_logpseudomodel.h", |
| 176 | "xfa/cjx_manifest.cpp", |
| 177 | "xfa/cjx_manifest.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 178 | "xfa/cjx_model.cpp", |
| 179 | "xfa/cjx_model.h", |
| 180 | "xfa/cjx_node.cpp", |
| 181 | "xfa/cjx_node.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 182 | "xfa/cjx_object.cpp", |
| 183 | "xfa/cjx_object.h", |
| 184 | "xfa/cjx_occur.cpp", |
| 185 | "xfa/cjx_occur.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 186 | "xfa/cjx_packet.cpp", |
| 187 | "xfa/cjx_packet.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 188 | "xfa/cjx_script.cpp", |
| 189 | "xfa/cjx_script.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 190 | "xfa/cjx_signaturepseudomodel.cpp", |
| 191 | "xfa/cjx_signaturepseudomodel.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 192 | "xfa/cjx_source.cpp", |
| 193 | "xfa/cjx_source.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 194 | "xfa/cjx_subform.cpp", |
| 195 | "xfa/cjx_subform.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 196 | "xfa/cjx_template.cpp", |
| 197 | "xfa/cjx_template.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 198 | "xfa/cjx_textnode.cpp", |
| 199 | "xfa/cjx_textnode.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 200 | "xfa/cjx_tree.cpp", |
| 201 | "xfa/cjx_tree.h", |
| 202 | "xfa/cjx_treelist.cpp", |
| 203 | "xfa/cjx_treelist.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 204 | "xfa/cjx_wsdlconnection.cpp", |
| 205 | "xfa/cjx_wsdlconnection.h", |
| 206 | "xfa/cjx_xfa.cpp", |
| 207 | "xfa/cjx_xfa.h", |
Tom Sepez | 70e5214 | 2018-12-13 20:07:50 +0000 | [diff] [blame] | 208 | "xfa/fxjse.cpp", |
| 209 | "xfa/fxjse.h", |
Tom Sepez | 49dbb7f | 2018-12-19 17:56:55 +0000 | [diff] [blame] | 210 | "xfa/jse_define.h", |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 211 | ] |
Tom Sepez | 92cc793 | 2019-01-15 17:39:45 +0000 | [diff] [blame] | 212 | deps += [ |
| 213 | "../xfa/fgas", |
| 214 | "../xfa/fgas/layout", |
| 215 | "../xfa/fxfa/fm2js", |
| 216 | ] |
Lei Zhang | a7dec32 | 2018-10-12 18:36:51 +0000 | [diff] [blame] | 217 | } |
| 218 | } |
| 219 | } |
Lei Zhang | f03f781 | 2018-10-15 23:48:29 +0000 | [diff] [blame] | 220 | |
| 221 | if (pdf_enable_v8) { |
| 222 | pdfium_unittest_source_set("unittests") { |
| 223 | sources = [ |
Tom Sepez | eccfe0e | 2018-11-01 16:34:52 +0000 | [diff] [blame] | 224 | "cfx_globaldata_unittest.cpp", |
Lei Zhang | f03f781 | 2018-10-15 23:48:29 +0000 | [diff] [blame] | 225 | "cfx_v8_unittest.cpp", |
| 226 | "cfx_v8_unittest.h", |
| 227 | "cfxjs_engine_unittest.cpp", |
| 228 | "cjs_publicmethods_unittest.cpp", |
| 229 | "cjs_util_unittest.cpp", |
| 230 | ] |
| 231 | configs = [ "//v8:external_startup_data" ] |
| 232 | deps = [ |
| 233 | ":fxjs", |
| 234 | ] |
| 235 | pdfium_root_dir = "../" |
| 236 | } |
Lei Zhang | 1929d6e | 2018-10-15 23:51:28 +0000 | [diff] [blame] | 237 | |
| 238 | pdfium_embeddertest_source_set("embeddertests") { |
| 239 | sources = [ |
| 240 | "cfxjs_engine_embeddertest.cpp", |
| 241 | "cjs_publicmethods_embeddertest.cpp", |
| 242 | ] |
| 243 | configs = [ "//v8:external_startup_data" ] |
| 244 | deps = [ |
| 245 | ":fxjs", |
| 246 | ] |
| 247 | pdfium_root_dir = "../" |
| 248 | |
| 249 | if (pdf_enable_xfa) { |
Tom Sepez | 4761770 | 2019-01-23 21:55:41 +0000 | [diff] [blame] | 250 | sources += [ |
Lei Zhang | 15c0b1e | 2019-03-05 19:54:16 +0000 | [diff] [blame] | 251 | "xfa/cfxjse_app_embeddertest.cpp", |
Tom Sepez | 4761770 | 2019-01-23 21:55:41 +0000 | [diff] [blame] | 252 | "xfa/cfxjse_formcalc_context_embeddertest.cpp", |
| 253 | "xfa/cfxjse_value_embeddertest.cpp", |
Lei Zhang | ef35a82 | 2019-03-12 21:38:19 +0000 | [diff] [blame] | 254 | "xfa/cjx_hostpseudomodel_embeddertest.cpp", |
Lei Zhang | 601809e | 2019-03-22 17:54:39 +0000 | [diff] [blame] | 255 | "xfa/cjx_list_embeddertest.cpp", |
Tom Sepez | 4761770 | 2019-01-23 21:55:41 +0000 | [diff] [blame] | 256 | ] |
Lei Zhang | f0ef9d0 | 2019-03-14 19:41:30 +0000 | [diff] [blame] | 257 | deps += [ "../xfa/fxfa" ] |
Lei Zhang | 1929d6e | 2018-10-15 23:51:28 +0000 | [diff] [blame] | 258 | } |
| 259 | } |
Lei Zhang | f03f781 | 2018-10-15 23:48:29 +0000 | [diff] [blame] | 260 | } |