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")
+2011-01-01 Adam Barth <abarth@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@webkit.org>
Rubber-stamped by Eric Seidel.
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
endif
EXTRA_DIST += \
- $(srcdir)/Sources/autotools/symbols.filter \
+ $(srcdir)/Source/autotools/symbols.filter \
$(srcdir)/gtk-doc.make \
$(srcdir)/WebKit/LICENSE
$(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 \
-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=$$?; \
+2011-01-01 Adam Barth <abarth@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@chromium.org>
Reviewed by Eric Seidel.
}
# 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;
my @paths;
find(\&wanted, "JavaScriptCore");
-find(\&wanted, "Sources/JavaScriptGlue");
+find(\&wanted, "Source/JavaScriptGlue");
find(\&wanted, "WebCore");
find(\&wanted, "WebKit");
find(\&wanted, "WebKit2");
my @paths;
find(\&wanted, "JavaScriptCore");
-find(\&wanted, "Sources/JavaScriptGlue");
+find(\&wanted, "Source/JavaScriptGlue");
find(\&wanted, "WebCore");
find(\&wanted, "WebKit");
find(\&wanted, "WebKit2");
("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"]),
(["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"]),
+2011-01-01 Adam Barth <abarth@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@webkit.org>
Rubber-stamped by Eric Seidel.
JavaScriptCore
LayoutTests
PerformanceTests
- Sources
+ Source
Tools
WebCore
WebKit
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
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