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

Unified Diff: third_party/WebKit/Source/core/html/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/core/frame/BUILD.gn ('k') | third_party/WebKit/Source/core/layout/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 48b43cf7912ed70a54a09e7c2de737cc51d57494..3ba1492f6f45572338f63d34365abe12246328b8 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -444,6 +444,7 @@ blink_core_sources("html") {
"parser/PreloadRequest.cpp",
"parser/PreloadRequest.h",
"parser/ResourcePreloader.cpp",
+ "parser/ResourcePreloader.h",
"parser/TextDocumentParser.cpp",
"parser/TextDocumentParser.h",
"parser/TextResourceDecoder.cpp",
@@ -518,6 +519,7 @@ blink_core_sources("html") {
"track/TrackBase.cpp",
"track/TrackBase.h",
"track/TrackEvent.cpp",
+ "track/TrackEvent.h",
"track/TrackListBase.h",
"track/VideoTrack.cpp",
"track/VideoTrack.h",
« no previous file with comments | « third_party/WebKit/Source/core/frame/BUILD.gn ('k') | third_party/WebKit/Source/core/layout/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698