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

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

Issue 2168373002: Revert of Reland "Implement FullScreen using top layer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolve WebFrameTest.cpp conflict and appease presubmit Created 4 years, 5 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 232e9e0a31368b23f95a2790df93bddbace3ae83..3e93549302925fa00827e81e871a7bc3005a783e 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -510,6 +510,7 @@
'layout/api/LayoutBoxItem.h',
'layout/api/LayoutBoxModel.h',
'layout/api/LayoutEmbeddedItem.h',
+ 'layout/api/LayoutFullScreenItem.h',
'layout/api/LayoutImageItem.h',
'layout/api/LayoutItem.h',
'layout/api/LayoutLIItem.h',
@@ -601,6 +602,8 @@
'layout/LayoutFrame.h',
'layout/LayoutFrameSet.cpp',
'layout/LayoutFrameSet.h',
+ 'layout/LayoutFullScreen.cpp',
+ 'layout/LayoutFullScreen.h',
'layout/LayoutGeometryMap.cpp',
'layout/LayoutGeometryMap.h',
'layout/LayoutGeometryMapStep.h',

Powered by Google App Engine
This is Rietveld 408576698