Title: [210233] trunk/Tools
Revision
210233
Author
[email protected]
Date
2017-01-03 00:14:58 -0800 (Tue, 03 Jan 2017)

Log Message

REGRESSION(r173753): [GTK] Source/WebKit is distributed in tarballs
https://bugs.webkit.org/show_bug.cgi?id=165797

Reviewed by Michael Catanzaro.

Move directory ruleset after all exclude rules of Source rulset.

* gtk/manifest.txt.in:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (210232 => 210233)


--- trunk/Tools/ChangeLog	2017-01-03 08:14:44 UTC (rev 210232)
+++ trunk/Tools/ChangeLog	2017-01-03 08:14:58 UTC (rev 210233)
@@ -1,3 +1,14 @@
+2017-01-03  Carlos Garcia Campos  <[email protected]>
+
+        REGRESSION(r173753): [GTK] Source/WebKit is distributed in tarballs
+        https://bugs.webkit.org/show_bug.cgi?id=165797
+
+        Reviewed by Michael Catanzaro.
+
+        Move directory ruleset after all exclude rules of Source rulset.
+
+        * gtk/manifest.txt.in:
+
 2017-01-02  Yusuke Suzuki  <[email protected]>
 
         Leverage Substring to create new AtomicStringImpl for StaticStringImpl and SymbolImpl

Modified: trunk/Tools/gtk/manifest.txt.in (210232 => 210233)


--- trunk/Tools/gtk/manifest.txt.in	2017-01-03 08:14:44 UTC (rev 210232)
+++ trunk/Tools/gtk/manifest.txt.in	2017-01-03 08:14:58 UTC (rev 210233)
@@ -51,6 +51,7 @@
 exclude Source/WebCore/bindings/scripts/test
 exclude Source/WebCore/platform/efl/DefaultTheme
 exclude Source/WebCore/Resources
+exclude Source/WebKit/.*
 exclude Source/cmake/EFLHelpers.cmake$
 exclude Source/cmake/OptionsWinCairo.cmake$
 exclude Source/cmake/OptionsWindows.cmake$
@@ -60,11 +61,6 @@
 exclude Source/WebInspectorUI/Tools
 exclude Source/WebInspectorUI/UserInterface/Images
 
-directory Source/WebInspectorUI/UserInterface/Images/gtk
-
-# Most of the files in Source/WebKit are not necessary to build GTK+ and
-# the directory includes lots of images, so we're a bit more picky here.
-exclude Source/WebKit/.*
 exclude Source/WebKit2/Resources
 exclude Source/WebKit2/gtk/NEWS$
 
@@ -71,6 +67,7 @@
 # We do want to include the NEWS, but we want it to be in the root of the archive.
 file Source/WebKit2/gtk/NEWS NEWS
 
+directory Source/WebInspectorUI/UserInterface/Images/gtk
 file Source/WebCore/English.lproj/mediaControlsLocalizedStrings.js Source/WebCore/English.lproj/mediaControlsLocalizedStrings.js
 file Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to