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

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

Issue 2375453002: Move FilterOperation*.{cpp,h} to core/style/ (Closed)
Patch Set: Fix EXPORTs Created 4 years, 3 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 292b9489f79cd8efb854f41a1542c83fd239ea9e..787051867f0cedae7a35cb697fac4b6697cbb43e 100644
--- a/third_party/WebKit/Source/core/style/BUILD.gn
+++ b/third_party/WebKit/Source/core/style/BUILD.gn
@@ -24,6 +24,10 @@ blink_core_sources("rendering") {
"DataPersistent.h",
"DataRef.h",
"FillLayer.cpp",
+ "FilterOperation.cpp",
+ "FilterOperation.h",
+ "FilterOperations.cpp",
+ "FilterOperations.h",
"GridArea.h",
"GridPositionsResolver.cpp",
"GridPositionsResolver.h",
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.cpp ('k') | third_party/WebKit/Source/core/style/FilterOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698