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

Unified Diff: BUILD.gn

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | xfa.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 7758f20ea43517b78dce270a818269544eefd0b3..ece0d69c5b7f938b66f04d18f4eb5908ffb0e3d0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -949,6 +949,7 @@ if (pdf_enable_xfa) {
"xfa/fde/css/fde_cssdatatable.h",
"xfa/fde/css/fde_cssdeclaration.cpp",
"xfa/fde/css/fde_cssdeclaration.h",
+ "xfa/fde/css/cfde_cssrulecollection.cpp",
dsinclair 2016/07/20 17:08:54 Sorted order. Running 'git cl format' should sort
npm_g 2016/07/20 17:17:01 Done.
"xfa/fde/css/fde_cssstyleselector.cpp",
"xfa/fde/css/fde_cssstyleselector.h",
"xfa/fde/css/fde_cssstylesheet.cpp",
« no previous file with comments | « no previous file | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698