From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/WebCore/platform/Linux.cmake | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Source/WebCore/platform/Linux.cmake (limited to 'Source/WebCore/platform/Linux.cmake') diff --git a/Source/WebCore/platform/Linux.cmake b/Source/WebCore/platform/Linux.cmake new file mode 100644 index 000000000..520ddccf7 --- /dev/null +++ b/Source/WebCore/platform/Linux.cmake @@ -0,0 +1,11 @@ +list(APPEND WebCore_INCLUDE_DIRECTORIES + "${WEBCORE_DIR}/platform/linux" + "${WEBCORE_DIR}/platform/gamepad/linux" +) + +list(APPEND WebCore_SOURCES + platform/gamepad/linux/GamepadDeviceLinux.cpp + + platform/linux/CurrentProcessMemoryStatus.cpp + platform/linux/MemoryPressureHandlerLinux.cpp +) -- cgit v1.2.1