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

Side by Side Diff: xfa.gyp

Issue 2165833005: Rename xfa_utils_imp to xfa_utils (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa_parser_IV
Patch Set: Rebase to master Created 4 years, 5 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 | « pdfium.gyp ('k') | xfa/fxfa/parser/xfa_utils.cpp » ('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 "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
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
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 }
OLDNEW
« no previous file with comments | « pdfium.gyp ('k') | xfa/fxfa/parser/xfa_utils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698