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

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: Make initSecurityContext private. 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 b9f95d1fac0b6f9673178ad3e817d3f5e5ce4ede..8ca9fe133d98e29703c3f80d6f3955fca9c62520 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1902,8 +1902,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',
@@ -1926,6 +1924,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