OLD | NEW |
1 # Copyright 2015 PDFium Authors. All rights reserved. | 1 # Copyright 2015 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 # TODO(thakis): Enable this, pdfium:29 | 7 # TODO(thakis): Enable this, pdfium:29 |
8 #'chromium_code': 1, | 8 #'chromium_code': 1, |
9 'pdf_use_skia%': 0, | 9 'pdf_use_skia%': 0, |
10 'pdf_enable_v8%': 1, | 10 'pdf_enable_v8%': 1, |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'fpdfdoc', | 81 'fpdfdoc', |
82 'fpdfapi', | 82 'fpdfapi', |
83 'fpdftext', | 83 'fpdftext', |
84 'formfiller', | 84 'formfiller', |
85 'fxcodec', | 85 'fxcodec', |
86 'fxcrt', | 86 'fxcrt', |
87 'fxedit', | 87 'fxedit', |
88 'fxge', | 88 'fxge', |
89 'javascript', | 89 'javascript', |
90 'pdfwindow', | 90 'pdfwindow', |
91 'fpdfxfa', | |
92 ], | 91 ], |
93 'sources': [ | 92 'sources': [ |
94 'fpdfsdk/include/fsdk_actionhandler.h', | 93 'fpdfsdk/include/fsdk_actionhandler.h', |
95 'fpdfsdk/include/fsdk_annothandler.h', | 94 'fpdfsdk/include/fsdk_annothandler.h', |
96 'fpdfsdk/include/fsdk_baseannot.h', | 95 'fpdfsdk/include/fsdk_baseannot.h', |
97 'fpdfsdk/include/fsdk_baseform.h', | 96 'fpdfsdk/include/fsdk_baseform.h', |
98 'fpdfsdk/src/fpdfdoc.cpp', | 97 'fpdfsdk/src/fpdfdoc.cpp', |
99 'fpdfsdk/src/fpdfeditimg.cpp', | 98 'fpdfsdk/src/fpdfeditimg.cpp', |
100 'fpdfsdk/src/fpdfeditpage.cpp', | 99 'fpdfsdk/src/fpdfeditpage.cpp', |
101 'fpdfsdk/src/fpdfformfill.cpp', | 100 'fpdfsdk/src/fpdfformfill.cpp', |
(...skipping 24 matching lines...) Expand all Loading... |
126 'public/fpdf_ppo.h', | 125 'public/fpdf_ppo.h', |
127 'public/fpdf_progressive.h', | 126 'public/fpdf_progressive.h', |
128 'public/fpdf_save.h', | 127 'public/fpdf_save.h', |
129 'public/fpdf_searchex.h', | 128 'public/fpdf_searchex.h', |
130 'public/fpdf_sysfontinfo.h', | 129 'public/fpdf_sysfontinfo.h', |
131 'public/fpdf_text.h', | 130 'public/fpdf_text.h', |
132 'public/fpdf_transformpage.h', | 131 'public/fpdf_transformpage.h', |
133 'public/fpdfview.h', | 132 'public/fpdfview.h', |
134 ], | 133 ], |
135 'conditions': [ | 134 'conditions': [ |
| 135 ['pdf_enable_xfa==1', { |
| 136 'dependencies': [ |
| 137 'fpdfxfa', |
| 138 ], |
| 139 }], |
136 ['bundle_freetype==1', { | 140 ['bundle_freetype==1', { |
137 'dependencies': [ | 141 'dependencies': [ |
138 'third_party/third_party.gyp:fx_freetype', | 142 'third_party/third_party.gyp:fx_freetype', |
139 ], | 143 ], |
140 }, { | 144 }, { |
141 'link_settings': { | 145 'link_settings': { |
142 'libraries': [ | 146 'libraries': [ |
143 '-lfreetype', | 147 '-lfreetype', |
144 ], | 148 ], |
145 }, | 149 }, |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 'core/src/fpdftext/unicodenormalizationdata.h', | 341 'core/src/fpdftext/unicodenormalizationdata.h', |
338 ], | 342 ], |
339 }, | 343 }, |
340 { | 344 { |
341 'target_name': 'fxcodec', | 345 'target_name': 'fxcodec', |
342 'type': 'static_library', | 346 'type': 'static_library', |
343 'dependencies': [ | 347 'dependencies': [ |
344 '<(libjpeg_gyp_path):libjpeg', | 348 '<(libjpeg_gyp_path):libjpeg', |
345 'third_party/third_party.gyp:fx_lcms2', | 349 'third_party/third_party.gyp:fx_lcms2', |
346 'third_party/third_party.gyp:fx_libopenjpeg', | 350 'third_party/third_party.gyp:fx_libopenjpeg', |
347 'third_party/third_party.gyp:fx_lpng', | |
348 'third_party/third_party.gyp:fx_tiff', | |
349 'third_party/third_party.gyp:fx_zlib', | 351 'third_party/third_party.gyp:fx_zlib', |
350 ], | 352 ], |
351 'sources': [ | 353 'sources': [ |
352 'core/include/fxcodec/fx_codec.h', | 354 'core/include/fxcodec/fx_codec.h', |
353 'core/include/fxcodec/fx_codec_def.h', | 355 'core/include/fxcodec/fx_codec_def.h', |
354 'core/include/fxcodec/fx_codec_flate.h', | 356 'core/include/fxcodec/fx_codec_flate.h', |
355 'core/src/fxcodec/codec/codec_int.h', | 357 'core/src/fxcodec/codec/codec_int.h', |
356 'core/src/fxcodec/codec/fx_codec.cpp', | 358 'core/src/fxcodec/codec/fx_codec.cpp', |
357 'core/src/fxcodec/codec/fx_codec_bmp.cpp', | |
358 'core/src/fxcodec/codec/fx_codec_fax.cpp', | 359 'core/src/fxcodec/codec/fx_codec_fax.cpp', |
359 'core/src/fxcodec/codec/fx_codec_flate.cpp', | 360 'core/src/fxcodec/codec/fx_codec_flate.cpp', |
360 'core/src/fxcodec/codec/fx_codec_gif.cpp', | |
361 'core/src/fxcodec/codec/fx_codec_icc.cpp', | 361 'core/src/fxcodec/codec/fx_codec_icc.cpp', |
362 'core/src/fxcodec/codec/fx_codec_jbig.cpp', | 362 'core/src/fxcodec/codec/fx_codec_jbig.cpp', |
363 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', | 363 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', |
364 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', | 364 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', |
365 'core/src/fxcodec/codec/fx_codec_png.cpp', | |
366 'core/src/fxcodec/codec/fx_codec_progress.cpp', | |
367 'core/src/fxcodec/codec/fx_codec_progress.h', | |
368 'core/src/fxcodec/codec/fx_codec_tiff.cpp', | |
369 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp', | 365 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp', |
370 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', | 366 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', |
371 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', | 367 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', |
372 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', | 368 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', |
373 'core/src/fxcodec/jbig2/JBig2_BitStream.cpp', | 369 'core/src/fxcodec/jbig2/JBig2_BitStream.cpp', |
374 'core/src/fxcodec/jbig2/JBig2_BitStream.h', | 370 'core/src/fxcodec/jbig2/JBig2_BitStream.h', |
375 'core/src/fxcodec/jbig2/JBig2_Context.cpp', | 371 'core/src/fxcodec/jbig2/JBig2_Context.cpp', |
376 'core/src/fxcodec/jbig2/JBig2_Context.h', | 372 'core/src/fxcodec/jbig2/JBig2_Context.h', |
377 'core/src/fxcodec/jbig2/JBig2_Define.h', | 373 'core/src/fxcodec/jbig2/JBig2_Define.h', |
378 'core/src/fxcodec/jbig2/JBig2_GrdProc.cpp', | 374 'core/src/fxcodec/jbig2/JBig2_GrdProc.cpp', |
(...skipping 18 matching lines...) Expand all Loading... |
397 'core/src/fxcodec/jbig2/JBig2_PddProc.cpp', | 393 'core/src/fxcodec/jbig2/JBig2_PddProc.cpp', |
398 'core/src/fxcodec/jbig2/JBig2_PddProc.h', | 394 'core/src/fxcodec/jbig2/JBig2_PddProc.h', |
399 'core/src/fxcodec/jbig2/JBig2_SddProc.cpp', | 395 'core/src/fxcodec/jbig2/JBig2_SddProc.cpp', |
400 'core/src/fxcodec/jbig2/JBig2_SddProc.h', | 396 'core/src/fxcodec/jbig2/JBig2_SddProc.h', |
401 'core/src/fxcodec/jbig2/JBig2_Segment.cpp', | 397 'core/src/fxcodec/jbig2/JBig2_Segment.cpp', |
402 'core/src/fxcodec/jbig2/JBig2_Segment.h', | 398 'core/src/fxcodec/jbig2/JBig2_Segment.h', |
403 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp', | 399 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp', |
404 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h', | 400 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h', |
405 'core/src/fxcodec/jbig2/JBig2_TrdProc.cpp', | 401 'core/src/fxcodec/jbig2/JBig2_TrdProc.cpp', |
406 'core/src/fxcodec/jbig2/JBig2_TrdProc.h', | 402 'core/src/fxcodec/jbig2/JBig2_TrdProc.h', |
407 'core/src/fxcodec/lbmp/fx_bmp.cpp', | |
408 'core/src/fxcodec/lbmp/fx_bmp.h', | |
409 'core/src/fxcodec/lgif/fx_gif.cpp', | |
410 'core/src/fxcodec/lgif/fx_gif.h', | |
411 ], | 403 ], |
412 'msvs_settings': { | 404 'msvs_settings': { |
413 'VCCLCompilerTool': { | 405 'VCCLCompilerTool': { |
414 # Unresolved warnings in fx_codec_jpx_opj.cpp | 406 # Unresolved warnings in fx_codec_jpx_opj.cpp |
415 # https://code.google.com/p/pdfium/issues/detail?id=100 | 407 # https://code.google.com/p/pdfium/issues/detail?id=100 |
416 'WarnAsError': 'false', | 408 'WarnAsError': 'false', |
417 }, | 409 }, |
418 }, | 410 }, |
419 'conditions': [ | 411 'conditions': [ |
| 412 ['pdf_enable_xfa==1', { |
| 413 'dependencies': [ |
| 414 'third_party/third_party.gyp:fx_lpng', |
| 415 'third_party/third_party.gyp:fx_tiff', |
| 416 ], |
| 417 'sources': [ |
| 418 'core/src/fxcodec/codec/fx_codec_bmp.cpp', |
| 419 'core/src/fxcodec/codec/fx_codec_gif.cpp', |
| 420 'core/src/fxcodec/codec/fx_codec_png.cpp', |
| 421 'core/src/fxcodec/codec/fx_codec_progress.cpp', |
| 422 'core/src/fxcodec/codec/fx_codec_progress.h', |
| 423 'core/src/fxcodec/codec/fx_codec_tiff.cpp', |
| 424 'core/src/fxcodec/lbmp/fx_bmp.cpp', |
| 425 'core/src/fxcodec/lbmp/fx_bmp.h', |
| 426 'core/src/fxcodec/lgif/fx_gif.cpp', |
| 427 'core/src/fxcodec/lgif/fx_gif.h', |
| 428 ], |
| 429 }], |
420 ['os_posix==1', { | 430 ['os_posix==1', { |
421 # core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int | 431 # core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int |
422 # conversion to check that an address is 16-bit aligned (benign). | 432 # conversion to check that an address is 16-bit aligned (benign). |
423 'cflags_c': [ '-Wno-pointer-to-int-cast' ], | 433 'cflags_c': [ '-Wno-pointer-to-int-cast' ], |
424 }], | 434 }], |
425 ], | 435 ], |
426 }, | 436 }, |
427 { | 437 { |
428 'target_name': 'fxcrt', | 438 'target_name': 'fxcrt', |
429 'type': 'static_library', | 439 'type': 'static_library', |
430 'sources': [ | 440 'sources': [ |
431 'core/include/fxcrt/fx_arb.h', | |
432 'core/include/fxcrt/fx_basic.h', | 441 'core/include/fxcrt/fx_basic.h', |
433 'core/include/fxcrt/fx_bidi.h', | 442 'core/include/fxcrt/fx_bidi.h', |
434 'core/include/fxcrt/fx_coordinates.h', | 443 'core/include/fxcrt/fx_coordinates.h', |
435 'core/include/fxcrt/fx_ext.h', | 444 'core/include/fxcrt/fx_ext.h', |
436 'core/include/fxcrt/fx_memory.h', | 445 'core/include/fxcrt/fx_memory.h', |
437 'core/include/fxcrt/fx_safe_types.h', | 446 'core/include/fxcrt/fx_safe_types.h', |
438 'core/include/fxcrt/fx_stream.h', | 447 'core/include/fxcrt/fx_stream.h', |
439 'core/include/fxcrt/fx_string.h', | 448 'core/include/fxcrt/fx_string.h', |
440 'core/include/fxcrt/fx_system.h', | 449 'core/include/fxcrt/fx_system.h', |
441 'core/include/fxcrt/fx_ucd.h', | 450 'core/include/fxcrt/fx_ucd.h', |
442 'core/include/fxcrt/fx_xml.h', | 451 'core/include/fxcrt/fx_xml.h', |
443 'core/src/fxcrt/extension.h', | 452 'core/src/fxcrt/extension.h', |
444 'core/src/fxcrt/fxcrt_platforms.cpp', | 453 'core/src/fxcrt/fxcrt_platforms.cpp', |
445 'core/src/fxcrt/fxcrt_platforms.h', | 454 'core/src/fxcrt/fxcrt_platforms.h', |
446 'core/src/fxcrt/fxcrt_posix.cpp', | 455 'core/src/fxcrt/fxcrt_posix.cpp', |
447 'core/src/fxcrt/fxcrt_posix.h', | 456 'core/src/fxcrt/fxcrt_posix.h', |
448 'core/src/fxcrt/fxcrt_windows.cpp', | 457 'core/src/fxcrt/fxcrt_windows.cpp', |
449 'core/src/fxcrt/fxcrt_windows.h', | 458 'core/src/fxcrt/fxcrt_windows.h', |
450 'core/src/fxcrt/fx_arabic.cpp', | |
451 'core/src/fxcrt/fx_arabic.h', | |
452 'core/src/fxcrt/fx_basic_array.cpp', | 459 'core/src/fxcrt/fx_basic_array.cpp', |
453 'core/src/fxcrt/fx_basic_bstring.cpp', | 460 'core/src/fxcrt/fx_basic_bstring.cpp', |
454 'core/src/fxcrt/fx_basic_buffer.cpp', | 461 'core/src/fxcrt/fx_basic_buffer.cpp', |
455 'core/src/fxcrt/fx_basic_coords.cpp', | 462 'core/src/fxcrt/fx_basic_coords.cpp', |
456 'core/src/fxcrt/fx_basic_gcc.cpp', | 463 'core/src/fxcrt/fx_basic_gcc.cpp', |
457 'core/src/fxcrt/fx_basic_list.cpp', | 464 'core/src/fxcrt/fx_basic_list.cpp', |
458 'core/src/fxcrt/fx_basic_maps.cpp', | 465 'core/src/fxcrt/fx_basic_maps.cpp', |
459 'core/src/fxcrt/fx_basic_memmgr.cpp', | 466 'core/src/fxcrt/fx_basic_memmgr.cpp', |
460 'core/src/fxcrt/fx_basic_plex.cpp', | 467 'core/src/fxcrt/fx_basic_plex.cpp', |
461 'core/src/fxcrt/fx_basic_utf.cpp', | 468 'core/src/fxcrt/fx_basic_utf.cpp', |
462 'core/src/fxcrt/fx_basic_util.cpp', | 469 'core/src/fxcrt/fx_basic_util.cpp', |
463 'core/src/fxcrt/fx_basic_wstring.cpp', | 470 'core/src/fxcrt/fx_basic_wstring.cpp', |
464 'core/src/fxcrt/fx_bidi.cpp', | 471 'core/src/fxcrt/fx_bidi.cpp', |
465 'core/src/fxcrt/fx_extension.cpp', | 472 'core/src/fxcrt/fx_extension.cpp', |
466 'core/src/fxcrt/fx_ucddata.cpp', | 473 'core/src/fxcrt/fx_ucddata.cpp', |
467 'core/src/fxcrt/fx_unicode.cpp', | 474 'core/src/fxcrt/fx_unicode.cpp', |
468 'core/src/fxcrt/fx_xml_composer.cpp', | 475 'core/src/fxcrt/fx_xml_composer.cpp', |
469 'core/src/fxcrt/fx_xml_parser.cpp', | 476 'core/src/fxcrt/fx_xml_parser.cpp', |
470 'core/src/fxcrt/plex.h', | 477 'core/src/fxcrt/plex.h', |
471 'core/src/fxcrt/xml_int.h', | 478 'core/src/fxcrt/xml_int.h', |
472 ], | 479 ], |
| 480 'conditions': [ |
| 481 ['pdf_enable_xfa==1', { |
| 482 'sources': [ |
| 483 'core/include/fxcrt/fx_arb.h', |
| 484 'core/src/fxcrt/fx_arabic.cpp', |
| 485 'core/src/fxcrt/fx_arabic.h', |
| 486 ], |
| 487 }], |
| 488 ], |
473 }, | 489 }, |
474 { | 490 { |
475 'target_name': 'fxge', | 491 'target_name': 'fxge', |
476 'type': 'static_library', | 492 'type': 'static_library', |
477 'dependencies': [ | 493 'dependencies': [ |
478 'third_party/third_party.gyp:fx_agg', | 494 'third_party/third_party.gyp:fx_agg', |
479 ], | 495 ], |
480 'sources': [ | 496 'sources': [ |
481 'core/include/fxge/fpf.h', | 497 'core/include/fxge/fpf.h', |
482 'core/include/fxge/fx_dib.h', | 498 'core/include/fxge/fx_dib.h', |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
631 'fpdfsdk/src/pdfwindow/PWL_Signature.cpp', | 647 'fpdfsdk/src/pdfwindow/PWL_Signature.cpp', |
632 'fpdfsdk/src/pdfwindow/PWL_SpecialButton.cpp', | 648 'fpdfsdk/src/pdfwindow/PWL_SpecialButton.cpp', |
633 'fpdfsdk/src/pdfwindow/PWL_Utils.cpp', | 649 'fpdfsdk/src/pdfwindow/PWL_Utils.cpp', |
634 'fpdfsdk/src/pdfwindow/PWL_Wnd.cpp', | 650 'fpdfsdk/src/pdfwindow/PWL_Wnd.cpp', |
635 ], | 651 ], |
636 }, | 652 }, |
637 { | 653 { |
638 'target_name': 'fpdfxfa', | 654 'target_name': 'fpdfxfa', |
639 'type': 'static_library', | 655 'type': 'static_library', |
640 'dependencies': [ | 656 'dependencies': [ |
641 'javascript' | 657 'javascript', |
| 658 'xfa.gyp:xfa', |
642 ], | 659 ], |
643 'sources': [ | 660 'sources': [ |
644 'fpdfsdk/src/fpdfxfa/fpdfxfa_app.cpp', | 661 'fpdfsdk/src/fpdfxfa/fpdfxfa_app.cpp', |
645 'fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp', | 662 'fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp', |
646 'fpdfsdk/src/fpdfxfa/fpdfxfa_page.cpp', | 663 'fpdfsdk/src/fpdfxfa/fpdfxfa_page.cpp', |
647 'fpdfsdk/src/fpdfxfa/fpdfxfa_util.cpp', | 664 'fpdfsdk/src/fpdfxfa/fpdfxfa_util.cpp', |
648 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 665 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
649 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 666 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
650 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 667 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
651 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 668 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
652 ], | 669 ], |
653 'conditions': [ | |
654 [ "pdf_enable_xfa==1", { | |
655 'dependencies': [ | |
656 'xfa.gyp:xfa', | |
657 ], | |
658 }], | |
659 ], | |
660 }, | 670 }, |
661 { | 671 { |
662 'target_name': 'javascript', | 672 'target_name': 'javascript', |
663 'type': 'static_library', | 673 'type': 'static_library', |
664 'sources': [ | 674 'sources': [ |
665 'fpdfsdk/include/javascript/IJavaScript.h', | 675 'fpdfsdk/include/javascript/IJavaScript.h', |
666 'fpdfsdk/src/javascript/JS_Runtime_Stub.cpp', | 676 'fpdfsdk/src/javascript/JS_Runtime_Stub.cpp', |
667 ], | 677 ], |
668 'conditions': [ | 678 'conditions': [ |
669 ['pdf_enable_v8==1', { | 679 ['pdf_enable_v8==1', { |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
808 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 818 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
809 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', | 819 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
810 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 820 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
811 'fpdfsdk/src/fpdfview_c_api_test.c', | 821 'fpdfsdk/src/fpdfview_c_api_test.c', |
812 'fpdfsdk/src/fpdfview_c_api_test.h', | 822 'fpdfsdk/src/fpdfview_c_api_test.h', |
813 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 823 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
814 'testing/embedder_test.cpp', | 824 'testing/embedder_test.cpp', |
815 'testing/embedder_test.h', | 825 'testing/embedder_test.h', |
816 'testing/embedder_test_mock_delegate.h', | 826 'testing/embedder_test_mock_delegate.h', |
817 'testing/embedder_test_timer_handling_delegate.h', | 827 'testing/embedder_test_timer_handling_delegate.h', |
818 'xfa/src/fxfa/src/parser/xfa_parser_imp_embeddertest.cpp', | |
819 ], | 828 ], |
820 'conditions': [ | 829 'conditions': [ |
| 830 ['pdf_enable_xfa==1', { |
| 831 'sources': [ |
| 832 'xfa/src/fxfa/src/parser/xfa_parser_imp_embeddertest.cpp', |
| 833 ], |
| 834 }], |
821 ['pdf_enable_v8==1', { | 835 ['pdf_enable_v8==1', { |
822 'include_dirs': [ | 836 'include_dirs': [ |
823 '<(DEPTH)/v8', | 837 '<(DEPTH)/v8', |
824 '<(DEPTH)/v8/include', | 838 '<(DEPTH)/v8/include', |
825 ], | 839 ], |
826 'dependencies': [ | 840 'dependencies': [ |
827 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 841 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
828 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 842 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
829 ], | 843 ], |
830 'sources': [ | 844 'sources': [ |
(...skipping 24 matching lines...) Expand all Loading... |
855 ], | 869 ], |
856 'dependencies': [ | 870 'dependencies': [ |
857 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 871 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
858 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 872 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
859 ], | 873 ], |
860 }], | 874 }], |
861 ], | 875 ], |
862 }, | 876 }, |
863 ], | 877 ], |
864 } | 878 } |
OLD | NEW |