Index: Source/web/web.gyp |
diff --git a/Source/web/web.gyp b/Source/web/web.gyp |
index 1529ee002fdd201c0786a3706b73570bf16b6486..44fcd46200b50f405a8e71a6b4b822baecf04db6 100644 |
--- a/Source/web/web.gyp |
+++ b/Source/web/web.gyp |
@@ -176,7 +176,7 @@ |
], |
}, { # else: toolkit_uses_gtk != 1 |
'sources/': [ |
- ['exclude', 'gtk/'], |
+ ['exclude', 'WebInputEventFactoryGtk.cpp$'], |
], |
}], |
['OS=="android"', { |
@@ -186,7 +186,7 @@ |
], |
}, { # else: OS!="android" |
'sources/': [ |
- ['exclude', 'android/'], |
+ ['exclude', 'WebInputEventFactoryAndroid.cpp$'], |
], |
}], |
['OS=="mac"', { |
@@ -201,7 +201,7 @@ |
}, |
}, { # else: OS!="mac" |
'sources/': [ |
- ['exclude', 'mac/'], |
+ ['exclude', 'WebInputEventFactoryMac.mm$'], |
], |
}], |
['OS=="win"', { |
@@ -210,7 +210,7 @@ |
], |
}, { # else: OS!="win" |
'sources/': [ |
- ['exclude', 'win/'] |
+ ['exclude', 'WebInputEventFactoryWin.cpp$'], |
], |
'variables': { |
# FIXME: Turn on warnings on Windows. |