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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: manual fix for CrOS 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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 1f8da647ef83d922dda4d62528552f5f04779320..8d3585e77318de90d6b90a402d13a34bb13bd253 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -608,6 +608,7 @@ component("platform") {
"fonts/FontDataForRangeSet.cpp",
"fonts/FontDataForRangeSet.h",
"fonts/FontDescription.cpp",
+ "fonts/FontDescription.h",
"fonts/FontFaceCreationParams.h",
"fonts/FontFallbackIterator.cpp",
"fonts/FontFallbackIterator.h",
@@ -1392,6 +1393,7 @@ component("platform") {
"transforms/SkewTransformOperation.cpp",
"transforms/SkewTransformOperation.h",
"transforms/TransformOperations.cpp",
+ "transforms/TransformOperations.h",
"transforms/TransformationMatrix.cpp",
"transforms/TransformationMatrix.h",
"transforms/TranslateTransformOperation.cpp",

Powered by Google App Engine
This is Rietveld 408576698