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

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

Issue 2771373003: Add most missing blink files to .gn files (Closed)
Patch Set: . 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/frame/BUILD.gn ('k') | third_party/WebKit/Source/core/inspector/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/html/BUILD.gn
diff --git a/third_party/WebKit/Source/core/html/BUILD.gn b/third_party/WebKit/Source/core/html/BUILD.gn
index 81857d11e6d9a5d14ac12d25007522f3406f4c24..48b43cf7912ed70a54a09e7c2de737cc51d57494 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -13,6 +13,8 @@ blink_core_sources("html") {
"AutoplayUmaHelper.h",
"ClassList.cpp",
"ClassList.h",
+ "CollectionItemsCache.h",
+ "CollectionType.h",
"CrossOriginAttribute.cpp",
"CrossOriginAttribute.h",
"DocumentNameCollection.cpp",
@@ -47,6 +49,7 @@ blink_core_sources("html") {
"HTMLDListElement.h",
"HTMLDataListElement.cpp",
"HTMLDataListElement.h",
+ "HTMLDataListOptionsCollection.h",
"HTMLDetailsElement.cpp",
"HTMLDetailsElement.h",
"HTMLDialogElement.cpp",
@@ -264,6 +267,7 @@ blink_core_sources("html") {
"URLRegistry.h",
"ValidityState.cpp",
"ValidityState.h",
+ "VoidCallback.h",
"WindowNameCollection.cpp",
"WindowNameCollection.h",
"canvas/CanvasAsyncBlobCreator.cpp",
@@ -436,6 +440,7 @@ blink_core_sources("html") {
"parser/InputStreamPreprocessor.h",
"parser/MarkupTokenizerInlines.h",
"parser/NestingLevelIncrementer.h",
+ "parser/ParserSynchronizationPolicy.h",
"parser/PreloadRequest.cpp",
"parser/PreloadRequest.h",
"parser/ResourcePreloader.cpp",
@@ -507,6 +512,7 @@ blink_core_sources("html") {
"track/TextTrackCue.h",
"track/TextTrackCueList.cpp",
"track/TextTrackCueList.h",
+ "track/TextTrackKindUserPreference.h",
"track/TextTrackList.cpp",
"track/TextTrackList.h",
"track/TrackBase.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/frame/BUILD.gn ('k') | third_party/WebKit/Source/core/inspector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698