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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1685003002: Plumb the correct owner document through DocumentInit::m_owner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ALL THE TESTS. Hopefully. Created 4 years, 10 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/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 662cb0fee9dc7b7bfa27108983dbfa13b0f998ef..30cde532de38e4ebfb523e8f5717338dcb33b0f9 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1915,8 +1915,6 @@
'page/CreateWindow.h',
'page/CustomContextMenuProvider.cpp',
'page/CustomContextMenuProvider.h',
- 'page/DOMWindowPagePopup.cpp',
- 'page/DOMWindowPagePopup.h',
'page/DragController.cpp',
'page/DragData.cpp',
'page/EventSource.cpp',
@@ -1939,6 +1937,8 @@
'page/PagePopupClient.h',
'page/PagePopupController.cpp',
'page/PagePopupController.h',
+ 'page/PagePopupSupplement.cpp',
+ 'page/PagePopupSupplement.h',
'page/PageVisibilityState.cpp',
'page/PointerLockController.cpp',
'page/PointerLockController.h',

Powered by Google App Engine
This is Rietveld 408576698