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

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

Issue 1602663003: Framelet Prototype 2016 using Mojo IPC Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Disabled oilpan 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 | « third_party/WebKit/Source/config.gyp ('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 cd89ae08a176f67cf3d3a9c3a7ec2355674a75f9..61eb4a9140c7455b2435b154d353d517e31fab1b 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -180,6 +180,7 @@
'html/HTMLFormControlsCollection.idl',
'html/HTMLFormElement.idl',
'html/HTMLFrameElement.idl',
+ 'html/HTMLFrameletElement.idl',
'html/HTMLFrameSetElement.idl',
'html/HTMLHRElement.idl',
'html/HTMLHeadElement.idl',
@@ -569,6 +570,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',
@@ -1620,6 +1623,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',
@@ -2800,6 +2808,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 | « third_party/WebKit/Source/config.gyp ('k') | third_party/WebKit/Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698