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

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

Issue 1560553002: Framelet Prototype 2016 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased + Applied Brett's Windows + Fixed security issue Created 4 years, 11 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 | « ipc/ipc_message_start.h ('k') | third_party/WebKit/Source/core/dom/Node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 56599d3f03a335bbc1b3ef915312ed4d467651c6..0e7b1b85ff4192b1fa67a1f48bd5008f6c193b5a 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -179,6 +179,7 @@
'html/HTMLFormControlsCollection.idl',
'html/HTMLFormElement.idl',
'html/HTMLFrameElement.idl',
+ 'html/HTMLFrameletElement.idl',
'html/HTMLFrameSetElement.idl',
'html/HTMLHRElement.idl',
'html/HTMLHeadElement.idl',
@@ -567,6 +568,8 @@
'layout/LayoutFlowThread.h',
'layout/LayoutFrame.cpp',
'layout/LayoutFrame.h',
+ 'layout/LayoutFramelet.cpp',
+ 'layout/LayoutFramelet.h',
'layout/LayoutFrameSet.cpp',
'layout/LayoutFrameSet.h',
'layout/LayoutFullScreen.cpp',
@@ -1617,6 +1620,11 @@
'frame/FrameConsole.cpp',
'frame/FrameHost.cpp',
'frame/FrameHost.h',
+ 'frame/Framelet.cpp',
+ 'frame/Framelet.h',
+ 'frame/FrameletClient.h',
+ 'frame/FrameletView.cpp',
+ 'frame/FrameletView.h',
'frame/FrameOwner.h',
'frame/FrameSerializer.cpp',
'frame/FrameSerializer.h',
@@ -2796,6 +2804,8 @@
'html/HTMLFrameElement.cpp',
'html/HTMLFrameElementBase.cpp',
'html/HTMLFrameOwnerElement.cpp',
+ 'html/HTMLFrameletElement.cpp',
+ 'html/HTMLFrameletElement.h',
'html/HTMLFrameSetElement.cpp',
'html/HTMLFrameSetElement.h',
'html/HTMLHRElement.cpp',
« no previous file with comments | « ipc/ipc_message_start.h ('k') | third_party/WebKit/Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698