| 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",
|
|
|