[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

abarth at webkit.org abarth at webkit.org
Fri Jan 21 14:50:23 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit c2a176a34371bea7f537e3561438b7fc631e9e8e
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 2 02:04:41 2011 +0000

    Move Sources to Source
    https://bugs.webkit.org/show_bug.cgi?id=51794
    
    Reviewed by Eric Seidel.
    
    Update build files to point to the new location.
    
    * CMakeLists.txt:
    * GNUmakefile.am:
    * Makefile:
    * autogen.sh:
    * configure.ac:
    
    Tools:
    
    Update scripts to point to the new location.
    
    * Scripts/build-webkit:
    * Scripts/do-file-rename:
    * Scripts/do-webcore-rename:
    * Scripts/webkitpy/common/config/build.py:
    * Scripts/webkitpy/common/config/build_unittest.py:
    
    Websites/bugs.webkit.org:
    
    * PrettyPatch/PrettyPatch.rb:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74852 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/CMakeLists.txt b/CMakeLists.txt
index cebebe6..1a358fd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ PROJECT(WebKit)
 IF (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_C_FLAGS AND NOT CMAKE_CXX_FLAGS)
     SET(CMAKE_BUILD_TYPE Release)
 ENDIF ()
-SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/Sources/cmake")
+SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/Source/cmake")
 
 SET(JAVASCRIPTCORE_DIR "${CMAKE_SOURCE_DIR}/JavaScriptCore")
 SET(WEBCORE_DIR "${CMAKE_SOURCE_DIR}/WebCore")
diff --git a/ChangeLog b/ChangeLog
index dbaaa2a..ec2e083 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2011-01-01  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
+        Move Sources to Source
+        https://bugs.webkit.org/show_bug.cgi?id=51794
+
+        Update build files to point to the new location.
+
+        * CMakeLists.txt:
+        * GNUmakefile.am:
+        * Makefile:
+        * autogen.sh:
+        * configure.ac:
+
 2010-12-31  Adam Barth  <abarth at webkit.org>
 
         Rubber-stamped by Eric Seidel.
diff --git a/GNUmakefile.am b/GNUmakefile.am
index c431669..27d1b81 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -105,7 +105,7 @@ version_script = -export-symbols-regex "^(webkit_|k?JS).*"
 endif
 
 if OS_GNU
-version_script = -Wl,--version-script,$(srcdir)/Sources/autotools/symbols.filter
+version_script = -Wl,--version-script,$(srcdir)/Source/autotools/symbols.filter
 endif
 
 # Convenience libraries
@@ -199,7 +199,7 @@ global_cppflags += \
 endif
 
 EXTRA_DIST += \
-	$(srcdir)/Sources/autotools/symbols.filter \
+	$(srcdir)/Source/autotools/symbols.filter \
 	$(srcdir)/gtk-doc.make \
 	$(srcdir)/WebKit/LICENSE
 
@@ -234,11 +234,11 @@ MAINTAINERCLEANFILES += \
 	$(builddir)/doltcompile \
 	$(builddir)/doltlibtool \
 	$(srcdir)/aconfig.h.in \
-	$(srcdir)/Sources/autotools/config.* \
-	$(srcdir)/Sources/autotools/compile \
-	$(srcdir)/Sources/autotools/depcomp \
-	$(srcdir)/Sources/autotools/install-sh \
-	$(srcdir)/Sources/autotools/missing \
+	$(srcdir)/Source/autotools/config.* \
+	$(srcdir)/Source/autotools/compile \
+	$(srcdir)/Source/autotools/depcomp \
+	$(srcdir)/Source/autotools/install-sh \
+	$(srcdir)/Source/autotools/missing \
 	$(srcdir)/configure \
 	$(srcdir)/GNUmakefile.in \
 	$(srcdir)/INSTALL \
diff --git a/Makefile b/Makefile
index ef89154..be5f363 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-MODULES = JavaScriptCore Sources/JavaScriptGlue Sources/ThirdParty/ANGLE WebCore WebKit WebKit2 Tools 
+MODULES = JavaScriptCore Source/JavaScriptGlue Source/ThirdParty/ANGLE WebCore WebKit WebKit2 Tools 
 
 all:
 	@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
diff --git a/Sources/JavaScriptGlue/ChangeLog b/Source/JavaScriptGlue/ChangeLog
similarity index 100%
rename from Sources/JavaScriptGlue/ChangeLog
rename to Source/JavaScriptGlue/ChangeLog
diff --git a/Sources/JavaScriptGlue/Configurations/Base.xcconfig b/Source/JavaScriptGlue/Configurations/Base.xcconfig
similarity index 100%
rename from Sources/JavaScriptGlue/Configurations/Base.xcconfig
rename to Source/JavaScriptGlue/Configurations/Base.xcconfig
diff --git a/Sources/JavaScriptGlue/Configurations/DebugRelease.xcconfig b/Source/JavaScriptGlue/Configurations/DebugRelease.xcconfig
similarity index 100%
rename from Sources/JavaScriptGlue/Configurations/DebugRelease.xcconfig
rename to Source/JavaScriptGlue/Configurations/DebugRelease.xcconfig
diff --git a/Sources/JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig b/Source/JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig
similarity index 100%
rename from Sources/JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig
rename to Source/JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig
diff --git a/Sources/JavaScriptGlue/Configurations/Version.xcconfig b/Source/JavaScriptGlue/Configurations/Version.xcconfig
similarity index 100%
rename from Sources/JavaScriptGlue/Configurations/Version.xcconfig
rename to Source/JavaScriptGlue/Configurations/Version.xcconfig
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h b/Source/JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h
rename to Source/JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h b/Source/JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h
rename to Source/JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h b/Source/JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h
rename to Source/JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/Forward.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/Forward.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/Forward.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/Forward.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/Locker.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/Locker.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/Locker.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/Locker.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/Platform.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/Platform.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/Platform.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/Platform.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/Threading.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/Threading.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/Threading.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/Threading.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/Vector.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/Vector.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/Vector.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/Vector.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h
diff --git a/Sources/JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h b/Source/JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h
similarity index 100%
rename from Sources/JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h
rename to Source/JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h
diff --git a/Sources/JavaScriptGlue/Info.plist b/Source/JavaScriptGlue/Info.plist
similarity index 100%
rename from Sources/JavaScriptGlue/Info.plist
rename to Source/JavaScriptGlue/Info.plist
diff --git a/Sources/JavaScriptGlue/JSBase.cpp b/Source/JavaScriptGlue/JSBase.cpp
similarity index 100%
rename from Sources/JavaScriptGlue/JSBase.cpp
rename to Source/JavaScriptGlue/JSBase.cpp
diff --git a/Sources/JavaScriptGlue/JSBase.h b/Source/JavaScriptGlue/JSBase.h
similarity index 100%
rename from Sources/JavaScriptGlue/JSBase.h
rename to Source/JavaScriptGlue/JSBase.h
diff --git a/Sources/JavaScriptGlue/JSObject.cpp b/Source/JavaScriptGlue/JSObject.cpp
similarity index 100%
rename from Sources/JavaScriptGlue/JSObject.cpp
rename to Source/JavaScriptGlue/JSObject.cpp
diff --git a/Sources/JavaScriptGlue/JSObject.h b/Source/JavaScriptGlue/JSObject.h
similarity index 100%
rename from Sources/JavaScriptGlue/JSObject.h
rename to Source/JavaScriptGlue/JSObject.h
diff --git a/Sources/JavaScriptGlue/JSRun.cpp b/Source/JavaScriptGlue/JSRun.cpp
similarity index 100%
rename from Sources/JavaScriptGlue/JSRun.cpp
rename to Source/JavaScriptGlue/JSRun.cpp
diff --git a/Sources/JavaScriptGlue/JSRun.h b/Source/JavaScriptGlue/JSRun.h
similarity index 100%
rename from Sources/JavaScriptGlue/JSRun.h
rename to Source/JavaScriptGlue/JSRun.h
diff --git a/Sources/JavaScriptGlue/JSUtils.cpp b/Source/JavaScriptGlue/JSUtils.cpp
similarity index 100%
rename from Sources/JavaScriptGlue/JSUtils.cpp
rename to Source/JavaScriptGlue/JSUtils.cpp
diff --git a/Sources/JavaScriptGlue/JSUtils.h b/Source/JavaScriptGlue/JSUtils.h
similarity index 100%
rename from Sources/JavaScriptGlue/JSUtils.h
rename to Source/JavaScriptGlue/JSUtils.h
diff --git a/Sources/JavaScriptGlue/JSValueWrapper.cpp b/Source/JavaScriptGlue/JSValueWrapper.cpp
similarity index 100%
rename from Sources/JavaScriptGlue/JSValueWrapper.cpp
rename to Source/JavaScriptGlue/JSValueWrapper.cpp
diff --git a/Sources/JavaScriptGlue/JSValueWrapper.h b/Source/JavaScriptGlue/JSValueWrapper.h
similarity index 100%
rename from Sources/JavaScriptGlue/JSValueWrapper.h
rename to Source/JavaScriptGlue/JSValueWrapper.h
diff --git a/Sources/JavaScriptGlue/JavaScriptGlue.cpp b/Source/JavaScriptGlue/JavaScriptGlue.cpp
similarity index 100%
rename from Sources/JavaScriptGlue/JavaScriptGlue.cpp
rename to Source/JavaScriptGlue/JavaScriptGlue.cpp
diff --git a/Sources/JavaScriptGlue/JavaScriptGlue.exp b/Source/JavaScriptGlue/JavaScriptGlue.exp
similarity index 100%
rename from Sources/JavaScriptGlue/JavaScriptGlue.exp
rename to Source/JavaScriptGlue/JavaScriptGlue.exp
diff --git a/Sources/JavaScriptGlue/JavaScriptGlue.h b/Source/JavaScriptGlue/JavaScriptGlue.h
similarity index 100%
rename from Sources/JavaScriptGlue/JavaScriptGlue.h
rename to Source/JavaScriptGlue/JavaScriptGlue.h
diff --git a/Sources/JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj b/Source/JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj
similarity index 100%
rename from Sources/JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj
rename to Source/JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj
diff --git a/Sources/JavaScriptGlue/LICENSE b/Source/JavaScriptGlue/LICENSE
similarity index 100%
rename from Sources/JavaScriptGlue/LICENSE
rename to Source/JavaScriptGlue/LICENSE
diff --git a/Sources/JavaScriptGlue/Makefile b/Source/JavaScriptGlue/Makefile
similarity index 100%
rename from Sources/JavaScriptGlue/Makefile
rename to Source/JavaScriptGlue/Makefile
diff --git a/Sources/JavaScriptGlue/UserObjectImp.cpp b/Source/JavaScriptGlue/UserObjectImp.cpp
similarity index 100%
rename from Sources/JavaScriptGlue/UserObjectImp.cpp
rename to Source/JavaScriptGlue/UserObjectImp.cpp
diff --git a/Sources/JavaScriptGlue/UserObjectImp.h b/Source/JavaScriptGlue/UserObjectImp.h
similarity index 100%
rename from Sources/JavaScriptGlue/UserObjectImp.h
rename to Source/JavaScriptGlue/UserObjectImp.h
diff --git a/Sources/JavaScriptGlue/config.h b/Source/JavaScriptGlue/config.h
similarity index 100%
rename from Sources/JavaScriptGlue/config.h
rename to Source/JavaScriptGlue/config.h
diff --git a/Sources/JavaScriptGlue/icu/LICENSE b/Source/JavaScriptGlue/icu/LICENSE
similarity index 100%
rename from Sources/JavaScriptGlue/icu/LICENSE
rename to Source/JavaScriptGlue/icu/LICENSE
diff --git a/Sources/JavaScriptGlue/icu/README b/Source/JavaScriptGlue/icu/README
similarity index 100%
rename from Sources/JavaScriptGlue/icu/README
rename to Source/JavaScriptGlue/icu/README
diff --git a/Sources/JavaScriptGlue/icu/unicode/platform.h b/Source/JavaScriptGlue/icu/unicode/platform.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/platform.h
rename to Source/JavaScriptGlue/icu/unicode/platform.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/putil.h b/Source/JavaScriptGlue/icu/unicode/putil.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/putil.h
rename to Source/JavaScriptGlue/icu/unicode/putil.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/uchar.h b/Source/JavaScriptGlue/icu/unicode/uchar.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/uchar.h
rename to Source/JavaScriptGlue/icu/unicode/uchar.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/ucnv.h b/Source/JavaScriptGlue/icu/unicode/ucnv.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/ucnv.h
rename to Source/JavaScriptGlue/icu/unicode/ucnv.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/ucnv_err.h b/Source/JavaScriptGlue/icu/unicode/ucnv_err.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/ucnv_err.h
rename to Source/JavaScriptGlue/icu/unicode/ucnv_err.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/uconfig.h b/Source/JavaScriptGlue/icu/unicode/uconfig.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/uconfig.h
rename to Source/JavaScriptGlue/icu/unicode/uconfig.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/uenum.h b/Source/JavaScriptGlue/icu/unicode/uenum.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/uenum.h
rename to Source/JavaScriptGlue/icu/unicode/uenum.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/uiter.h b/Source/JavaScriptGlue/icu/unicode/uiter.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/uiter.h
rename to Source/JavaScriptGlue/icu/unicode/uiter.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/umachine.h b/Source/JavaScriptGlue/icu/unicode/umachine.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/umachine.h
rename to Source/JavaScriptGlue/icu/unicode/umachine.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/urename.h b/Source/JavaScriptGlue/icu/unicode/urename.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/urename.h
rename to Source/JavaScriptGlue/icu/unicode/urename.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/ustring.h b/Source/JavaScriptGlue/icu/unicode/ustring.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/ustring.h
rename to Source/JavaScriptGlue/icu/unicode/ustring.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/utf.h b/Source/JavaScriptGlue/icu/unicode/utf.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/utf.h
rename to Source/JavaScriptGlue/icu/unicode/utf.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/utf16.h b/Source/JavaScriptGlue/icu/unicode/utf16.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/utf16.h
rename to Source/JavaScriptGlue/icu/unicode/utf16.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/utf8.h b/Source/JavaScriptGlue/icu/unicode/utf8.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/utf8.h
rename to Source/JavaScriptGlue/icu/unicode/utf8.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/utf_old.h b/Source/JavaScriptGlue/icu/unicode/utf_old.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/utf_old.h
rename to Source/JavaScriptGlue/icu/unicode/utf_old.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/utypes.h b/Source/JavaScriptGlue/icu/unicode/utypes.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/utypes.h
rename to Source/JavaScriptGlue/icu/unicode/utypes.h
diff --git a/Sources/JavaScriptGlue/icu/unicode/uversion.h b/Source/JavaScriptGlue/icu/unicode/uversion.h
similarity index 100%
rename from Sources/JavaScriptGlue/icu/unicode/uversion.h
rename to Source/JavaScriptGlue/icu/unicode/uversion.h
diff --git a/Sources/JavaScriptGlue/testjsglue.cpp b/Source/JavaScriptGlue/testjsglue.cpp
similarity index 100%
rename from Sources/JavaScriptGlue/testjsglue.cpp
rename to Source/JavaScriptGlue/testjsglue.cpp
diff --git a/Sources/Makefile b/Source/Makefile
similarity index 100%
rename from Sources/Makefile
rename to Source/Makefile
diff --git a/Sources/Makefile.shared b/Source/Makefile.shared
similarity index 100%
rename from Sources/Makefile.shared
rename to Source/Makefile.shared
diff --git a/Sources/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj b/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj
similarity index 100%
rename from Sources/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj
rename to Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj
diff --git a/Sources/ThirdParty/ANGLE/ChangeLog b/Source/ThirdParty/ANGLE/ChangeLog
similarity index 100%
rename from Sources/ThirdParty/ANGLE/ChangeLog
rename to Source/ThirdParty/ANGLE/ChangeLog
diff --git a/Sources/ThirdParty/ANGLE/Configurations/ANGLE.xcconfig b/Source/ThirdParty/ANGLE/Configurations/ANGLE.xcconfig
similarity index 100%
rename from Sources/ThirdParty/ANGLE/Configurations/ANGLE.xcconfig
rename to Source/ThirdParty/ANGLE/Configurations/ANGLE.xcconfig
diff --git a/Sources/ThirdParty/ANGLE/Configurations/Base.xcconfig b/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig
similarity index 100%
rename from Sources/ThirdParty/ANGLE/Configurations/Base.xcconfig
rename to Source/ThirdParty/ANGLE/Configurations/Base.xcconfig
diff --git a/Sources/ThirdParty/ANGLE/Configurations/DebugRelease.xcconfig b/Source/ThirdParty/ANGLE/Configurations/DebugRelease.xcconfig
similarity index 100%
rename from Sources/ThirdParty/ANGLE/Configurations/DebugRelease.xcconfig
rename to Source/ThirdParty/ANGLE/Configurations/DebugRelease.xcconfig
diff --git a/Sources/ThirdParty/ANGLE/Makefile b/Source/ThirdParty/ANGLE/Makefile
similarity index 100%
rename from Sources/ThirdParty/ANGLE/Makefile
rename to Source/ThirdParty/ANGLE/Makefile
diff --git a/Sources/ThirdParty/ANGLE/include/EGL/egl.h b/Source/ThirdParty/ANGLE/include/EGL/egl.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/include/EGL/egl.h
rename to Source/ThirdParty/ANGLE/include/EGL/egl.h
diff --git a/Sources/ThirdParty/ANGLE/include/EGL/eglext.h b/Source/ThirdParty/ANGLE/include/EGL/eglext.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/include/EGL/eglext.h
rename to Source/ThirdParty/ANGLE/include/EGL/eglext.h
diff --git a/Sources/ThirdParty/ANGLE/include/EGL/eglplatform.h b/Source/ThirdParty/ANGLE/include/EGL/eglplatform.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/include/EGL/eglplatform.h
rename to Source/ThirdParty/ANGLE/include/EGL/eglplatform.h
diff --git a/Sources/ThirdParty/ANGLE/include/GLES2/gl2.h b/Source/ThirdParty/ANGLE/include/GLES2/gl2.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/include/GLES2/gl2.h
rename to Source/ThirdParty/ANGLE/include/GLES2/gl2.h
diff --git a/Sources/ThirdParty/ANGLE/include/GLES2/gl2ext.h b/Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/include/GLES2/gl2ext.h
rename to Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h
diff --git a/Sources/ThirdParty/ANGLE/include/GLES2/gl2platform.h b/Source/ThirdParty/ANGLE/include/GLES2/gl2platform.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/include/GLES2/gl2platform.h
rename to Source/ThirdParty/ANGLE/include/GLES2/gl2platform.h
diff --git a/Sources/ThirdParty/ANGLE/include/GLSLANG/ShaderLang.h b/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderLang.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/include/GLSLANG/ShaderLang.h
rename to Source/ThirdParty/ANGLE/include/GLSLANG/ShaderLang.h
diff --git a/Sources/ThirdParty/ANGLE/include/KHR/khrplatform.h b/Source/ThirdParty/ANGLE/include/KHR/khrplatform.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/include/KHR/khrplatform.h
rename to Source/ThirdParty/ANGLE/include/KHR/khrplatform.h
diff --git a/Sources/ThirdParty/ANGLE/src/build_angle.xcodeproj/project.pbxproj b/Source/ThirdParty/ANGLE/src/build_angle.xcodeproj/project.pbxproj
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/build_angle.xcodeproj/project.pbxproj
rename to Source/ThirdParty/ANGLE/src/build_angle.xcodeproj/project.pbxproj
diff --git a/Sources/ThirdParty/ANGLE/src/common/angleutils.h b/Source/ThirdParty/ANGLE/src/common/angleutils.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/common/angleutils.h
rename to Source/ThirdParty/ANGLE/src/common/angleutils.h
diff --git a/Sources/ThirdParty/ANGLE/src/common/debug.cpp b/Source/ThirdParty/ANGLE/src/common/debug.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/common/debug.cpp
rename to Source/ThirdParty/ANGLE/src/common/debug.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/common/debug.h b/Source/ThirdParty/ANGLE/src/common/debug.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/common/debug.h
rename to Source/ThirdParty/ANGLE/src/common/debug.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/BaseTypes.h b/Source/ThirdParty/ANGLE/src/compiler/BaseTypes.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/BaseTypes.h
rename to Source/ThirdParty/ANGLE/src/compiler/BaseTypes.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/CodeGenGLSL.cpp b/Source/ThirdParty/ANGLE/src/compiler/CodeGenGLSL.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/CodeGenGLSL.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/CodeGenGLSL.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/CodeGenHLSL.cpp b/Source/ThirdParty/ANGLE/src/compiler/CodeGenHLSL.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/CodeGenHLSL.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/CodeGenHLSL.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/Common.h b/Source/ThirdParty/ANGLE/src/compiler/Common.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/Common.h
rename to Source/ThirdParty/ANGLE/src/compiler/Common.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/ConstantUnion.h b/Source/ThirdParty/ANGLE/src/compiler/ConstantUnion.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/ConstantUnion.h
rename to Source/ThirdParty/ANGLE/src/compiler/ConstantUnion.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/InfoSink.cpp b/Source/ThirdParty/ANGLE/src/compiler/InfoSink.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/InfoSink.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/InfoSink.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/InfoSink.h b/Source/ThirdParty/ANGLE/src/compiler/InfoSink.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/InfoSink.h
rename to Source/ThirdParty/ANGLE/src/compiler/InfoSink.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/Initialize.cpp b/Source/ThirdParty/ANGLE/src/compiler/Initialize.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/Initialize.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/Initialize.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/Initialize.h b/Source/ThirdParty/ANGLE/src/compiler/Initialize.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/Initialize.h
rename to Source/ThirdParty/ANGLE/src/compiler/Initialize.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/InitializeDll.cpp b/Source/ThirdParty/ANGLE/src/compiler/InitializeDll.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/InitializeDll.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/InitializeDll.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/InitializeDll.h b/Source/ThirdParty/ANGLE/src/compiler/InitializeDll.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/InitializeDll.h
rename to Source/ThirdParty/ANGLE/src/compiler/InitializeDll.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/InitializeGlobals.h b/Source/ThirdParty/ANGLE/src/compiler/InitializeGlobals.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/InitializeGlobals.h
rename to Source/ThirdParty/ANGLE/src/compiler/InitializeGlobals.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/InitializeParseContext.h b/Source/ThirdParty/ANGLE/src/compiler/InitializeParseContext.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/InitializeParseContext.h
rename to Source/ThirdParty/ANGLE/src/compiler/InitializeParseContext.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/IntermTraverse.cpp b/Source/ThirdParty/ANGLE/src/compiler/IntermTraverse.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/IntermTraverse.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/IntermTraverse.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/Intermediate.cpp b/Source/ThirdParty/ANGLE/src/compiler/Intermediate.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/Intermediate.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/Intermediate.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/MMap.h b/Source/ThirdParty/ANGLE/src/compiler/MMap.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/MMap.h
rename to Source/ThirdParty/ANGLE/src/compiler/MMap.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/OutputGLSL.cpp b/Source/ThirdParty/ANGLE/src/compiler/OutputGLSL.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/OutputGLSL.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/OutputGLSL.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/OutputGLSL.h b/Source/ThirdParty/ANGLE/src/compiler/OutputGLSL.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/OutputGLSL.h
rename to Source/ThirdParty/ANGLE/src/compiler/OutputGLSL.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/OutputHLSL.cpp b/Source/ThirdParty/ANGLE/src/compiler/OutputHLSL.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/OutputHLSL.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/OutputHLSL.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/OutputHLSL.h b/Source/ThirdParty/ANGLE/src/compiler/OutputHLSL.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/OutputHLSL.h
rename to Source/ThirdParty/ANGLE/src/compiler/OutputHLSL.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/ParseHelper.cpp b/Source/ThirdParty/ANGLE/src/compiler/ParseHelper.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/ParseHelper.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/ParseHelper.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/ParseHelper.h b/Source/ThirdParty/ANGLE/src/compiler/ParseHelper.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/ParseHelper.h
rename to Source/ThirdParty/ANGLE/src/compiler/ParseHelper.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/PoolAlloc.cpp b/Source/ThirdParty/ANGLE/src/compiler/PoolAlloc.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/PoolAlloc.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/PoolAlloc.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/PoolAlloc.h b/Source/ThirdParty/ANGLE/src/compiler/PoolAlloc.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/PoolAlloc.h
rename to Source/ThirdParty/ANGLE/src/compiler/PoolAlloc.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/QualifierAlive.cpp b/Source/ThirdParty/ANGLE/src/compiler/QualifierAlive.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/QualifierAlive.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/QualifierAlive.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/QualifierAlive.h b/Source/ThirdParty/ANGLE/src/compiler/QualifierAlive.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/QualifierAlive.h
rename to Source/ThirdParty/ANGLE/src/compiler/QualifierAlive.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/RemoveTree.cpp b/Source/ThirdParty/ANGLE/src/compiler/RemoveTree.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/RemoveTree.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/RemoveTree.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/RemoveTree.h b/Source/ThirdParty/ANGLE/src/compiler/RemoveTree.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/RemoveTree.h
rename to Source/ThirdParty/ANGLE/src/compiler/RemoveTree.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/ShHandle.h b/Source/ThirdParty/ANGLE/src/compiler/ShHandle.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/ShHandle.h
rename to Source/ThirdParty/ANGLE/src/compiler/ShHandle.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/ShaderLang.cpp b/Source/ThirdParty/ANGLE/src/compiler/ShaderLang.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/ShaderLang.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/ShaderLang.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/SymbolTable.cpp b/Source/ThirdParty/ANGLE/src/compiler/SymbolTable.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/SymbolTable.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/SymbolTable.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/SymbolTable.h b/Source/ThirdParty/ANGLE/src/compiler/SymbolTable.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/SymbolTable.h
rename to Source/ThirdParty/ANGLE/src/compiler/SymbolTable.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/TranslatorGLSL.cpp b/Source/ThirdParty/ANGLE/src/compiler/TranslatorGLSL.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/TranslatorGLSL.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/TranslatorGLSL.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/TranslatorGLSL.h b/Source/ThirdParty/ANGLE/src/compiler/TranslatorGLSL.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/TranslatorGLSL.h
rename to Source/ThirdParty/ANGLE/src/compiler/TranslatorGLSL.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/TranslatorHLSL.cpp b/Source/ThirdParty/ANGLE/src/compiler/TranslatorHLSL.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/TranslatorHLSL.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/TranslatorHLSL.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/TranslatorHLSL.h b/Source/ThirdParty/ANGLE/src/compiler/TranslatorHLSL.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/TranslatorHLSL.h
rename to Source/ThirdParty/ANGLE/src/compiler/TranslatorHLSL.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/Types.h b/Source/ThirdParty/ANGLE/src/compiler/Types.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/Types.h
rename to Source/ThirdParty/ANGLE/src/compiler/Types.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/UnfoldSelect.cpp b/Source/ThirdParty/ANGLE/src/compiler/UnfoldSelect.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/UnfoldSelect.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/UnfoldSelect.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/UnfoldSelect.h b/Source/ThirdParty/ANGLE/src/compiler/UnfoldSelect.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/UnfoldSelect.h
rename to Source/ThirdParty/ANGLE/src/compiler/UnfoldSelect.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/debug.cpp b/Source/ThirdParty/ANGLE/src/compiler/debug.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/debug.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/debug.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/debug.h b/Source/ThirdParty/ANGLE/src/compiler/debug.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/debug.h
rename to Source/ThirdParty/ANGLE/src/compiler/debug.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/glslang.l b/Source/ThirdParty/ANGLE/src/compiler/glslang.l
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/glslang.l
rename to Source/ThirdParty/ANGLE/src/compiler/glslang.l
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/glslang.y b/Source/ThirdParty/ANGLE/src/compiler/glslang.y
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/glslang.y
rename to Source/ThirdParty/ANGLE/src/compiler/glslang.y
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/intermOut.cpp b/Source/ThirdParty/ANGLE/src/compiler/intermOut.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/intermOut.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/intermOut.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/intermediate.h b/Source/ThirdParty/ANGLE/src/compiler/intermediate.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/intermediate.h
rename to Source/ThirdParty/ANGLE/src/compiler/intermediate.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/localintermediate.h b/Source/ThirdParty/ANGLE/src/compiler/localintermediate.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/localintermediate.h
rename to Source/ThirdParty/ANGLE/src/compiler/localintermediate.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/osinclude.h b/Source/ThirdParty/ANGLE/src/compiler/osinclude.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/osinclude.h
rename to Source/ThirdParty/ANGLE/src/compiler/osinclude.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp b/Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/ossource_win.cpp b/Source/ThirdParty/ANGLE/src/compiler/ossource_win.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/ossource_win.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/ossource_win.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/parseConst.cpp b/Source/ThirdParty/ANGLE/src/compiler/parseConst.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/parseConst.cpp
rename to Source/ThirdParty/ANGLE/src/compiler/parseConst.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/atom.c b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/atom.c
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/atom.c
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/atom.c
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/atom.h b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/atom.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/atom.h
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/atom.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/compile.h b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/compile.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/compile.h
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/compile.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/cpp.c b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/cpp.c
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/cpp.c
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/cpp.c
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/cpp.h b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/cpp.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/cpp.h
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/cpp.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/cppstruct.c b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/cppstruct.c
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/cppstruct.c
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/cppstruct.c
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/memory.c b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/memory.c
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/memory.c
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/memory.c
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/memory.h b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/memory.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/memory.h
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/memory.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/parser.h b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/parser.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/parser.h
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/parser.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/preprocess.h b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/preprocess.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/preprocess.h
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/preprocess.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.c b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.c
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.c
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.c
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.h b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.h
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/slglobals.h b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/slglobals.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/slglobals.h
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/slglobals.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/symbols.c b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/symbols.c
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/symbols.c
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/symbols.c
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/symbols.h b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/symbols.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/symbols.h
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/symbols.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/tokens.c b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/tokens.c
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/tokens.c
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/tokens.c
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/preprocessor/tokens.h b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/tokens.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/preprocessor/tokens.h
rename to Source/ThirdParty/ANGLE/src/compiler/preprocessor/tokens.h
diff --git a/Sources/ThirdParty/ANGLE/src/compiler/unistd.h b/Source/ThirdParty/ANGLE/src/compiler/unistd.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/compiler/unistd.h
rename to Source/ThirdParty/ANGLE/src/compiler/unistd.h
diff --git a/Sources/ThirdParty/ANGLE/src/libEGL/Config.cpp b/Source/ThirdParty/ANGLE/src/libEGL/Config.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libEGL/Config.cpp
rename to Source/ThirdParty/ANGLE/src/libEGL/Config.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libEGL/Config.h b/Source/ThirdParty/ANGLE/src/libEGL/Config.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libEGL/Config.h
rename to Source/ThirdParty/ANGLE/src/libEGL/Config.h
diff --git a/Sources/ThirdParty/ANGLE/src/libEGL/Display.cpp b/Source/ThirdParty/ANGLE/src/libEGL/Display.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libEGL/Display.cpp
rename to Source/ThirdParty/ANGLE/src/libEGL/Display.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libEGL/Display.h b/Source/ThirdParty/ANGLE/src/libEGL/Display.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libEGL/Display.h
rename to Source/ThirdParty/ANGLE/src/libEGL/Display.h
diff --git a/Sources/ThirdParty/ANGLE/src/libEGL/Surface.cpp b/Source/ThirdParty/ANGLE/src/libEGL/Surface.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libEGL/Surface.cpp
rename to Source/ThirdParty/ANGLE/src/libEGL/Surface.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libEGL/Surface.h b/Source/ThirdParty/ANGLE/src/libEGL/Surface.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libEGL/Surface.h
rename to Source/ThirdParty/ANGLE/src/libEGL/Surface.h
diff --git a/Sources/ThirdParty/ANGLE/src/libEGL/libEGL.cpp b/Source/ThirdParty/ANGLE/src/libEGL/libEGL.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libEGL/libEGL.cpp
rename to Source/ThirdParty/ANGLE/src/libEGL/libEGL.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libEGL/libEGL.def b/Source/ThirdParty/ANGLE/src/libEGL/libEGL.def
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libEGL/libEGL.def
rename to Source/ThirdParty/ANGLE/src/libEGL/libEGL.def
diff --git a/Sources/ThirdParty/ANGLE/src/libEGL/libEGL.vcproj b/Source/ThirdParty/ANGLE/src/libEGL/libEGL.vcproj
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libEGL/libEGL.vcproj
rename to Source/ThirdParty/ANGLE/src/libEGL/libEGL.vcproj
diff --git a/Sources/ThirdParty/ANGLE/src/libEGL/main.cpp b/Source/ThirdParty/ANGLE/src/libEGL/main.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libEGL/main.cpp
rename to Source/ThirdParty/ANGLE/src/libEGL/main.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libEGL/main.h b/Source/ThirdParty/ANGLE/src/libEGL/main.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libEGL/main.h
rename to Source/ThirdParty/ANGLE/src/libEGL/main.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Blit.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/Blit.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Blit.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Blit.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Blit.h b/Source/ThirdParty/ANGLE/src/libGLESv2/Blit.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Blit.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Blit.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Buffer.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/Buffer.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Buffer.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Buffer.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Buffer.h b/Source/ThirdParty/ANGLE/src/libGLESv2/Buffer.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Buffer.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Buffer.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Context.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/Context.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Context.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Context.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Context.h b/Source/ThirdParty/ANGLE/src/libGLESv2/Context.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Context.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Context.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Framebuffer.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/Framebuffer.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Framebuffer.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Framebuffer.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Framebuffer.h b/Source/ThirdParty/ANGLE/src/libGLESv2/Framebuffer.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Framebuffer.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Framebuffer.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Program.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/Program.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Program.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Program.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Program.h b/Source/ThirdParty/ANGLE/src/libGLESv2/Program.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Program.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Program.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/RefCountObject.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/RefCountObject.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/RefCountObject.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/RefCountObject.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/RefCountObject.h b/Source/ThirdParty/ANGLE/src/libGLESv2/RefCountObject.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/RefCountObject.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/RefCountObject.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Renderbuffer.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/Renderbuffer.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Renderbuffer.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Renderbuffer.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Renderbuffer.h b/Source/ThirdParty/ANGLE/src/libGLESv2/Renderbuffer.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Renderbuffer.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Renderbuffer.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/ResourceManager.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/ResourceManager.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/ResourceManager.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/ResourceManager.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/ResourceManager.h b/Source/ThirdParty/ANGLE/src/libGLESv2/ResourceManager.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/ResourceManager.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/ResourceManager.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Shader.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/Shader.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Shader.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Shader.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Shader.h b/Source/ThirdParty/ANGLE/src/libGLESv2/Shader.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Shader.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Shader.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Texture.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/Texture.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Texture.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Texture.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/Texture.h b/Source/ThirdParty/ANGLE/src/libGLESv2/Texture.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/Texture.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/Texture.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/IndexDataManager.h b/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/IndexDataManager.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/IndexDataManager.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/geometry/IndexDataManager.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/VertexDataManager.h b/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/VertexDataManager.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/VertexDataManager.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/geometry/VertexDataManager.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/backend.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/backend.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/backend.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/geometry/backend.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/backend.h b/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/backend.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/backend.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/geometry/backend.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/dx9.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/dx9.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/dx9.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/geometry/dx9.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/dx9.h b/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/dx9.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/dx9.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/geometry/dx9.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/vertexconversion.h b/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/vertexconversion.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/geometry/vertexconversion.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/geometry/vertexconversion.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.def b/Source/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.def
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.def
rename to Source/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.def
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.vcproj b/Source/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.vcproj
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.vcproj
rename to Source/ThirdParty/ANGLE/src/libGLESv2/libGLESv2.vcproj
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/main.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/main.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/main.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/main.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/main.h b/Source/ThirdParty/ANGLE/src/libGLESv2/main.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/main.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/main.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/mathutil.h b/Source/ThirdParty/ANGLE/src/libGLESv2/mathutil.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/mathutil.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/mathutil.h
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/utilities.cpp b/Source/ThirdParty/ANGLE/src/libGLESv2/utilities.cpp
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/utilities.cpp
rename to Source/ThirdParty/ANGLE/src/libGLESv2/utilities.cpp
diff --git a/Sources/ThirdParty/ANGLE/src/libGLESv2/utilities.h b/Source/ThirdParty/ANGLE/src/libGLESv2/utilities.h
similarity index 100%
rename from Sources/ThirdParty/ANGLE/src/libGLESv2/utilities.h
rename to Source/ThirdParty/ANGLE/src/libGLESv2/utilities.h
diff --git a/Sources/ThirdParty/Makefile b/Source/ThirdParty/Makefile
similarity index 100%
rename from Sources/ThirdParty/Makefile
rename to Source/ThirdParty/Makefile
diff --git a/Sources/ThirdParty/Makefile.shared b/Source/ThirdParty/Makefile.shared
similarity index 100%
rename from Sources/ThirdParty/Makefile.shared
rename to Source/ThirdParty/Makefile.shared
diff --git a/Sources/autotools/acinclude.m4 b/Source/autotools/acinclude.m4
similarity index 100%
rename from Sources/autotools/acinclude.m4
rename to Source/autotools/acinclude.m4
diff --git a/Sources/autotools/dolt.m4 b/Source/autotools/dolt.m4
similarity index 100%
rename from Sources/autotools/dolt.m4
rename to Source/autotools/dolt.m4
diff --git a/Sources/autotools/gsettings.m4 b/Source/autotools/gsettings.m4
similarity index 100%
rename from Sources/autotools/gsettings.m4
rename to Source/autotools/gsettings.m4
diff --git a/Sources/autotools/symbols.filter b/Source/autotools/symbols.filter
similarity index 100%
rename from Sources/autotools/symbols.filter
rename to Source/autotools/symbols.filter
diff --git a/Sources/autotools/webkit.m4 b/Source/autotools/webkit.m4
similarity index 100%
rename from Sources/autotools/webkit.m4
rename to Source/autotools/webkit.m4
diff --git a/Sources/cmake/FindCFLite.cmake b/Source/cmake/FindCFLite.cmake
similarity index 100%
rename from Sources/cmake/FindCFLite.cmake
rename to Source/cmake/FindCFLite.cmake
diff --git a/Sources/cmake/FindCairo.cmake b/Source/cmake/FindCairo.cmake
similarity index 100%
rename from Sources/cmake/FindCairo.cmake
rename to Source/cmake/FindCairo.cmake
diff --git a/Sources/cmake/FindEFL.cmake b/Source/cmake/FindEFL.cmake
similarity index 100%
rename from Sources/cmake/FindEFL.cmake
rename to Source/cmake/FindEFL.cmake
diff --git a/Sources/cmake/FindFontconfig.cmake b/Source/cmake/FindFontconfig.cmake
similarity index 100%
rename from Sources/cmake/FindFontconfig.cmake
rename to Source/cmake/FindFontconfig.cmake
diff --git a/Sources/cmake/FindFreetype.cmake b/Source/cmake/FindFreetype.cmake
similarity index 100%
rename from Sources/cmake/FindFreetype.cmake
rename to Source/cmake/FindFreetype.cmake
diff --git a/Sources/cmake/FindGDK-PixBuf.cmake b/Source/cmake/FindGDK-PixBuf.cmake
similarity index 100%
rename from Sources/cmake/FindGDK-PixBuf.cmake
rename to Source/cmake/FindGDK-PixBuf.cmake
diff --git a/Sources/cmake/FindGDK.cmake b/Source/cmake/FindGDK.cmake
similarity index 100%
rename from Sources/cmake/FindGDK.cmake
rename to Source/cmake/FindGDK.cmake
diff --git a/Sources/cmake/FindGIO.cmake b/Source/cmake/FindGIO.cmake
similarity index 100%
rename from Sources/cmake/FindGIO.cmake
rename to Source/cmake/FindGIO.cmake
diff --git a/Sources/cmake/FindGStreamer-App.cmake b/Source/cmake/FindGStreamer-App.cmake
similarity index 100%
rename from Sources/cmake/FindGStreamer-App.cmake
rename to Source/cmake/FindGStreamer-App.cmake
diff --git a/Sources/cmake/FindGStreamer-Base.cmake b/Source/cmake/FindGStreamer-Base.cmake
similarity index 100%
rename from Sources/cmake/FindGStreamer-Base.cmake
rename to Source/cmake/FindGStreamer-Base.cmake
diff --git a/Sources/cmake/FindGStreamer-Interfaces.cmake b/Source/cmake/FindGStreamer-Interfaces.cmake
similarity index 100%
rename from Sources/cmake/FindGStreamer-Interfaces.cmake
rename to Source/cmake/FindGStreamer-Interfaces.cmake
diff --git a/Sources/cmake/FindGStreamer-Pbutils.cmake b/Source/cmake/FindGStreamer-Pbutils.cmake
similarity index 100%
rename from Sources/cmake/FindGStreamer-Pbutils.cmake
rename to Source/cmake/FindGStreamer-Pbutils.cmake
diff --git a/Sources/cmake/FindGStreamer-Plugins-Base.cmake b/Source/cmake/FindGStreamer-Plugins-Base.cmake
similarity index 100%
rename from Sources/cmake/FindGStreamer-Plugins-Base.cmake
rename to Source/cmake/FindGStreamer-Plugins-Base.cmake
diff --git a/Sources/cmake/FindGStreamer-Video.cmake b/Source/cmake/FindGStreamer-Video.cmake
similarity index 100%
rename from Sources/cmake/FindGStreamer-Video.cmake
rename to Source/cmake/FindGStreamer-Video.cmake
diff --git a/Sources/cmake/FindGStreamer.cmake b/Source/cmake/FindGStreamer.cmake
similarity index 100%
rename from Sources/cmake/FindGStreamer.cmake
rename to Source/cmake/FindGStreamer.cmake
diff --git a/Sources/cmake/FindGlib.cmake b/Source/cmake/FindGlib.cmake
similarity index 100%
rename from Sources/cmake/FindGlib.cmake
rename to Source/cmake/FindGlib.cmake
diff --git a/Sources/cmake/FindGperf.cmake b/Source/cmake/FindGperf.cmake
similarity index 100%
rename from Sources/cmake/FindGperf.cmake
rename to Source/cmake/FindGperf.cmake
diff --git a/Sources/cmake/FindGthread.cmake b/Source/cmake/FindGthread.cmake
similarity index 100%
rename from Sources/cmake/FindGthread.cmake
rename to Source/cmake/FindGthread.cmake
diff --git a/Sources/cmake/FindICU.cmake b/Source/cmake/FindICU.cmake
similarity index 100%
rename from Sources/cmake/FindICU.cmake
rename to Source/cmake/FindICU.cmake
diff --git a/Sources/cmake/FindLibSoup2.cmake b/Source/cmake/FindLibSoup2.cmake
similarity index 100%
rename from Sources/cmake/FindLibSoup2.cmake
rename to Source/cmake/FindLibSoup2.cmake
diff --git a/Sources/cmake/FindLibXlst.cmake b/Source/cmake/FindLibXlst.cmake
similarity index 100%
rename from Sources/cmake/FindLibXlst.cmake
rename to Source/cmake/FindLibXlst.cmake
diff --git a/Sources/cmake/FindPango.cmake b/Source/cmake/FindPango.cmake
similarity index 100%
rename from Sources/cmake/FindPango.cmake
rename to Source/cmake/FindPango.cmake
diff --git a/Sources/cmake/FindSqlite.cmake b/Source/cmake/FindSqlite.cmake
similarity index 100%
rename from Sources/cmake/FindSqlite.cmake
rename to Source/cmake/FindSqlite.cmake
diff --git a/Sources/cmake/LibFindMacros.cmake b/Source/cmake/LibFindMacros.cmake
similarity index 100%
rename from Sources/cmake/LibFindMacros.cmake
rename to Source/cmake/LibFindMacros.cmake
diff --git a/Sources/cmake/OptionsCommon.cmake b/Source/cmake/OptionsCommon.cmake
similarity index 100%
rename from Sources/cmake/OptionsCommon.cmake
rename to Source/cmake/OptionsCommon.cmake
diff --git a/Sources/cmake/OptionsEfl.cmake b/Source/cmake/OptionsEfl.cmake
similarity index 100%
rename from Sources/cmake/OptionsEfl.cmake
rename to Source/cmake/OptionsEfl.cmake
diff --git a/Sources/cmake/OptionsWinCE.cmake b/Source/cmake/OptionsWinCE.cmake
similarity index 100%
rename from Sources/cmake/OptionsWinCE.cmake
rename to Source/cmake/OptionsWinCE.cmake
diff --git a/Sources/cmake/OptionsWindows.cmake b/Source/cmake/OptionsWindows.cmake
similarity index 100%
rename from Sources/cmake/OptionsWindows.cmake
rename to Source/cmake/OptionsWindows.cmake
diff --git a/Sources/cmake/WebKitEfl.cmake b/Source/cmake/WebKitEfl.cmake
similarity index 100%
rename from Sources/cmake/WebKitEfl.cmake
rename to Source/cmake/WebKitEfl.cmake
diff --git a/Sources/cmake/WebKitFS.cmake b/Source/cmake/WebKitFS.cmake
similarity index 100%
rename from Sources/cmake/WebKitFS.cmake
rename to Source/cmake/WebKitFS.cmake
diff --git a/Sources/cmake/WebKitFeatures.cmake b/Source/cmake/WebKitFeatures.cmake
similarity index 100%
rename from Sources/cmake/WebKitFeatures.cmake
rename to Source/cmake/WebKitFeatures.cmake
diff --git a/Sources/cmake/WebKitHelpers.cmake b/Source/cmake/WebKitHelpers.cmake
similarity index 100%
rename from Sources/cmake/WebKitHelpers.cmake
rename to Source/cmake/WebKitHelpers.cmake
diff --git a/Sources/cmake/WebKitMacros.cmake b/Source/cmake/WebKitMacros.cmake
similarity index 100%
rename from Sources/cmake/WebKitMacros.cmake
rename to Source/cmake/WebKitMacros.cmake
diff --git a/Sources/cmake/WebKitPackaging.cmake b/Source/cmake/WebKitPackaging.cmake
similarity index 100%
rename from Sources/cmake/WebKitPackaging.cmake
rename to Source/cmake/WebKitPackaging.cmake
diff --git a/Sources/cmake/eflsymbols.filter b/Source/cmake/eflsymbols.filter
similarity index 100%
rename from Sources/cmake/eflsymbols.filter
rename to Source/cmake/eflsymbols.filter
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index fa4c6fa..bda73bd 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,18 @@
+2011-01-01  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
+        Move Sources to Source
+        https://bugs.webkit.org/show_bug.cgi?id=51794
+
+        Update scripts to point to the new location.
+
+        * Scripts/build-webkit:
+        * Scripts/do-file-rename:
+        * Scripts/do-webcore-rename:
+        * Scripts/webkitpy/common/config/build.py:
+        * Scripts/webkitpy/common/config/build_unittest.py:
+
 2010-12-31  Kent Tamura  <tkent at chromium.org>
 
         Reviewed by Eric Seidel.
diff --git a/Tools/Scripts/build-webkit b/Tools/Scripts/build-webkit
index f2ad272..1601ddb 100755
--- a/Tools/Scripts/build-webkit
+++ b/Tools/Scripts/build-webkit
@@ -401,10 +401,10 @@ if (isGtk()) {
     }
 
     # Apple builds JavaScriptGlue, and only on the Mac.
-    splice @projects, 1, 0, "Sources/JavaScriptGlue";
+    splice @projects, 1, 0, "Source/JavaScriptGlue";
 
     # ANGLE must come before WebCore
-    splice @projects, 0, 0, "Sources/ThirdParty/ANGLE";
+    splice @projects, 0, 0, "Source/ThirdParty/ANGLE";
 
     # WebKit2 is only supported in SnowLeopard and later at present.
     push @projects, ("WebKit2", "Tools/MiniBrowser") if osXVersion()->{"minor"} >= 6 and !$noWebKit2;
diff --git a/Tools/Scripts/do-file-rename b/Tools/Scripts/do-file-rename
index d3403a7..f16d146 100755
--- a/Tools/Scripts/do-file-rename
+++ b/Tools/Scripts/do-file-rename
@@ -44,7 +44,7 @@ my %words;
 
 my @paths;
 find(\&wanted, "JavaScriptCore");
-find(\&wanted, "Sources/JavaScriptGlue");
+find(\&wanted, "Source/JavaScriptGlue");
 find(\&wanted, "WebCore");
 find(\&wanted, "WebKit");
 find(\&wanted, "WebKit2");
diff --git a/Tools/Scripts/do-webcore-rename b/Tools/Scripts/do-webcore-rename
index b724dca..dd9b8ce 100755
--- a/Tools/Scripts/do-webcore-rename
+++ b/Tools/Scripts/do-webcore-rename
@@ -70,7 +70,7 @@ my %directoriesToIgnore = map { $_ => 1 } @directoriesToIgnoreList;
 
 my @paths;
 find(\&wanted, "JavaScriptCore");
-find(\&wanted, "Sources/JavaScriptGlue");
+find(\&wanted, "Source/JavaScriptGlue");
 find(\&wanted, "WebCore");
 find(\&wanted, "WebKit");
 find(\&wanted, "WebKit2");
diff --git a/Tools/Scripts/webkitpy/common/config/build.py b/Tools/Scripts/webkitpy/common/config/build.py
index 88e08f4..8c98ecb 100644
--- a/Tools/Scripts/webkitpy/common/config/build.py
+++ b/Tools/Scripts/webkitpy/common/config/build.py
@@ -57,7 +57,7 @@ def _should_file_trigger_build(target_platform, file):
         ("wince", []),
 
         # Directories that should trigger builds on only some bots.
-        ("Sources/JavaScriptGlue", ["mac"]),
+        ("Source/JavaScriptGlue", ["mac"]),
         ("LayoutTests/platform/mac", ["mac", "win"]),
         ("LayoutTests/platform/mac-snowleopard", ["mac-snowleopard", "win"]),
         ("WebCore/image-decoders", ["chromium"]),
diff --git a/Tools/Scripts/webkitpy/common/config/build_unittest.py b/Tools/Scripts/webkitpy/common/config/build_unittest.py
index b34bb8a..38da197 100644
--- a/Tools/Scripts/webkitpy/common/config/build_unittest.py
+++ b/Tools/Scripts/webkitpy/common/config/build_unittest.py
@@ -30,8 +30,8 @@ class ShouldBuildTest(unittest.TestCase):
         (["Websites/bugs.webkit.org/foo", "WebCore/bar"], ["*"]),
         (["Websites/bugs.webkit.org/foo"], []),
         (["JavaScriptCore/JavaScriptCore.xcodeproj/foo"], ["mac-leopard", "mac-snowleopard"]),
-        (["Sources/JavaScriptGlue/foo", "WebCore/bar"], ["*"]),
-        (["Sources/JavaScriptGlue/foo"], ["mac-leopard", "mac-snowleopard"]),
+        (["Source/JavaScriptGlue/foo", "WebCore/bar"], ["*"]),
+        (["Source/JavaScriptGlue/foo"], ["mac-leopard", "mac-snowleopard"]),
         (["LayoutTests/foo"], ["*"]),
         (["LayoutTests/platform/chromium-linux/foo"], ["chromium-linux"]),
         (["LayoutTests/platform/chromium-win/fast/compact/001-expected.txt"], ["chromium-win"]),
diff --git a/Websites/bugs.webkit.org/ChangeLog b/Websites/bugs.webkit.org/ChangeLog
index df475e6..024a625 100644
--- a/Websites/bugs.webkit.org/ChangeLog
+++ b/Websites/bugs.webkit.org/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-01  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
+        Move Sources to Source
+        https://bugs.webkit.org/show_bug.cgi?id=51794
+
+        * PrettyPatch/PrettyPatch.rb:
+
 2010-12-31  Adam Barth  <abarth at webkit.org>
 
         Rubber-stamped by Eric Seidel.
diff --git a/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb b/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb
index faa09d0..3f158b8 100644
--- a/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb
+++ b/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb
@@ -68,7 +68,7 @@ private
         JavaScriptCore
         LayoutTests
         PerformanceTests
-        Sources
+        Source
         Tools
         WebCore
         WebKit
diff --git a/autogen.sh b/autogen.sh
index 0496fec..d252eaf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,7 +10,7 @@ cd $srcdir
 
 GTKDOCIZE_FLAGS="--copy"
 LIBTOOLIZE_FLAGS="--force --automake"
-ACLOCAL_FLAGS="-I Sources/autotools $ACLOCAL_FLAGS"
+ACLOCAL_FLAGS="-I Source/autotools $ACLOCAL_FLAGS"
 AUTOMAKE_FLAGS="--foreign --add-missing"
 
 DIE=0
diff --git a/configure.ac b/configure.ac
index 72ebe2e..1735d54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,9 +13,9 @@ m4_define([webkit_user_agent_minor_version], [7])
 
 AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
 
-AC_CONFIG_MACRO_DIR([Sources/autotools])
-AC_CONFIG_AUX_DIR([Sources/autotools])
-AC_SUBST(ACLOCAL_AMFLAGS, "-I Sources/autotools")
+AC_CONFIG_MACRO_DIR([Source/autotools])
+AC_CONFIG_AUX_DIR([Source/autotools])
+AC_SUBST(ACLOCAL_AMFLAGS, "-I Source/autotools")
 
 AC_CONFIG_HEADERS([autotoolsconfig.h])
 AC_CANONICAL_HOST

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list