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

Unified Diff: third_party/WebKit/Source/core/style/BUILD.gn

Issue 2771373003: Add most missing blink files to .gn files (Closed)
Patch Set: . Created 3 years, 9 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 | « third_party/WebKit/Source/core/paint/BUILD.gn ('k') | third_party/WebKit/Source/core/svg/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/BUILD.gn
diff --git a/third_party/WebKit/Source/core/style/BUILD.gn b/third_party/WebKit/Source/core/style/BUILD.gn
index 39737f52187fc95459e66f3dd63357ad42f3ffa7..f7563bfc531d6e70aac78d1307bae6c5a311b58f 100644
--- a/third_party/WebKit/Source/core/style/BUILD.gn
+++ b/third_party/WebKit/Source/core/style/BUILD.gn
@@ -12,19 +12,25 @@ blink_core_sources("rendering") {
"AppliedTextDecoration.h",
"BasicShapes.cpp",
"BasicShapes.h",
+ "BorderData.h",
"BorderEdge.cpp",
"BorderEdge.h",
"BorderImageLength.h",
"BorderImageLengthBox.h",
+ "BorderValue.h",
"CachedUAStyle.h",
"ClipPathOperation.cpp",
"ClipPathOperation.h",
+ "CollapsedBorderValue.h",
"ComputedStyle.cpp",
"ComputedStyle.h",
+ "ComputedStyleConstants.h",
"ContentData.cpp",
"ContentData.h",
+ "CounterContent.h",
"CounterDirectives.cpp",
"CounterDirectives.h",
+ "CursorData.h",
"DataEquivalency.h",
"DataPersistent.h",
"DataRef.h",
@@ -35,10 +41,15 @@ blink_core_sources("rendering") {
"FilterOperations.cpp",
"FilterOperations.h",
"GridArea.h",
+ "GridLength.h",
+ "GridPosition.h",
"GridPositionsResolver.cpp",
"GridPositionsResolver.h",
+ "GridTrackSize.h",
+ "LineClampValue.h",
"NinePieceImage.cpp",
"NinePieceImage.h",
+ "OutlineValue.h",
"QuotesData.cpp",
"QuotesData.h",
"ShadowData.cpp",
@@ -53,6 +64,7 @@ blink_core_sources("rendering") {
"StyleDeprecatedFlexibleBoxData.cpp",
"StyleDeprecatedFlexibleBoxData.h",
"StyleDifference.cpp",
+ "StyleDifference.h",
"StyleFetchedImage.cpp",
"StyleFetchedImage.h",
"StyleFetchedImageSet.cpp",
@@ -88,6 +100,7 @@ blink_core_sources("rendering") {
"StyleRareInheritedData.h",
"StyleRareNonInheritedData.cpp",
"StyleRareNonInheritedData.h",
+ "StyleReflection.h",
"StyleScrollSnapData.cpp",
"StyleScrollSnapData.h",
"StyleSelfAlignmentData.h",
« no previous file with comments | « third_party/WebKit/Source/core/paint/BUILD.gn ('k') | third_party/WebKit/Source/core/svg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698