summaryrefslogtreecommitdiff
path: root/Source/WebKit2/GNUmakefile.list.am
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/GNUmakefile.list.am')
-rw-r--r--Source/WebKit2/GNUmakefile.list.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/WebKit2/GNUmakefile.list.am b/Source/WebKit2/GNUmakefile.list.am
index 371f4f558..f1e80d57a 100644
--- a/Source/WebKit2/GNUmakefile.list.am
+++ b/Source/WebKit2/GNUmakefile.list.am
@@ -257,6 +257,10 @@ webkit2_sources += \
Source/WebKit2/Platform/CoreIPC/DataReference.cpp \
Source/WebKit2/Platform/CoreIPC/DataReference.h \
Source/WebKit2/Platform/CoreIPC/HandleMessage.h \
+ Source/WebKit2/Platform/CoreIPC/MessageDecoder.cpp \
+ Source/WebKit2/Platform/CoreIPC/MessageDecoder.h \
+ Source/WebKit2/Platform/CoreIPC/MessageEncoder.cpp \
+ Source/WebKit2/Platform/CoreIPC/MessageEncoder.h \
Source/WebKit2/Platform/CoreIPC/MessageID.h \
Source/WebKit2/Platform/CoreIPC/MessageReceiver.h \
Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp \
@@ -1219,6 +1223,10 @@ webkit2_plugin_process_sources += \
Source/WebKit2/Platform/CoreIPC/DataReference.cpp \
Source/WebKit2/Platform/CoreIPC/DataReference.h \
Source/WebKit2/Platform/CoreIPC/HandleMessage.h \
+ Source/WebKit2/Platform/CoreIPC/MessageDecoder.cpp \
+ Source/WebKit2/Platform/CoreIPC/MessageDecoder.h \
+ Source/WebKit2/Platform/CoreIPC/MessageEncoder.cpp \
+ Source/WebKit2/Platform/CoreIPC/MessageEncoder.h \
Source/WebKit2/Platform/CoreIPC/MessageID.h \
Source/WebKit2/Platform/CoreIPC/MessageReceiver.h \
Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp \