Index: WebCore/WebCore.gyp/WebCore.gyp |
=================================================================== |
--- WebCore/WebCore.gyp/WebCore.gyp (revision 113961) |
+++ WebCore/WebCore.gyp/WebCore.gyp (working copy) |
@@ -1847,8 +1847,17 @@ |
['exclude', 'plugins/PluginStream\\.cpp$'], |
['exclude', 'plugins/PluginView\\.cpp$'], |
['exclude', 'plugins/npapi\\.cpp$'], |
- ['exclude', 'storage/StorageEventDispatcher\\.cpp$'], |
+ ['exclude', 'storage/StorageAreaImpl\\.(cpp|h)$'], |
+ ['exclude', 'storage/StorageAreaSync\\.(cpp|h)$'], |
+ ['exclude', 'storage/StorageEventDispatcher\\.(cpp|h)$'], |
+ ['exclude', 'storage/StorageMap\\.(cpp|h)$'], |
['exclude', 'storage/StorageNamespace\\.cpp$'], |
+ ['exclude', 'storage/StorageNamespaceImpl\\.(cpp|h)$'], |
+ ['exclude', 'storage/StorageSyncManager\\.(cpp|h)$'], |
+ ['exclude', 'storage/StorageTask\\.(cpp|h)$'], |
+ ['exclude', 'storage/StorageThread\\.(cpp|h)$'], |
+ ['exclude', 'storage/StorageTracker\\.(cpp|h)$'], |
+ ['exclude', 'storage/StorageTrackerClient\\.h$'], |
['exclude', 'workers/DefaultSharedWorkerRepository\\.(cpp|h)$'], |
['include', 'loader/appcache/ApplicationCacheHost\.h$'], |