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

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

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge 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/modules/geolocation/BUILD.gn ('k') | third_party/android_crazy_linker/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f5a03eeed7aeff98f0327a5eabc8b25e32cd91d5..e58744072e0c4606bf915627eb4c927337c02402 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",
@@ -1393,6 +1394,7 @@ component("platform") {
"transforms/SkewTransformOperation.cpp",
"transforms/SkewTransformOperation.h",
"transforms/TransformOperations.cpp",
+ "transforms/TransformOperations.h",
"transforms/TransformationMatrix.cpp",
"transforms/TransformationMatrix.h",
"transforms/TranslateTransformOperation.cpp",
« no previous file with comments | « third_party/WebKit/Source/modules/geolocation/BUILD.gn ('k') | third_party/android_crazy_linker/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698