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

Unified Diff: third_party/WebKit/Source/core/loader/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/layout/BUILD.gn ('k') | third_party/WebKit/Source/core/page/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/loader/BUILD.gn
diff --git a/third_party/WebKit/Source/core/loader/BUILD.gn b/third_party/WebKit/Source/core/loader/BUILD.gn
index a440b4f992bb6287b6dd5f9208e083d1ac230a5e..a8484a24bf58d2df6535f98f306913f08d29af06 100644
--- a/third_party/WebKit/Source/core/loader/BUILD.gn
+++ b/third_party/WebKit/Source/core/loader/BUILD.gn
@@ -7,6 +7,7 @@ import("//third_party/WebKit/Source/core/core.gni")
blink_core_sources("loader") {
sources = [
"CookieJar.cpp",
+ "CookieJar.h",
"DocumentLoadTiming.cpp",
"DocumentLoadTiming.h",
"DocumentLoader.cpp",
@@ -58,6 +59,7 @@ blink_core_sources("loader") {
"TextTrackLoader.cpp",
"TextTrackLoader.h",
"ThreadableLoader.cpp",
+ "ThreadableLoader.h",
"ThreadableLoaderClient.h",
"ThreadableLoadingContext.cpp",
"ThreadableLoadingContext.h",
« no previous file with comments | « third_party/WebKit/Source/core/layout/BUILD.gn ('k') | third_party/WebKit/Source/core/page/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698