| # Global rules |
| exclude #$ |
| exclude ChangeLog |
| exclude CMakeLists.txt.user |
| exclude Makefile |
| exclude PlatformMac.cmake |
| exclude PlatformPlayStation.cmake |
| exclude PlatformGTK.cmake |
| exclude PlatformWin.cmake |
| exclude tags$ |
| exclude ~$ |
| exclude \.#$ |
| exclude \.bak$ |
| exclude \.cproject$ |
| exclude \.git$ |
| exclude \.gitattributes$ |
| exclude \.gitignore$ |
| exclude \.icns$ |
| exclude \.lproj$ |
| exclude \.m$ |
| exclude \.mm$ |
| exclude \.nib$ |
| exclude \.o$ |
| exclude \.order$ |
| exclude \.orig$ |
| exclude \.pdf$ |
| exclude \.plist$ |
| exclude \.project$ |
| exclude \.props$ |
| exclude \.pyc$ |
| exclude \.pyo$ |
| exclude \.rej$ |
| exclude \.rtf$ |
| exclude \.sb$ |
| exclude \.sb\.in$ |
| exclude \.settings$ |
| exclude \.svn$ |
| exclude \.sw[a-p]$ |
| exclude \.vcxproj$ |
| exclude \.xib$ |
| exclude \.xcconfig$ |
| exclude \.xcodeproj$ |
| |
| # Exclude directories from other ports |
| exclude .*\/(Configurations|mac|ios|cf|cg|cocoa|Cocoa|objc|avfoundation|ca|curl|win|gtk)\/.*$ |
| |
| directory Source |
| exclude Source/JavaScriptCore/tests |
| exclude Source/WebCore/PAL/ThirdParty |
| exclude Source/WebCore/platform/audio/resources |
| exclude Source/WebCore/bindings/scripts/test |
| exclude Source/WebCore/Resources |
| exclude Source/WebKitLegacy/.* |
| exclude Source/cmake/OptionsMac.cmake$ |
| exclude Source/cmake/OptionsPlayStation.cmake$ |
| exclude Source/cmake/OptionsWin.cmake$ |
| exclude Source/cmake/OptionsGTK.cmake$ |
| exclude Source/WebInspectorUI/Tools |
| |
| exclude Source/ThirdParty |
| directory Source/ThirdParty/ANGLE |
| directory Source/ThirdParty/gtest |
| directory Source/ThirdParty/pdfjs |
| # We need to include ThirdParty/pdfjs/web/locale/ca/viewer.ftl manually, because ca directories are excluded as port specific. |
| file Source/ThirdParty/pdfjs/web/locale/ca/viewer.ftl |
| file Source/ThirdParty/skia/CMakeLists.txt |
| file Source/ThirdParty/skia/LICENSE |
| directory Source/ThirdParty/skia/include |
| directory Source/ThirdParty/skia/modules/skcms |
| directory Source/ThirdParty/skia/modules/skresources/include |
| directory Source/ThirdParty/skia/modules/skresources/src |
| directory Source/ThirdParty/skia/modules/skshaper/include |
| directory Source/ThirdParty/skia/modules/skshaper/src |
| directory Source/ThirdParty/skia/modules/skunicode/include |
| directory Source/ThirdParty/skia/modules/skunicode/src |
| directory Source/ThirdParty/skia/modules/svg/include |
| directory Source/ThirdParty/skia/modules/svg/src |
| directory Source/ThirdParty/skia/src |
| directory Source/ThirdParty/unifdef |
| directory Source/ThirdParty/xdgmime |
| directory Source/ThirdParty/libsysprof-capture |
| |
| exclude Source/WebKit/Resources |
| |
| # We do want to include the NEWS, but we want it to be in the root of the archive. |
| file Source/WebKit/wpe/NEWS NEWS |
| |
| file Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js |
| |
| # Include only the resources we actually build |
| file Source/WebCore/Resources/missingImage.png |
| file Source/WebCore/Resources/missingImage@2x.png |
| file Source/WebCore/Resources/panIcon.png |
| file Source/WebCore/Resources/textAreaResizeCorner.png |
| file Source/WebCore/Resources/textAreaResizeCorner@2x.png |
| file Source/WebCore/platform/audio/resources/Composite.wav |
| |
| directory Tools/wpe |
| exclude Tools/wpe/patches |
| exclude Tools/wpe/jhbuild.modules |
| exclude Tools/wpe/jhbuildrc |
| |
| file Tools/glib/common.py |
| file Tools/glib/fix-glib-resources-depfile.pl |
| file Tools/glib/generate-inspector-gresource-manifest.py |
| file Tools/glib/generate-modern-media-controls-gresource-manifest.py |
| file Tools/glib/generate-pdfjs-resource-manifest.py |
| |
| directory Tools/MiniBrowser |
| directory Tools/TestWebKitAPI |
| |
| file CMakeLists.txt |
| file Tools/CMakeLists.txt |
| file Tools/PlatformWPE.cmake |
| |
| file Tools/Scripts/rewrite-compile-commands |
| |
| directory ${CMAKE_BINARY_DIR}/Documentation/wpe-javascriptcore-${WPE_API_VERSION} Documentation/wpe-javascriptcore-${WPE_API_VERSION} |
| directory ${CMAKE_BINARY_DIR}/Documentation/wpe-webkit-${WPE_API_VERSION} Documentation/wpe-webkit-${WPE_API_VERSION} |
| directory ${CMAKE_BINARY_DIR}/Documentation/${WPE_WEB_PROCESS_EXTENSION_PC_MODULE} Documentation/wpe-web-extension-${WPE_API_VERSION} |