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

Side by Side Diff: xfa.gyp

Issue 2062313002: Make code compile with clang_use_chrome_plugin (part IV) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: remove unused file Created 4 years, 6 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 | « fpdfsdk/pdfwindow/PWL_Wnd.cpp ('k') | xfa/fwl/basewidget/ifwl_spinbutton.h » ('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 "chromium_code": 1, 3 "chromium_code": 1,
4 "pdf_enable_v8%": 1, 4 "pdf_enable_v8%": 1,
5 }, 5 },
6 "target_defaults": { 6 "target_defaults": {
7 "defines": [ 7 "defines": [
8 "PDF_ENABLE_XFA", 8 "PDF_ENABLE_XFA",
9 ], 9 ],
10 'msvs_disabled_warnings': [ 10 'msvs_disabled_warnings': [
(...skipping 28 matching lines...) Expand all
39 "fxjse/context.h", 39 "fxjse/context.h",
40 "fxjse/dynprop.cpp", 40 "fxjse/dynprop.cpp",
41 "fxjse/include/cfxjse_arguments.h", 41 "fxjse/include/cfxjse_arguments.h",
42 "fxjse/include/cfxjse_class.h", 42 "fxjse/include/cfxjse_class.h",
43 "fxjse/include/cfxjse_value.h", 43 "fxjse/include/cfxjse_value.h",
44 "fxjse/include/fxjse.h", 44 "fxjse/include/fxjse.h",
45 "fxjse/runtime.cpp", 45 "fxjse/runtime.cpp",
46 "fxjse/runtime.h", 46 "fxjse/runtime.h",
47 "fxjse/scope_inline.h", 47 "fxjse/scope_inline.h",
48 "fxjse/value.cpp", 48 "fxjse/value.cpp",
49 "xfa/fxfa/include/cxfa_eventparam.h",
49 "xfa/fxfa/include/fxfa.h", 50 "xfa/fxfa/include/fxfa.h",
50 "xfa/fxfa/include/fxfa_basic.h", 51 "xfa/fxfa/include/fxfa_basic.h",
51 "xfa/fxfa/include/fxfa_widget.h", 52 "xfa/fxfa/include/fxfa_widget.h",
52 "xfa/fxfa/include/xfa_checksum.h", 53 "xfa/fxfa/include/xfa_checksum.h",
53 "xfa/fxfa/include/xfa_ffapp.h", 54 "xfa/fxfa/include/xfa_ffapp.h",
54 "xfa/fxfa/include/xfa_ffdoc.h", 55 "xfa/fxfa/include/xfa_ffdoc.h",
55 "xfa/fxfa/include/xfa_ffdochandler.h", 56 "xfa/fxfa/include/xfa_ffdochandler.h",
56 "xfa/fxfa/include/xfa_ffdocview.h", 57 "xfa/fxfa/include/xfa_ffdocview.h",
57 "xfa/fxfa/include/xfa_ffpageview.h", 58 "xfa/fxfa/include/xfa_ffpageview.h",
58 "xfa/fxfa/include/xfa_ffwidget.h", 59 "xfa/fxfa/include/xfa_ffwidget.h",
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 "xfa/fxbarcode/BC_Reader.cpp", 513 "xfa/fxbarcode/BC_Reader.cpp",
513 "xfa/fxbarcode/BC_ResultPoint.cpp", 514 "xfa/fxbarcode/BC_ResultPoint.cpp",
514 "xfa/fxbarcode/BC_TwoDimWriter.cpp", 515 "xfa/fxbarcode/BC_TwoDimWriter.cpp",
515 "xfa/fxbarcode/BC_UtilCodingConvert.cpp", 516 "xfa/fxbarcode/BC_UtilCodingConvert.cpp",
516 "xfa/fxbarcode/BC_UtilRSS.cpp", 517 "xfa/fxbarcode/BC_UtilRSS.cpp",
517 "xfa/fxbarcode/BC_Utils.cpp", 518 "xfa/fxbarcode/BC_Utils.cpp",
518 "xfa/fxbarcode/BC_Writer.cpp", 519 "xfa/fxbarcode/BC_Writer.cpp",
519 "xfa/fxbarcode/BC_Binarizer.h", 520 "xfa/fxbarcode/BC_Binarizer.h",
520 "xfa/fxbarcode/BC_BinaryBitmap.h", 521 "xfa/fxbarcode/BC_BinaryBitmap.h",
521 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h", 522 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h",
522 "xfa/fxbarcode/BC_DecoderResult.h",
523 "xfa/fxbarcode/BC_Dimension.h", 523 "xfa/fxbarcode/BC_Dimension.h",
524 "xfa/fxbarcode/BC_LuminanceSource.h", 524 "xfa/fxbarcode/BC_LuminanceSource.h",
525 "xfa/fxbarcode/BC_Reader.h", 525 "xfa/fxbarcode/BC_Reader.h",
526 "xfa/fxbarcode/BC_ResultPoint.h", 526 "xfa/fxbarcode/BC_ResultPoint.h",
527 "xfa/fxbarcode/BC_TwoDimWriter.h", 527 "xfa/fxbarcode/BC_TwoDimWriter.h",
528 "xfa/fxbarcode/BC_UtilCodingConvert.h", 528 "xfa/fxbarcode/BC_UtilCodingConvert.h",
529 "xfa/fxbarcode/BC_UtilRSS.h", 529 "xfa/fxbarcode/BC_UtilRSS.h",
530 "xfa/fxbarcode/BC_Writer.h", 530 "xfa/fxbarcode/BC_Writer.h",
531 "xfa/fxbarcode/utils.h", 531 "xfa/fxbarcode/utils.h",
532 "xfa/fxfa/app/cxfa_eventparam.cpp",
532 "xfa/fxfa/app/xfa_checksum.cpp", 533 "xfa/fxfa/app/xfa_checksum.cpp",
533 "xfa/fxfa/app/xfa_ffapp.cpp", 534 "xfa/fxfa/app/xfa_ffapp.cpp",
534 "xfa/fxfa/app/xfa_ffbarcode.cpp", 535 "xfa/fxfa/app/xfa_ffbarcode.cpp",
535 "xfa/fxfa/app/xfa_ffbarcode.h", 536 "xfa/fxfa/app/xfa_ffbarcode.h",
536 "xfa/fxfa/app/xfa_ffcheckbutton.cpp", 537 "xfa/fxfa/app/xfa_ffcheckbutton.cpp",
537 "xfa/fxfa/app/xfa_ffcheckbutton.h", 538 "xfa/fxfa/app/xfa_ffcheckbutton.h",
538 "xfa/fxfa/app/xfa_ffchoicelist.cpp", 539 "xfa/fxfa/app/xfa_ffchoicelist.cpp",
539 "xfa/fxfa/app/xfa_ffchoicelist.h", 540 "xfa/fxfa/app/xfa_ffchoicelist.h",
540 "xfa/fxfa/app/xfa_ffdoc.cpp", 541 "xfa/fxfa/app/xfa_ffdoc.cpp",
541 "xfa/fxfa/app/xfa_ffdochandler.cpp", 542 "xfa/fxfa/app/xfa_ffdochandler.cpp",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 "sources": [], 741 "sources": [],
741 }], 742 }],
742 ["OS == 'mac'", { 743 ["OS == 'mac'", {
743 "configurations": {}, 744 "configurations": {},
744 "sources": [], 745 "sources": [],
745 }], 746 }],
746 ] 747 ]
747 } 748 }
748 ] 749 ]
749 } 750 }
OLDNEW
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Wnd.cpp ('k') | xfa/fwl/basewidget/ifwl_spinbutton.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698