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

Unified Diff: third_party/WebKit/Source/core/page/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
Index: third_party/WebKit/Source/core/page/BUILD.gn
diff --git a/third_party/WebKit/Source/core/page/BUILD.gn b/third_party/WebKit/Source/core/page/BUILD.gn
index 3016a67f5befbac55056717d0b4ae25452fe1804..ad88d7ec1a037243989c93166ed5b16d802ee51c 100644
--- a/third_party/WebKit/Source/core/page/BUILD.gn
+++ b/third_party/WebKit/Source/core/page/BUILD.gn
@@ -22,6 +22,7 @@ blink_core_sources("page") {
"DragController.cpp",
"DragController.h",
"DragData.cpp",
+ "DragData.h",
"DragSession.h",
"DragState.h",
"EditorClient.h",
@@ -36,6 +37,7 @@ blink_core_sources("page") {
"Page.h",
"PageAnimator.cpp",
"PageAnimator.h",
+ "PagePopup.h",
"PagePopupClient.cpp",
"PagePopupClient.h",
"PagePopupController.cpp",
@@ -46,6 +48,7 @@ blink_core_sources("page") {
"PageVisibilityNotifier.h",
"PageVisibilityObserver.h",
"PageVisibilityState.cpp",
+ "PageVisibilityState.h",
"PointerLockController.cpp",
"PointerLockController.h",
"PopupOpeningObserver.h",
@@ -62,6 +65,7 @@ blink_core_sources("page") {
"TouchDisambiguation.h",
"ValidationMessageClient.h",
"WindowFeatures.cpp",
+ "WindowFeatures.h",
"scrolling/OverscrollController.cpp",
"scrolling/OverscrollController.h",
"scrolling/RootScrollerController.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/loader/BUILD.gn ('k') | third_party/WebKit/Source/modules/geolocation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698