<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[161322] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/161322">161322</a></dd>
<dt>Author</dt> <dd>carlosgc@webkit.org</dd>
<dt>Date</dt> <dd>2014-01-05 02:34:04 -0800 (Sun, 05 Jan 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Stop installing WebKit2 C API headers
https://bugs.webkit.org/show_bug.cgi?id=126489

Reviewed by Martin Robinson.

.:

* GNUmakefile.am:

Source/WebKit2:

We are not actually maintaining the API/ABI compatibility of the
WebKit2 C API, it's only used internally by the public GTK+ API
and nobody is using it.

* GNUmakefile.am:
* GNUmakefile.list.am:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkChangeLog">trunk/ChangeLog</a></li>
<li><a href="#trunkGNUmakefileam">trunk/GNUmakefile.am</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2GNUmakefileam">trunk/Source/WebKit2/GNUmakefile.am</a></li>
<li><a href="#trunkSourceWebKit2GNUmakefilelistam">trunk/Source/WebKit2/GNUmakefile.list.am</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/ChangeLog (161321 => 161322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/ChangeLog        2014-01-05 09:46:00 UTC (rev 161321)
+++ trunk/ChangeLog        2014-01-05 10:34:04 UTC (rev 161322)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-01-05  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
+        [GTK] Stop installing WebKit2 C API headers
+        https://bugs.webkit.org/show_bug.cgi?id=126489
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.am:
+
</ins><span class="cx"> 2014-01-04  Martin Robinson  &lt;mrobinson@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK] [CMake] Improve the way we locate gobject-introspection
</span></span></pre></div>
<a id="trunkGNUmakefileam"></a>
<div class="modfile"><h4>Modified: trunk/GNUmakefile.am (161321 => 161322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/GNUmakefile.am        2014-01-05 09:46:00 UTC (rev 161321)
+++ trunk/GNUmakefile.am        2014-01-05 10:34:04 UTC (rev 161322)
</span><span class="lines">@@ -102,13 +102,13 @@
</span><span class="cx"> webkitgtk_gdom_built_sources :=
</span><span class="cx"> webkitgtk_built_sources :=
</span><span class="cx"> webkitgtk_built_nosources :=
</span><del>-webkit2_h_api :=
</del><span class="cx"> webkit2_sources :=
</span><span class="cx"> webkit2_built_sources :=
</span><span class="cx"> webkit2platform_sources :=
</span><ins>+webkit2gtk_ui_h_api :=
+webkit2gtk_web_extension_h_api :=
</ins><span class="cx"> webkit2gtk_h_api :=
</span><span class="cx"> webkit2gtk_built_sources :=
</span><del>-webkit2_web_extension_h_api :=
</del><span class="cx"> webkit2_plugin_process_sources :=
</span><span class="cx"> webkit2_plugin_process_built_sources :=
</span><span class="cx"> webkittestrunner_built_sources :=
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (161321 => 161322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2014-01-05 09:46:00 UTC (rev 161321)
+++ trunk/Source/WebKit2/ChangeLog        2014-01-05 10:34:04 UTC (rev 161322)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2014-01-05  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
+        [GTK] Stop installing WebKit2 C API headers
+        https://bugs.webkit.org/show_bug.cgi?id=126489
+
+        Reviewed by Martin Robinson.
+
+        We are not actually maintaining the API/ABI compatibility of the
+        WebKit2 C API, it's only used internally by the public GTK+ API
+        and nobody is using it.
+
+        * GNUmakefile.am:
+        * GNUmakefile.list.am:
+
</ins><span class="cx"> 2014-01-05  Gavin Barraclough  &lt;barraclough@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Move process suppression of WebProcess to Page (from UIProcess)
</span></span></pre></div>
<a id="trunkSourceWebKit2GNUmakefileam"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/GNUmakefile.am (161321 => 161322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/GNUmakefile.am        2014-01-05 09:46:00 UTC (rev 161321)
+++ trunk/Source/WebKit2/GNUmakefile.am        2014-01-05 10:34:04 UTC (rev 161322)
</span><span class="lines">@@ -60,17 +60,13 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_HEADERS = \
</span><del>-        $(webkit2_h_api)
</del><ins>+        $(webkit2gtk_ui_h_api) \
+        $(webkit2gtk_web_extension_h_api)
</ins><span class="cx"> 
</span><del>-libwebkit2gtkincludedir = $(libwebkitgtkincludedir)/webkit2
-nodist_libwebkit2gtkinclude_HEADERS = \
</del><ins>+nodist_libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_HEADERS = \
</ins><span class="cx">         DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitEnumTypes.h \
</span><span class="cx">         DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitVersion.h
</span><span class="cx"> 
</span><del>-libwebkit2gtkinclude_HEADERS = \
-        $(webkit2gtk_h_api) \
-        $(webkit2_web_extension_h_api)
-
</del><span class="cx"> nodist_libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
</span><span class="cx">         $(webkit2_built_sources) \
</span><span class="cx">         $(webkit2gtk_built_sources)
</span><span class="lines">@@ -215,7 +211,7 @@
</span><span class="cx"> endif
</span><span class="cx"> 
</span><span class="cx"> libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_ladir = \
</span><del>-        $(libwebkit2gtkincludedir)/WebKit2
</del><ins>+        $(libwebkitgtkincludedir)/webkit2
</ins><span class="cx"> 
</span><span class="cx"> libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LDFLAGS := \
</span><span class="cx">         -version-info @LIBWEBKIT2GTK_VERSION@ \
</span><span class="lines">@@ -282,6 +278,10 @@
</span><span class="cx">         $(XT_LIBS) \
</span><span class="cx">         $(ZLIB_LIBS)
</span><span class="cx"> 
</span><ins>+webkit2gtk_h_api += \
+        $(webkit2gtk_ui_h_api) \
+        $(webkit2gtk_web_extension_h_api)
+
</ins><span class="cx"> if ENABLE_WEBKIT2
</span><span class="cx"> pkgconfig_DATA += Source/WebKit2/webkit2gtk-@WEBKITGTK_API_VERSION@.pc
</span><span class="cx"> 
</span><span class="lines">@@ -325,7 +325,7 @@
</span><span class="cx">              -DBUILDING_WEBKIT \
</span><span class="cx">              -DWEBKIT2_COMPILATION \
</span><span class="cx">              $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.h \
</span><del>-             $(webkit2gtk_h_api) \
</del><ins>+             $(webkit2gtk_ui_h_api) \
</ins><span class="cx">              $(WebKit2)/UIProcess/API/gtk/*.cpp
</span><span class="cx"> 
</span><span class="cx"> WebKit2-@WEBKITGTK_API_VERSION@.typelib: WebKit2-@WEBKITGTK_API_VERSION@.gir $(G_IR_COMPILER)
</span><span class="lines">@@ -374,7 +374,7 @@
</span><span class="cx">              -I$(GENSOURCES_WEBKIT2)/webkit2gtk \
</span><span class="cx">              -DBUILDING_WEBKIT \
</span><span class="cx">              -DWEBKIT2_COMPILATION \
</span><del>-             $(webkit2_web_extension_h_api) \
</del><ins>+             $(webkit2gtk_web_extension_h_api) \
</ins><span class="cx">              $(webkitgtk_gdom_built_h_api) \
</span><span class="cx">              $(WebKit2)/WebProcess/InjectedBundle/API/gtk/*.cpp
</span><span class="cx"> 
</span><span class="lines">@@ -395,11 +395,11 @@
</span><span class="cx"> 
</span><span class="cx"> BUILT_SOURCES += $(top_builddir)/stamp-webkit2-forwarding-headers
</span><span class="cx"> 
</span><del>-$(GENSOURCES_WEBKIT2)/webkit2gtk/include/webkit2: $(libwebkit2gtkinclude_HEADERS)
</del><ins>+$(GENSOURCES_WEBKIT2)/webkit2gtk/include/webkit2: $(webkit2gtk_h_api)
</ins><span class="cx">         $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2gtk/include \
</span><span class="cx">         &amp;&amp; ln -n -s -f ${shell pwd}/$(WebKit2)/UIProcess/API/gtk $@
</span><span class="cx"> 
</span><del>-$(GENSOURCES_WEBKIT2)/webkit2extension/include/webkit2: $(libwebkit2gtkinclude_HEADERS)
</del><ins>+$(GENSOURCES_WEBKIT2)/webkit2extension/include/webkit2: $(webkit2gtk_h_api)
</ins><span class="cx">         $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2extension/include \
</span><span class="cx">         &amp;&amp; ln -n -s -f ${shell pwd}/$(WebKit2)/WebProcess/InjectedBundle/API/gtk $@
</span><span class="cx"> 
</span><span class="lines">@@ -461,9 +461,9 @@
</span><span class="cx"> $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.h: stamp-webkit2enumtypes
</span><span class="cx">         @true
</span><span class="cx"> 
</span><del>-stamp-webkit2enumtypes: $(libwebkit2gtkinclude_HEADERS) $(WebKit2)/GNUmakefile.am
</del><ins>+stamp-webkit2enumtypes: $(webkit2gtk_h_api) $(WebKit2)/GNUmakefile.am
</ins><span class="cx">         $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2 \
</span><del>-        &amp;&amp; glib-mkenums --template $(WebKit2)/UIProcess/API/gtk/WebKitEnumTypes.h.template $(libwebkit2gtkinclude_HEADERS) | \
</del><ins>+        &amp;&amp; glib-mkenums --template $(WebKit2)/UIProcess/API/gtk/WebKitEnumTypes.h.template $(webkit2gtk_h_api) | \
</ins><span class="cx">                 sed 's,web_kit,webkit,' | \
</span><span class="cx">                 sed 's,WEBKIT_TYPE_KIT,WEBKIT_TYPE,' \
</span><span class="cx">                 &gt; wk2-xgen-gth \
</span><span class="lines">@@ -471,9 +471,9 @@
</span><span class="cx">         &amp;&amp; rm -f wk2-xgen-gth \
</span><span class="cx">         &amp;&amp; echo timestamp &gt; $(@F)
</span><span class="cx"> 
</span><del>-$(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.cpp: $(libwebkit2gtkinclude_HEADERS) $(WebKit2)/GNUmakefile.am
</del><ins>+$(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.cpp: $(webkit2gtk_h_api) $(WebKit2)/GNUmakefile.am
</ins><span class="cx">         $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2 \
</span><del>-        &amp;&amp; glib-mkenums --template $(WebKit2)/UIProcess/API/gtk/WebKitEnumTypes.cpp.template $(libwebkit2gtkinclude_HEADERS) | \
</del><ins>+        &amp;&amp; glib-mkenums --template $(WebKit2)/UIProcess/API/gtk/WebKitEnumTypes.cpp.template $(webkit2gtk_h_api) | \
</ins><span class="cx">                 sed 's,web_kit,webkit,' \
</span><span class="cx">                 &gt; wk2-xgen-gtc \
</span><span class="cx">         &amp;&amp; cp wk2-xgen-gtc $@ \
</span></span></pre></div>
<a id="trunkSourceWebKit2GNUmakefilelistam"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/GNUmakefile.list.am (161321 => 161322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/GNUmakefile.list.am        2014-01-05 09:46:00 UTC (rev 161321)
+++ trunk/Source/WebKit2/GNUmakefile.list.am        2014-01-05 10:34:04 UTC (rev 161322)
</span><span class="lines">@@ -1,112 +1,4 @@
</span><del>-webkit2_h_api += \
-        $(WebKit2)/Shared/API/c/gtk/WKBaseGtk.h \
-        $(WebKit2)/Shared/API/c/soup/WKBaseSoup.h \
-        $(WebKit2)/Shared/API/c/WKArray.h \
-        $(WebKit2)/Shared/API/c/WKBase.h \
-        $(WebKit2)/Shared/API/c/WKCertificateInfo.h \
-        $(WebKit2)/Shared/API/c/WKConnectionRef.h \
-        $(WebKit2)/Shared/API/c/WKContextMenuItem.h \
-        $(WebKit2)/Shared/API/c/WKContextMenuItemTypes.h \
-        $(WebKit2)/Shared/API/c/WKData.h \
-        $(WebKit2)/Shared/API/c/WKDeclarationSpecifiers.h \
-        $(WebKit2)/Shared/API/c/WKDictionary.h \
-        $(WebKit2)/Shared/API/c/WKError.h \
-        $(WebKit2)/Shared/API/c/WKEvent.h \
-        $(WebKit2)/Shared/API/c/WKFindOptions.h \
-        $(WebKit2)/Shared/API/c/WKGeometry.h \
-        $(WebKit2)/Shared/API/c/WKImage.h \
-        $(WebKit2)/Shared/API/c/WKMutableArray.h \
-        $(WebKit2)/Shared/API/c/WKMutableDictionary.h \
-        $(WebKit2)/Shared/API/c/WKNumber.h \
-        $(WebKit2)/Shared/API/c/WKPageLoadTypes.h \
-        $(WebKit2)/Shared/API/c/WKPageVisibilityTypes.h \
-        $(WebKit2)/Shared/API/c/WKPluginInformation.h \
-        $(WebKit2)/Shared/API/c/WKRenderLayer.h \
-        $(WebKit2)/Shared/API/c/WKRenderObject.h \
-        $(WebKit2)/Shared/API/c/WKSecurityOrigin.h \
-        $(WebKit2)/Shared/API/c/WKSerializedScriptValue.h \
-        $(WebKit2)/Shared/API/c/WKSerializedScriptValuePrivate.h \
-        $(WebKit2)/Shared/API/c/WKSharedAPICast.h \
-        $(WebKit2)/Shared/API/c/WKString.h \
-        $(WebKit2)/Shared/API/c/WKStringPrivate.h \
-        $(WebKit2)/Shared/API/c/WKType.h \
-        $(WebKit2)/Shared/API/c/WKURL.h \
-        $(WebKit2)/Shared/API/c/WKURLRequest.h \
-        $(WebKit2)/Shared/API/c/WKURLResponse.h \
-        $(WebKit2)/Shared/API/c/WKUserContentInjectedFrames.h \
-        $(WebKit2)/Shared/API/c/WKUserContentURLPattern.h \
-        $(WebKit2)/Shared/API/c/WKUserScriptInjectionTime.h \
-        $(WebKit2)/UIProcess/API/C/gtk/WKAPICastGtk.h \
-        $(WebKit2)/UIProcess/API/C/gtk/WKFullScreenClientGtk.h \
-        $(WebKit2)/UIProcess/API/C/gtk/WKInspectorClientGtk.h \
-        $(WebKit2)/UIProcess/API/C/gtk/WKView.h \
-        $(WebKit2)/UIProcess/API/C/soup/WKAPICastSoup.h \
-        $(WebKit2)/UIProcess/API/C/soup/WKContextSoup.h \
-        $(WebKit2)/UIProcess/API/C/soup/WKSoupRequestManager.h \
-        $(WebKit2)/UIProcess/API/C/WebKit2_C.h \
-        $(WebKit2)/UIProcess/API/C/WKAPICast.h \
-        $(WebKit2)/UIProcess/API/C/WKApplicationCacheManager.h \
-        $(WebKit2)/UIProcess/API/C/WKAuthenticationChallenge.h \
-        $(WebKit2)/UIProcess/API/C/WKAuthenticationDecisionListener.h \
-        $(WebKit2)/UIProcess/API/C/WKBackForwardListRef.h \
-        $(WebKit2)/UIProcess/API/C/WKBackForwardListItemRef.h \
-        $(WebKit2)/UIProcess/API/C/WKBatteryManager.h \
-        $(WebKit2)/UIProcess/API/C/WKBatteryStatus.h \
-        $(WebKit2)/UIProcess/API/C/WKColorPickerResultListener.h \
-        $(WebKit2)/UIProcess/API/C/WKContext.h \
-        $(WebKit2)/UIProcess/API/C/WKContextConnectionClient.h \
-        $(WebKit2)/UIProcess/API/C/WKContextDownloadClient.h \
-        $(WebKit2)/UIProcess/API/C/WKContextHistoryClient.h \
-        $(WebKit2)/UIProcess/API/C/WKContextInjectedBundleClient.h \
-        $(WebKit2)/UIProcess/API/C/WKContextPrivate.h \
-        $(WebKit2)/UIProcess/API/C/WKCookieManager.h \
-        $(WebKit2)/UIProcess/API/C/WKCredential.h \
-        $(WebKit2)/UIProcess/API/C/WKCredentialTypes.h \
-        $(WebKit2)/UIProcess/API/C/WKDatabaseManager.h \
-        $(WebKit2)/UIProcess/API/C/WKDownload.h \
-        $(WebKit2)/UIProcess/API/C/WKFormSubmissionListener.h \
-        $(WebKit2)/UIProcess/API/C/WKFrame.h \
-        $(WebKit2)/UIProcess/API/C/WKFramePolicyListener.h \
-        $(WebKit2)/UIProcess/API/C/WKGeolocationManager.h \
-        $(WebKit2)/UIProcess/API/C/WKGeolocationPermissionRequest.h \
-        $(WebKit2)/UIProcess/API/C/WKGeolocationPosition.h \
-        $(WebKit2)/UIProcess/API/C/WKGrammarDetail.h \
-        $(WebKit2)/UIProcess/API/C/WKHitTestResult.h \
-        $(WebKit2)/UIProcess/API/C/WKInspector.h \
-        $(WebKit2)/UIProcess/API/C/WKKeyValueStorageManager.h \
-        $(WebKit2)/UIProcess/API/C/WKMediaCacheManager.h \
-        $(WebKit2)/UIProcess/API/C/WKNativeEvent.h \
-        $(WebKit2)/UIProcess/API/C/WKNavigationDataRef.h \
-        $(WebKit2)/UIProcess/API/C/WKNetworkInfo.h \
-        $(WebKit2)/UIProcess/API/C/WKNetworkInfoManager.h \
-        $(WebKit2)/UIProcess/API/C/WKNotification.h \
-        $(WebKit2)/UIProcess/API/C/WKNotificationManager.h \
-        $(WebKit2)/UIProcess/API/C/WKNotificationPermissionRequest.h \
-        $(WebKit2)/UIProcess/API/C/WKNotificationProvider.h \
-        $(WebKit2)/UIProcess/API/C/WKOpenPanelParameters.h \
-        $(WebKit2)/UIProcess/API/C/WKOpenPanelResultListener.h \
-        $(WebKit2)/UIProcess/API/C/WKOriginDataManager.h \
-        $(WebKit2)/UIProcess/API/C/WKPageGroup.h \
-        $(WebKit2)/UIProcess/API/C/WKPage.h \
-        $(WebKit2)/UIProcess/API/C/WKPagePrivate.h \
-        $(WebKit2)/UIProcess/API/C/WKPageContextMenuClient.h \
-        $(WebKit2)/UIProcess/API/C/WKPageFindClient.h \
-        $(WebKit2)/UIProcess/API/C/WKPageFindMatchesClient.h \
-        $(WebKit2)/UIProcess/API/C/WKPageFormClient.h \
-        $(WebKit2)/UIProcess/API/C/WKPageLoaderClient.h \
-        $(WebKit2)/UIProcess/API/C/WKPagePolicyClient.h \
-        $(WebKit2)/UIProcess/API/C/WKPageUIClient.h \
-        $(WebKit2)/UIProcess/API/C/WKPluginSiteDataManager.h \
-        $(WebKit2)/UIProcess/API/C/WKPreferences.h \
-        $(WebKit2)/UIProcess/API/C/WKPreferencesPrivate.h \
-        $(WebKit2)/UIProcess/API/C/WKProtectionSpace.h \
-        $(WebKit2)/UIProcess/API/C/WKProtectionSpaceTypes.h \
-        $(WebKit2)/UIProcess/API/C/WKResourceCacheManager.h \
-        $(WebKit2)/UIProcess/API/C/WKTextChecker.h \
-        $(WebKit2)/UIProcess/API/C/WKVibration.cpp \
-        $(WebKit2)/UIProcess/API/cpp/WKRetainPtr.h
-
-webkit2gtk_h_api += \
</del><ins>+webkit2gtk_ui_h_api += \
</ins><span class="cx">         $(WebKit2)/UIProcess/API/gtk/WebKitAuthenticationRequest.h \
</span><span class="cx">         $(WebKit2)/UIProcess/API/gtk/WebKitBackForwardList.h \
</span><span class="cx">         $(WebKit2)/UIProcess/API/gtk/WebKitBackForwardListItem.h \
</span><span class="lines">@@ -150,7 +42,7 @@
</span><span class="cx">         $(WebKit2)/UIProcess/API/gtk/WebKitWindowProperties.h \
</span><span class="cx">         $(WebKit2)/UIProcess/API/gtk/webkit2.h
</span><span class="cx"> 
</span><del>-webkit2_web_extension_h_api += \
</del><ins>+webkit2gtk_web_extension_h_api += \
</ins><span class="cx">         $(WebKit2)/WebProcess/InjectedBundle/API/gtk/WebKitWebExtension.h \
</span><span class="cx">         $(WebKit2)/WebProcess/InjectedBundle/API/gtk/WebKitFrame.h \
</span><span class="cx">         $(WebKit2)/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.h \
</span></span></pre>
</div>
</div>

</body>
</html>