diff options
Diffstat (limited to 'webkit/SConscript')
-rw-r--r-- | webkit/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/SConscript b/webkit/SConscript index 2cb73e7..7ad4851 100644 --- a/webkit/SConscript +++ b/webkit/SConscript @@ -134,10 +134,12 @@ env.Prepend( '$WEBKIT_DIR_PORT_INC/history', '$WEBKIT_DIR_PORT_INC/page/chromium', '$WEBKIT_DIR_PORT_INC/platform', + '$WEBKIT_DIR_PORT_INC/platform/animation', '$WEBKIT_DIR_PORT_INC/platform/chromium', '$WEBKIT_DIR_PORT_INC/platform/graphics', '$WEBKIT_DIR_PORT_INC/platform/graphics/chromium', '$WEBKIT_DIR_PORT_INC/platform/graphics/skia', + '$WEBKIT_DIR_PORT_INC/platform/graphics/transforms', '$WEBKIT_DIR_PORT_INC/platform/$WEBKIT_PLATFORM_SUBDIR', '$WEBKIT_DIR_PORT_INC/platform/network/chromium', '$WEBKIT_DIR_PORT_INC/rendering', |