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

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: 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/fde_css.cpp", 54 "xfa/fde/css/fde_css.cpp",
55 "xfa/fde/css/fde_css.h", 55 "xfa/fde/css/fde_css.h",
56 "xfa/fde/css/fde_csscache.cpp", 56 "xfa/fde/css/fde_csscache.cpp",
57 "xfa/fde/css/fde_csscache.h", 57 "xfa/fde/css/fde_csscache.h",
58 "xfa/fde/css/fde_cssdatatable.cpp", 58 "xfa/fde/css/fde_cssdatatable.cpp",
59 "xfa/fde/css/fde_cssdatatable.h", 59 "xfa/fde/css/fde_cssdatatable.h",
60 "xfa/fde/css/fde_cssdeclaration.cpp", 60 "xfa/fde/css/fde_cssdeclaration.cpp",
61 "xfa/fde/css/fde_cssdeclaration.h", 61 "xfa/fde/css/fde_cssdeclaration.h",
62 "xfa/fde/css/fde_cssrulecollection.cpp",
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",
64 "xfa/fde/css/fde_cssstylesheet.cpp", 65 "xfa/fde/css/fde_cssstylesheet.cpp",
65 "xfa/fde/css/fde_cssstylesheet.h", 66 "xfa/fde/css/fde_cssstylesheet.h",
66 "xfa/fde/css/fde_csssyntax.cpp", 67 "xfa/fde/css/fde_csssyntax.cpp",
67 "xfa/fde/css/fde_csssyntax.h", 68 "xfa/fde/css/fde_csssyntax.h",
68 "xfa/fde/fde_gedevice.cpp", 69 "xfa/fde/fde_gedevice.cpp",
69 "xfa/fde/fde_gedevice.h", 70 "xfa/fde/fde_gedevice.h",
70 "xfa/fde/fde_iterator.cpp", 71 "xfa/fde/fde_iterator.cpp",
71 "xfa/fde/fde_iterator.h", 72 "xfa/fde/fde_iterator.h",
(...skipping 526 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

Powered by Google App Engine
This is Rietveld 408576698