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

Unified Diff: Source/core/core.gypi

Issue 449133003: Move Web-facing fullscreen APIs to DocumentFullscreen and ElementFullscreen (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 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 | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 6a165e43bdec352db8f4dc6926f592c839fbef5a..752b63198cca83a6781945515b261aec263510b9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -466,6 +466,7 @@
'css/DocumentFontFaceSet.idl',
'dom/ChildNode.idl',
'dom/DocumentFullscreen.idl',
+ 'dom/ElementFullscreen.idl',
'dom/GlobalEventHandlers.idl',
'dom/ParentNode.idl',
'dom/URLUtils.idl',
@@ -2017,6 +2018,8 @@
'dom/ElementData.h',
'dom/ElementDataCache.cpp',
'dom/ElementDataCache.h',
+ 'dom/ElementFullscreen.cpp',
+ 'dom/ElementFullscreen.h',
'dom/ElementRareData.cpp',
'dom/ElementRareData.h',
'dom/ElementTraversal.h',
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698