forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[CMAKE] Remove Nix from CMake scripts"
This reverts commit 050410a. Conflicts: Source/WebCore/ChangeLog
- Loading branch information
1 parent
5b683f9
commit d1a458c
Showing
8 changed files
with
26 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,3 @@ | ||
2014-01-20 Ryuan Choi <[email protected]> | ||
|
||
[CMAKE] Remove Nix from CMake scripts | ||
https://bugs.webkit.org/show_bug.cgi?id=127264 | ||
|
||
Reviewed by Anders Carlsson. | ||
|
||
* CMakeLists.txt: | ||
* Source/CMakeLists.txt: | ||
* Source/cmake/FindEGL.cmake: | ||
* Source/cmake/OptionsCommon.cmake: | ||
|
||
2014-01-18 Anders Carlsson <[email protected]> | ||
|
||
Remove ENABLE_THREADED_HTML_PARSER defines everywhere | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS() | ||
|
||
include_directories(${Platform_INCLUDES}) | ||
add_library(Platform STATIC ${Platform_SOURCES}) | ||
set_target_properties(Platform PROPERTIES FOLDER "Platform") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
2014-01-20 Ryuan Choi <[email protected]> | ||
|
||
[CMAKE] Remove Nix from CMake scripts | ||
https://bugs.webkit.org/show_bug.cgi?id=127264 | ||
|
||
Reviewed by Anders Carlsson. | ||
|
||
* CMakeLists.txt: Removed. | ||
|
||
2014-01-16 Benjamin Poulain <[email protected]> | ||
|
||
Remove Nix from Source/Platform | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters