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

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

Issue 2884553002: Move AppliedTextDecorationList to its own file. (Closed)
Patch Set: Reland Created 3 years, 7 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
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 4083c279d46b324920e74ab8063e2d7e3749f156..0d1ea6b4bb0ffccf942f9d0273d0734da22877b7 100644
--- a/third_party/WebKit/Source/core/style/BUILD.gn
+++ b/third_party/WebKit/Source/core/style/BUILD.gn
@@ -10,6 +10,7 @@ blink_core_sources("rendering") {
sources = [
"AppliedTextDecoration.cpp",
"AppliedTextDecoration.h",
+ "AppliedTextDecorationList.h",
"BasicShapes.cpp",
"BasicShapes.h",
"BorderData.h",

Powered by Google App Engine
This is Rietveld 408576698