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

Unified Diff: third_party/WebKit/Source/core/layout/svg/BUILD.gn

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase 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/layout/BUILD.gn ('k') | third_party/WebKit/Source/core/loader/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/layout/svg/BUILD.gn
diff --git a/third_party/WebKit/Source/core/layout/svg/BUILD.gn b/third_party/WebKit/Source/core/layout/svg/BUILD.gn
index 9c9d3f32d7846cbe05db58bce941109293dc4f08..2d3b69aaaff9a7eee2cd5d83ee1453a4a86a42f2 100644
--- a/third_party/WebKit/Source/core/layout/svg/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/svg/BUILD.gn
@@ -75,6 +75,7 @@ blink_core_sources("svg") {
"SVGResources.cpp",
"SVGResources.h",
"SVGResourcesCache.cpp",
+ "SVGResourcesCache.h",
"SVGResourcesCycleSolver.cpp",
"SVGResourcesCycleSolver.h",
"SVGTextChunkBuilder.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/layout/BUILD.gn ('k') | third_party/WebKit/Source/core/loader/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698