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

Side by Side Diff: xfa.gyp

Issue 2166833002: Move CSSRuleCollection class to its own file (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Addressing comments 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
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "xfa/fde/cfde_txtedtpage.cpp", 44 "xfa/fde/cfde_txtedtpage.cpp",
45 "xfa/fde/cfde_txtedtpage.h", 45 "xfa/fde/cfde_txtedtpage.h",
46 "xfa/fde/cfde_txtedtparag.cpp", 46 "xfa/fde/cfde_txtedtparag.cpp",
47 "xfa/fde/cfde_txtedtparag.h", 47 "xfa/fde/cfde_txtedtparag.h",
48 "xfa/fde/cfde_txtedttextset.cpp", 48 "xfa/fde/cfde_txtedttextset.cpp",
49 "xfa/fde/cfde_txtedttextset.h", 49 "xfa/fde/cfde_txtedttextset.h",
50 "xfa/fde/cfx_chariter.cpp", 50 "xfa/fde/cfx_chariter.cpp",
51 "xfa/fde/cfx_chariter.h", 51 "xfa/fde/cfx_chariter.h",
52 "xfa/fde/cfx_wordbreak.cpp", 52 "xfa/fde/cfx_wordbreak.cpp",
53 "xfa/fde/cfx_wordbreak.h", 53 "xfa/fde/cfx_wordbreak.h",
54 "xfa/fde/css/cfde_cssrulecollection.cpp",
54 "xfa/fde/css/fde_css.cpp", 55 "xfa/fde/css/fde_css.cpp",
55 "xfa/fde/css/fde_css.h", 56 "xfa/fde/css/fde_css.h",
56 "xfa/fde/css/fde_csscache.cpp", 57 "xfa/fde/css/fde_csscache.cpp",
57 "xfa/fde/css/fde_csscache.h", 58 "xfa/fde/css/fde_csscache.h",
58 "xfa/fde/css/fde_cssdatatable.cpp", 59 "xfa/fde/css/fde_cssdatatable.cpp",
59 "xfa/fde/css/fde_cssdatatable.h", 60 "xfa/fde/css/fde_cssdatatable.h",
60 "xfa/fde/css/fde_cssdeclaration.cpp", 61 "xfa/fde/css/fde_cssdeclaration.cpp",
61 "xfa/fde/css/fde_cssdeclaration.h", 62 "xfa/fde/css/fde_cssdeclaration.h",
62 "xfa/fde/css/fde_cssstyleselector.cpp", 63 "xfa/fde/css/fde_cssstyleselector.cpp",
63 "xfa/fde/css/fde_cssstyleselector.h", 64 "xfa/fde/css/fde_cssstyleselector.h",
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "sources": [], 599 "sources": [],
599 }], 600 }],
600 ["OS == 'mac'", { 601 ["OS == 'mac'", {
601 "configurations": {}, 602 "configurations": {},
602 "sources": [], 603 "sources": [],
603 }], 604 }],
604 ] 605 ]
605 } 606 }
606 ] 607 ]
607 } 608 }
OLDNEW
« BUILD.gn ('K') | « BUILD.gn ('k') | xfa/fde/css/cfde_cssrulecollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698