OLD | NEW |
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 "variables": { | 5 "variables": { |
6 'clang_use_chrome_plugins': 1, | 6 'clang_use_chrome_plugins': 1, |
7 }, | 7 }, |
8 }, | 8 }, |
9 "target_defaults": { | 9 "target_defaults": { |
10 "defines": [ | 10 "defines": [ |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", | 561 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", |
562 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", | 562 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", |
563 "xfa/fxfa/parser/xfa_locale.cpp", | 563 "xfa/fxfa/parser/xfa_locale.cpp", |
564 "xfa/fxfa/parser/xfa_locale.h", | 564 "xfa/fxfa/parser/xfa_locale.h", |
565 "xfa/fxfa/parser/xfa_localemgr.cpp", | 565 "xfa/fxfa/parser/xfa_localemgr.cpp", |
566 "xfa/fxfa/parser/xfa_localemgr.h", | 566 "xfa/fxfa/parser/xfa_localemgr.h", |
567 "xfa/fxfa/parser/xfa_localevalue.cpp", | 567 "xfa/fxfa/parser/xfa_localevalue.cpp", |
568 "xfa/fxfa/parser/xfa_localevalue.h", | 568 "xfa/fxfa/parser/xfa_localevalue.h", |
569 "xfa/fxfa/parser/xfa_object.h", | 569 "xfa/fxfa/parser/xfa_object.h", |
570 "xfa/fxfa/parser/xfa_resolvenode_rs.h", | 570 "xfa/fxfa/parser/xfa_resolvenode_rs.h", |
| 571 "xfa/fxfa/parser/xfa_utils.cpp", |
571 "xfa/fxfa/parser/xfa_utils.h", | 572 "xfa/fxfa/parser/xfa_utils.h", |
572 "xfa/fxfa/parser/xfa_utils_imp.cpp", | |
573 "xfa/fxgraphics/cagg_graphics.cpp", | 573 "xfa/fxgraphics/cagg_graphics.cpp", |
574 "xfa/fxgraphics/cagg_graphics.h", | 574 "xfa/fxgraphics/cagg_graphics.h", |
575 "xfa/fxgraphics/cfx_color.cpp", | 575 "xfa/fxgraphics/cfx_color.cpp", |
576 "xfa/fxgraphics/cfx_color.h", | 576 "xfa/fxgraphics/cfx_color.h", |
577 "xfa/fxgraphics/cfx_graphics.cpp", | 577 "xfa/fxgraphics/cfx_graphics.cpp", |
578 "xfa/fxgraphics/cfx_path.cpp", | 578 "xfa/fxgraphics/cfx_path.cpp", |
579 "xfa/fxgraphics/cfx_path.h", | 579 "xfa/fxgraphics/cfx_path.h", |
580 "xfa/fxgraphics/cfx_path_generator.cpp", | 580 "xfa/fxgraphics/cfx_path_generator.cpp", |
581 "xfa/fxgraphics/cfx_path_generator.h", | 581 "xfa/fxgraphics/cfx_path_generator.h", |
582 "xfa/fxgraphics/cfx_pattern.cpp", | 582 "xfa/fxgraphics/cfx_pattern.cpp", |
(...skipping 28 matching lines...) Expand all Loading... |
611 "sources": [], | 611 "sources": [], |
612 }], | 612 }], |
613 ["OS == 'mac'", { | 613 ["OS == 'mac'", { |
614 "configurations": {}, | 614 "configurations": {}, |
615 "sources": [], | 615 "sources": [], |
616 }], | 616 }], |
617 ] | 617 ] |
618 } | 618 } |
619 ] | 619 ] |
620 } | 620 } |
OLD | NEW |